Show / Hide Table of Contents

Class PeerRegionForRemotePeering

Details about a region that supports remote VCN peering. For more information, see VCN Peering.

Inheritance
object
PeerRegionForRemotePeering
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.
Example: us-phoenix-1

Remarks

Required

In this article
Back to top