Class ExternalLocationSummary
External location for CSP Region
Inherited Members
Namespace: Oci.MulticloudService.Models
Assembly: OCI.DotNetSDK.Multicloud.dll
Syntax
public class ExternalLocationSummary
Properties
CspRegion
Declaration
[Required(ErrorMessage = "CspRegion is required.")]
[JsonProperty(PropertyName = "cspRegion")]
public string CspRegion { get; set; }
Property Value
Type | Description |
---|---|
string | CSP region corresponding to the given OCI region |
Remarks
Required
CspRegionDisplayName
Declaration
[Required(ErrorMessage = "CspRegionDisplayName is required.")]
[JsonProperty(PropertyName = "cspRegionDisplayName")]
public string CspRegionDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | CSP region display Name corresponding to the given OCI region |
Remarks
Required