Class PeerRegionForRemotePeering
Details about a region that supports remote VCN peering. For more information, see VCN Peering.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class PeerRegionForRemotePeering
Properties
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The region's name.
|
Remarks
Required