Class ExternalLocationMappingMetadatumSummary
Flat Map of CSP Region -> CSP-Physical-AZ -> OCI Site Group All fields in this object has immutable mappings. Please don't add any field that case change for any customer as this is only for Oracle Cloud Infrastructure internal service use.
Inherited Members
Namespace: Oci.MulticloudService.Models
Assembly: OCI.DotNetSDK.Multicloud.dll
Syntax
public class ExternalLocationMappingMetadatumSummary
Properties
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.
|
Remarks
Required
ExternalLocation
Declaration
[Required(ErrorMessage = "ExternalLocation is required.")]
[JsonProperty(PropertyName = "externalLocation")]
public ExternalLocation ExternalLocation { get; set; }
Property Value
Type | Description |
---|---|
ExternalLocation |
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.
|
Remarks
Required
OciLogicalAd
Declaration
[Required(ErrorMessage = "OciLogicalAd is required.")]
[JsonProperty(PropertyName = "ociLogicalAd")]
public string OciLogicalAd { get; set; }
Property Value
Type | Description |
---|---|
string | OCI logical ad name |
Remarks
Required
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.
|