Data Source: oci_recovery_recovery_service_subnets
This data source provides the list of Recovery Service Subnets in Oracle Cloud Infrastructure Recovery service.
Returns a list of Recovery Service Subnets.
Example Usage
data "oci_recovery_recovery_service_subnets" "test_recovery_service_subnets" {
#Required
compartment_id = var.compartment_id
#Optional
display_name = var.recovery_service_subnet_display_name
id = var.recovery_service_subnet_id
state = var.recovery_service_subnet_state
vcn_id = oci_core_vcn.test_vcn.id
}
Argument Reference
The following arguments are supported:
compartment_id
- (Required) The compartment OCID.display_name
- (Optional) A filter to return only resources that match the entire ‘displayname’ given.id
- (Optional) The recovery service subnet OCID.state
- (Optional) A filter to return only the resources that match the specified lifecycle state.vcn_id
- (Optional) The OCID of the virtual cloud network (VCN) associated with the recovery service subnet.
Attributes Reference
The following attributes are exported:
recovery_service_subnet_collection
- The list of recovery_service_subnet_collection.
RecoveryServiceSubnet Reference
The following attributes are exported:
compartment_id
- The compartment OCID.defined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:{"foo-namespace.bar-key": "value"}
. For more information, see Resource Tagsdisplay_name
- A user-provided name for the recovery service subnet.freeform_tags
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:{"bar-key": "value"}
id
- The recovery service subnet OCID.lifecycle_details
- Detailed description about the current lifecycle state of the recovery service subnet. For example, it can be used to provide actionable information for a resource in a Failed statensg_ids
- A list of network security group (NSG) OCIDs that are associated with the Recovery Service subnet. You can specify a maximum of 5 unique OCIDs, which implies that you can associate a maximum of 5 NSGs to each Recovery Service subnet. Specify an empty array if you want to remove all the associated NSGs from a Recovery Service subnet. See Network Security Groups for more information.state
- The current state of the recovery service subnet.subnet_id
- Deprecated. One of the subnets associated with the Recovery Service subnet.subnets
- A list of OCIDs of all the subnets associated with the Recovery Service subnet.system_tags
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:{"orcl-cloud.free-tier-retained": "true"}
. For more information, see Resource Tagstime_created
- An RFC3339 formatted datetime string that indicates the last created time for a recovery service subnet. For example: ‘2020-05-22T21:10:29.600Z’.time_updated
- An RFC3339 formatted datetime string that indicates the last updated time for a recovery service subnet. For example: ‘2020-05-22T21:10:29.600Z’.vcn_id
- VCN Identifier.