Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README and Website for v1.2.0 release. #245

Merged
merged 8 commits into from
Feb 1, 2021
Prev Previous commit
chore: fix documentation errors
  • Loading branch information
marinsalinas committed Feb 1, 2021
commit 2c295101d68a556821d344815e25f31a81f40b3c
10 changes: 5 additions & 5 deletions website/docs/d/permission.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following arguments are supported:
The following attributes are exported:


* `metadata`: The subnet kind metadata.
* `metadata`: The permission kind metadata.
* `categories`: The categories for this resource.
* `owner_reference`: The reference to a user.
* `project_reference`: The reference to a project.
Expand All @@ -62,12 +62,12 @@ The field attribute exports the following:

The metadata attribute exports the following:

* `last_update_time` - UTC date and time in RFC-3339 format when the project was last updated.
* `uuid` - Project UUID.
* `creation_time` - UTC date and time in RFC-3339 format when the project was created.
* `last_update_time` - UTC date and time in RFC-3339 format when the permission was last updated.
* `uuid` - Permission UUID.
* `creation_time` - UTC date and time in RFC-3339 format when the permission was created.
* `spec_version` - Version number of the latest spec.
* `spec_hash` - Hash of the spec. This will be returned from server.
* `name` - Project name.
* `name` - Permission name.
* `should_force_translate`: - Applied on Prism Central only. Indicate whether force to translate the spec of the fanout request to fit the target cluster API schema.

### Categories
Expand Down
10 changes: 5 additions & 5 deletions website/docs/d/permissions.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following attributes are exported:

The entities attribute element contains the following attributes:

* `metadata`: The subnet kind metadata.
* `metadata`: The permission kind metadata.
* `categories`: The categories for this resource.
* `owner_reference`: The reference to a user.
* `project_reference`: The reference to a project.
Expand All @@ -49,12 +49,12 @@ The field attribute exports the following:

The metadata attribute exports the following:

* `last_update_time` - UTC date and time in RFC-3339 format when the project was last updated.
* `uuid` - Project UUID.
* `creation_time` - UTC date and time in RFC-3339 format when the project was created.
* `last_update_time` - UTC date and time in RFC-3339 format when the permission was last updated.
* `uuid` - permission UUID.
* `creation_time` - UTC date and time in RFC-3339 format when the permission was created.
* `spec_version` - Version number of the latest spec.
* `spec_hash` - Hash of the spec. This will be returned from server.
* `name` - Project name.
* `name` - permission name.
* `should_force_translate`: - Applied on Prism Central only. Indicate whether force to translate the spec of the fanout request to fit the target cluster API schema.

### Categories
Expand Down
38 changes: 19 additions & 19 deletions website/docs/d/subnet.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,26 @@ The following arguments are supported:

The following attributes are exported:

* `metadata`: - (Required) The subnet kind metadata.
* `availability_zone_reference`: - (Optional) The reference to a availability_zone.
* `cluster_reference`: - (Optional) The reference to a cluster.
* `cluster_name`: - (Optional) The name of a cluster.
* `description`: - (Optional) A description for subnet.
* `name`: - (Optional) Subnet name (Readonly).
* `categories`: - (Optional) The API Version.
* `owner_reference`: - (Optional) The reference to a user.
* `project_reference`: - (Optional) The reference to a project.
* `vswitch_name`: - (Optional) The name of the vswitch.
* `subnet_type`: - (Optional) The type of the subnet.
* `default_gateway_ip`: - (Optional) Default gateway IP address.
* `metadata`: The subnet kind metadata.
* `availability_zone_reference`: The reference to a availability_zone.
* `cluster_reference`: The reference to a cluster.
* `cluster_name`: The name of a cluster.
* `description`: A description for subnet.
* `name`: Subnet name (Readonly).
* `categories`: The API Version.
* `owner_reference`: The reference to a user.
* `project_reference`: The reference to a project.
* `vswitch_name`: The name of the vswitch.
* `subnet_type`: The type of the subnet.
* `default_gateway_ip`: Default gateway IP address.
* `prefix_length`: - (Optional). IP prefix length of the Subnet.
* `subnet_ip`: - (Optional) Subnet IP address.
* `dhcp_server_address`: - (Optional) Host address.
* `dhcp_server_address_port`: - (Optional) Port Number.
* `dhcp_options`: - (Optional) Spec for defining DHCP options.
* `dhcp_domain_search_list`: - (Optional).
* `vlan_id`: - (Optional).
* `network_function_chain_reference`: - (Optional) The reference to a network_function_chain.
* `subnet_ip`: Subnet IP address.
* `dhcp_server_address`: Host address.
* `dhcp_server_address_port`: Port Number.
* `dhcp_options`: Spec for defining DHCP options.
* `dhcp_domain_search_list`: DHCP domain search list for a subnet.
* `vlan_id`: VLAN assigned to the subnet.
* `network_function_chain_reference`: The reference to a network_function_chain.
* `state`: - The state of the subnet.

### Metadata
Expand Down
8 changes: 4 additions & 4 deletions website/docs/d/subnets.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ The following attributes are exported:
* `dhcp_server_address`: Host address.
* `dhcp_server_address_port`: Port Number.
* `dhcp_options`: Spec for defining DHCP options.
* `dhcp_domain_search_list`: -.
* `vlan_id`: -.
* `dhcp_domain_search_list`: DHCP domain search list for a subnet.
* `vlan_id`: VLAN assigned to the subnet.
* `network_function_chain_reference`: The reference to a network_function_chain.
* `state`: The state of the subnet.

Expand Down Expand Up @@ -77,8 +77,8 @@ The `project_reference`, `owner_reference`, `availability_zone_reference`, `clus
attributes supports the following:

* `kind`: The kind name (Default value: project.
* `name`: the nam.
* `uuid`: the UUI.
* `name`: the name.
* `uuid`: the UUID.

Note: `cluster_reference`, `subnet_reference` does not support the attribute `name`

Expand Down