CloudServiceProviderNetworkMetadataItem

class oci.multicloud.models.CloudServiceProviderNetworkMetadataItem(**kwargs)

Bases: object

Cloud Service Provider metadata item. Warning - In future this object can change to generic object with future Cloud Service Provider based on CloudServiceProvider field. This can be one of CSP provider type Azure, GCP and AWS

Methods

__init__(**kwargs) Initializes a new CloudServiceProviderNetworkMetadataItem object with values from keyword arguments.

Attributes

cidr_blocks Gets the cidr_blocks of this CloudServiceProviderNetworkMetadataItem.
dns_forwarding_config Gets the dns_forwarding_config of this CloudServiceProviderNetworkMetadataItem.
network_anchor_uri Gets the network_anchor_uri of this CloudServiceProviderNetworkMetadataItem.
odb_network_id [Required] Gets the odb_network_id of this CloudServiceProviderNetworkMetadataItem.
region [Required] Gets the region of this CloudServiceProviderNetworkMetadataItem.
__init__(**kwargs)

Initializes a new CloudServiceProviderNetworkMetadataItem object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • region (str) – The value to assign to the region property of this CloudServiceProviderNetworkMetadataItem.
  • odb_network_id (str) – The value to assign to the odb_network_id property of this CloudServiceProviderNetworkMetadataItem.
  • cidr_blocks (list[str]) – The value to assign to the cidr_blocks property of this CloudServiceProviderNetworkMetadataItem.
  • network_anchor_uri (str) – The value to assign to the network_anchor_uri property of this CloudServiceProviderNetworkMetadataItem.
  • dns_forwarding_config (list[dict(str, str)]) – The value to assign to the dns_forwarding_config property of this CloudServiceProviderNetworkMetadataItem.
cidr_blocks

Gets the cidr_blocks of this CloudServiceProviderNetworkMetadataItem. An Azure/GCP/AWS cidrBlocks

Returns:The cidr_blocks of this CloudServiceProviderNetworkMetadataItem.
Return type:list[str]
dns_forwarding_config

Gets the dns_forwarding_config of this CloudServiceProviderNetworkMetadataItem. DNS domain ip mapping forwarding configuration

Returns:The dns_forwarding_config of this CloudServiceProviderNetworkMetadataItem.
Return type:list[dict(str, str)]
network_anchor_uri

Gets the network_anchor_uri of this CloudServiceProviderNetworkMetadataItem. CSP network anchor Uri

Returns:The network_anchor_uri of this CloudServiceProviderNetworkMetadataItem.
Return type:str
odb_network_id

[Required] Gets the odb_network_id of this CloudServiceProviderNetworkMetadataItem. CSP oracle database network anchor unique ID/name

Returns:The odb_network_id of this CloudServiceProviderNetworkMetadataItem.
Return type:str
region

[Required] Gets the region of this CloudServiceProviderNetworkMetadataItem. Azure/GCP/AWS region

Returns:The region of this CloudServiceProviderNetworkMetadataItem.
Return type:str