ExternalLocationSummary¶
-
class
oci.multicloud.models.
ExternalLocationSummary
(**kwargs)¶ Bases:
object
External location for CSP Region
Methods
__init__
(**kwargs)Initializes a new ExternalLocationSummary object with values from keyword arguments. Attributes
csp_region
[Required] Gets the csp_region of this ExternalLocationSummary. csp_region_display_name
[Required] Gets the csp_region_display_name of this ExternalLocationSummary. -
__init__
(**kwargs)¶ Initializes a new ExternalLocationSummary 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 ExternalLocationSummary.
- csp_region_display_name (str) – The value to assign to the csp_region_display_name property of this ExternalLocationSummary.
-
csp_region
¶ [Required] Gets the csp_region of this ExternalLocationSummary. CSP region corresponding to the given OCI region
Returns: The csp_region of this ExternalLocationSummary. Return type: str
-
csp_region_display_name
¶ [Required] Gets the csp_region_display_name of this ExternalLocationSummary. CSP region display Name corresponding to the given OCI region
Returns: The csp_region_display_name of this ExternalLocationSummary. Return type: str
-