Show / Hide Table of Contents

Class ExternalLocationSummary

External location for CSP Region

Inheritance
object
ExternalLocationSummary
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 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

In this article
Back to top