ProviderRemoteRegionName

class oci.core.models.ProviderRemoteRegionName(**kwargs)

Bases: object

A pair of OCI region and Provider remote region names for FastConnect MultiCloud interconnect.

Methods

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

Attributes

oci_region_name [Required] Gets the oci_region_name of this ProviderRemoteRegionName.
provider_region_name [Required] Gets the provider_region_name of this ProviderRemoteRegionName.
__init__(**kwargs)

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

Parameters:
  • oci_region_name (str) – The value to assign to the oci_region_name property of this ProviderRemoteRegionName.
  • provider_region_name (str) – The value to assign to the provider_region_name property of this ProviderRemoteRegionName.
oci_region_name

[Required] Gets the oci_region_name of this ProviderRemoteRegionName. The OCI region name associated with the provider remote region. Example: us-ashburn-1.

Returns:The oci_region_name of this ProviderRemoteRegionName.
Return type:str
provider_region_name

[Required] Gets the provider_region_name of this ProviderRemoteRegionName. The provider remote region name associated with the OCI region. Example: us-east-1.

Returns:The provider_region_name of this ProviderRemoteRegionName.
Return type:str