Values.OdbNetworkSummarySourceInformation about an ODB network.
type nonrec t = {odbNetworkId : ResourceIdOrArn.t option;The unique identifier of the ODB network.
*)displayName : String_.t option;The user-friendly name of the ODB network.
*)status : ResourceStatus.t option;The current status of the ODB network.
*)statusReason : String_.t option;Additional information about the current status of the ODB network.
*)odbNetworkArn : String_.t option;The Amazon Resource Name (ARN) of the ODB network.
*)availabilityZone : OdbNetworkSummaryAvailabilityZoneString.t option;The Amazon Web Services Availability Zone (AZ) where the ODB network is located.
*)availabilityZoneId : OdbNetworkSummaryAvailabilityZoneIdString.t option;The AZ ID of the AZ where the ODB network is located.
*)clientSubnetCidr : OdbNetworkSummaryClientSubnetCidrString.t option;The CIDR range of the client subnet in the ODB network.
*)backupSubnetCidr : OdbNetworkSummaryBackupSubnetCidrString.t option;The CIDR range of the backup subnet in the ODB network.
*)customDomainName : OdbNetworkSummaryCustomDomainNameString.t option;The domain name for the resources in the ODB network.
*)defaultDnsPrefix : OdbNetworkSummaryDefaultDnsPrefixString.t option;The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
*)peeredCidrs : StringList.t option;The list of CIDR ranges from the peered VPC that are allowed access to the ODB network.
*)ociNetworkAnchorId : OdbNetworkSummaryOciNetworkAnchorIdString.t option;The unique identifier of the OCI network anchor for the ODB network.
*)ociNetworkAnchorUrl : String_.t option;The URL of the OCI network anchor for the ODB network.
*)ociResourceAnchorName : String_.t option;The name of the OCI resource anchor associated with the ODB network.
*)ociVcnId : OdbNetworkSummaryOciVcnIdString.t option;The Oracle Cloud ID (OCID) for the Virtual Cloud Network (VCN) associated with the ODB network.
*)ociVcnUrl : String_.t option;The URL for the VCN that's associated with the ODB network.
*)ociDnsForwardingConfigs : OciDnsForwardingConfigList.t option;The DNS resolver endpoint in OCI for forwarding DNS queries for the ociPrivateZone domain.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time when the ODB network was created.
*)percentProgress : Float_.t option;The amount of progress made on the current operation on the ODB network, expressed as a percentage.
*)managedServices : ManagedServices.t option;The managed services configuration for the ODB network.
*)ec2PlacementGroupIds : ResourceIdList.t option;The list of EC2 Placement Group IDs associated with your ODB network.
*)}val make :
?odbNetworkId:??? ->
?displayName:??? ->
?status:??? ->
?statusReason:??? ->
?odbNetworkArn:??? ->
?availabilityZone:??? ->
?availabilityZoneId:??? ->
?clientSubnetCidr:??? ->
?backupSubnetCidr:??? ->
?customDomainName:??? ->
?defaultDnsPrefix:??? ->
?peeredCidrs:??? ->
?ociNetworkAnchorId:??? ->
?ociNetworkAnchorUrl:??? ->
?ociResourceAnchorName:??? ->
?ociVcnId:??? ->
?ociVcnUrl:??? ->
?ociDnsForwardingConfigs:??? ->
?createdAt:??? ->
?percentProgress:??? ->
?managedServices:??? ->
?ec2PlacementGroupIds:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Float of Float_.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `String of OciDnsForwardingConfigDomainNameString.t ])
list ]
list
| `String of ResourceIdOrArn.t
| `Structure of
(string
* [> `List of
[> `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ]
list
| `String of ResourceArn.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]