Class ExternalLocationSummariesMetadatumSummary
Flat Map of CSP Region to OCI Region
Inherited Members
Namespace: Oci.MulticloudService.Models
Assembly: OCI.DotNetSDK.Multicloud.dll
Syntax
public class ExternalLocationSummariesMetadatumSummaryProperties
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
[JsonProperty(PropertyName = "externalLocation")]
public ExternalLocationSummary ExternalLocation { get; set; }Property Value
| Type | Description | 
|---|---|
| ExternalLocationSummary | 
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
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.
 |