Show / Hide Table of Contents

Class ExternalLocationsMetadatumSummary

Flat Map of CSP Region -> CSP-Physical-AZ -> CSP-Logical-AZ -> OCI Site Group -> CPG-ID

Inheritance
object
ExternalLocationsMetadatumSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MulticloudService.Models
Assembly: OCI.DotNetSDK.Multicloud.dll
Syntax
public class ExternalLocationsMetadatumSummary

Properties

CpgId

Declaration
[Required(ErrorMessage = "CpgId is required.")]
[JsonProperty(PropertyName = "cpgId")]
public string CpgId { get; set; }
Property Value
Type Description
string

Cluster Placement Group OCID

Remarks

Required

DefinedTags

Declaration
[Required(ErrorMessage = "DefinedTags is required.")]
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}

Remarks

Required

ExternalLocation

Declaration
[Required(ErrorMessage = "ExternalLocation is required.")]
[JsonProperty(PropertyName = "externalLocation")]
public ExternalLocationDetail ExternalLocation { get; set; }
Property Value
Type Description
ExternalLocationDetail
Remarks

Required

FreeformTags

Declaration
[Required(ErrorMessage = "FreeformTags is required.")]
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type Description
Dictionary<string, string>

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}

Remarks

Required

OciLogicalAd

Declaration
[JsonProperty(PropertyName = "ociLogicalAd")]
public string OciLogicalAd { get; set; }
Property Value
Type Description
string

OCI logical ad name

OciPhysicalAd

Declaration
[Required(ErrorMessage = "OciPhysicalAd is required.")]
[JsonProperty(PropertyName = "ociPhysicalAd")]
public string OciPhysicalAd { get; set; }
Property Value
Type Description
string

OCI physical ad name

Remarks

Required

OciRegion

Declaration
[Required(ErrorMessage = "OciRegion is required.")]
[JsonProperty(PropertyName = "ociRegion")]
public string OciRegion { get; set; }
Property Value
Type Description
string

OCI region identifier https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm

Remarks

Required

SystemTags

Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

System tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}

In this article
Back to top