ExternalLocation

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

Bases: object

External location for CSP Region, CSP-Physical-AZ

Attributes

SERVICE_NAME_ORACLEDBATAWS A constant which can be used with the service_name property of a ExternalLocation.
SERVICE_NAME_ORACLEDBATAZURE A constant which can be used with the service_name property of a ExternalLocation.
SERVICE_NAME_ORACLEDBATGOOGLE A constant which can be used with the service_name property of a ExternalLocation.
csp_physical_az [Required] Gets the csp_physical_az of this ExternalLocation.
csp_physical_az_display_name [Required] Gets the csp_physical_az_display_name of this ExternalLocation.
csp_region [Required] Gets the csp_region of this ExternalLocation.
csp_region_display_name [Required] Gets the csp_region_display_name of this ExternalLocation.
service_name Gets the service_name of this ExternalLocation.

Methods

__init__(**kwargs) Initializes a new ExternalLocation object with values from keyword arguments.
SERVICE_NAME_ORACLEDBATAWS = 'ORACLEDBATAWS'

A constant which can be used with the service_name property of a ExternalLocation. This constant has a value of “ORACLEDBATAWS”

SERVICE_NAME_ORACLEDBATAZURE = 'ORACLEDBATAZURE'

A constant which can be used with the service_name property of a ExternalLocation. This constant has a value of “ORACLEDBATAZURE”

SERVICE_NAME_ORACLEDBATGOOGLE = 'ORACLEDBATGOOGLE'

A constant which can be used with the service_name property of a ExternalLocation. This constant has a value of “ORACLEDBATGOOGLE”

__init__(**kwargs)

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

Parameters:
  • csp_region (str) – The value to assign to the csp_region property of this ExternalLocation.
  • csp_region_display_name (str) – The value to assign to the csp_region_display_name property of this ExternalLocation.
  • csp_physical_az (str) – The value to assign to the csp_physical_az property of this ExternalLocation.
  • csp_physical_az_display_name (str) – The value to assign to the csp_physical_az_display_name property of this ExternalLocation.
  • service_name (str) – The value to assign to the service_name property of this ExternalLocation. Allowed values for this property are: “ORACLEDBATAZURE”, “ORACLEDBATGOOGLE”, “ORACLEDBATAWS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
csp_physical_az

[Required] Gets the csp_physical_az of this ExternalLocation. A mapping of OCI site group name to CSP physical availability zone name

Returns:The csp_physical_az of this ExternalLocation.
Return type:str
csp_physical_az_display_name

[Required] Gets the csp_physical_az_display_name of this ExternalLocation. User friendly display name for cspPhysicalAZ

Returns:The csp_physical_az_display_name of this ExternalLocation.
Return type:str
csp_region

[Required] Gets the csp_region of this ExternalLocation. CSP region corresponding to the given OCI region

Returns:The csp_region of this ExternalLocation.
Return type:str
csp_region_display_name

[Required] Gets the csp_region_display_name of this ExternalLocation. CSP region display Name corresponding to the given OCI region

Returns:The csp_region_display_name of this ExternalLocation.
Return type:str
service_name

Gets the service_name of this ExternalLocation. The serviceName that externalLocation map object belongs to

Allowed values for this property are: “ORACLEDBATAZURE”, “ORACLEDBATGOOGLE”, “ORACLEDBATAWS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The service_name of this ExternalLocation.
Return type:str