Module Values.OdbNetworkSource

Information about an ODB network.

Sourcetype nonrec t = {
  1. odbNetworkId : ResourceIdOrArn.t option;
    (*

    The unique identifier of the ODB network.

    *)
  2. displayName : String_.t option;
    (*

    The user-friendly name of the ODB network.

    *)
  3. status : ResourceStatus.t option;
    (*

    The current status of the ODB network.

    *)
  4. statusReason : String_.t option;
    (*

    Additional information about the current status of the ODB network.

    *)
  5. odbNetworkArn : String_.t option;
    (*

    The Amazon Resource Name (ARN) of the ODB network.

    *)
  6. availabilityZone : OdbNetworkAvailabilityZoneString.t option;
    (*

    The Amazon Web Services Availability Zone (AZ) where the ODB network is located.

    *)
  7. availabilityZoneId : OdbNetworkAvailabilityZoneIdString.t option;
    (*

    The AZ ID of the AZ where the ODB network is located.

    *)
  8. clientSubnetCidr : OdbNetworkClientSubnetCidrString.t option;
    (*

    The CIDR range of the client subnet in the ODB network.

    *)
  9. backupSubnetCidr : OdbNetworkBackupSubnetCidrString.t option;
    (*

    The CIDR range of the backup subnet in the ODB network.

    *)
  10. customDomainName : OdbNetworkCustomDomainNameString.t option;
    (*

    The domain name for the resources in the ODB network.

    *)
  11. defaultDnsPrefix : OdbNetworkDefaultDnsPrefixString.t option;
    (*

    The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.

    *)
  12. peeredCidrs : StringList.t option;
    (*

    The list of CIDR ranges from the peered VPC that are allowed access to the ODB network.

    *)
  13. ociNetworkAnchorId : OdbNetworkOciNetworkAnchorIdString.t option;
    (*

    The unique identifier of the OCI network anchor for the ODB network.

    *)
  14. ociNetworkAnchorUrl : String_.t option;
    (*

    The URL of the OCI network anchor for the ODB network.

    *)
  15. ociResourceAnchorName : String_.t option;
    (*

    The name of the OCI resource anchor that's associated with the ODB network.

    *)
  16. ociVcnId : OdbNetworkOciVcnIdString.t option;
    (*

    The Oracle Cloud ID (OCID) for the Virtual Cloud Network (VCN) that's associated with the ODB network.

    *)
  17. ociVcnUrl : String_.t option;
    (*

    The URL for the VCN that's associated with the ODB network.

    *)
  18. ociDnsForwardingConfigs : OciDnsForwardingConfigList.t option;
    (*

    The DNS resolver endpoint in OCI for forwarding DNS queries for the ociPrivateZone domain.

    *)
  19. createdAt : SyntheticTimestamp_date_time.t option;
    (*

    The date and time when the ODB network was created.

    *)
  20. percentProgress : Float_.t option;
    (*

    The amount of progress made on the current operation on the ODB network, expressed as a percentage.

    *)
  21. managedServices : ManagedServices.t option;
    (*

    The managed services configuration for the ODB network.

    *)
  22. ec2PlacementGroupIds : ResourceIdList.t option;
    (*

    The list of EC2 Placement Group IDs associated with your ODB network.

    *)
}
Sourceval make : ?odbNetworkId:??? -> ?displayName:??? -> ?status:??? -> ?statusReason:??? -> ?odbNetworkArn:??? -> ?availabilityZone:??? -> ?availabilityZoneId:??? -> ?clientSubnetCidr:??? -> ?backupSubnetCidr:??? -> ?customDomainName:??? -> ?defaultDnsPrefix:??? -> ?peeredCidrs:??? -> ?ociNetworkAnchorId:??? -> ?ociNetworkAnchorUrl:??? -> ?ociResourceAnchorName:??? -> ?ociVcnId:??? -> ?ociVcnUrl:??? -> ?ociDnsForwardingConfigs:??? -> ?createdAt:??? -> ?percentProgress:??? -> ?managedServices:??? -> ?ec2PlacementGroupIds:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t