PeerRegionForRemotePeering¶
-
class
oci.core.models.
PeerRegionForRemotePeering
(**kwargs)¶ Bases:
object
Details about a region that supports remote VCN peering. For more information, see VCN Peering.
Methods
__init__
(**kwargs)Initializes a new PeerRegionForRemotePeering object with values from keyword arguments. Attributes
name
[Required] Gets the name of this PeerRegionForRemotePeering. -
__init__
(**kwargs)¶ Initializes a new PeerRegionForRemotePeering object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: name (str) – The value to assign to the name property of this PeerRegionForRemotePeering.
-
name
¶ [Required] Gets the name of this PeerRegionForRemotePeering. The region’s name.
Example: us-phoenix-1
Returns: The name of this PeerRegionForRemotePeering. Return type: str
-