NetworkPeering class

Details of a network peering.

Constructors

NetworkPeering({String? createTime, String? description, bool? exchangeSubnetRoutes, bool? exportCustomRoutes, bool? exportCustomRoutesWithPublicIp, bool? importCustomRoutes, bool? importCustomRoutesWithPublicIp, String? name, int? peerMtu, String? peerNetwork, String? peerNetworkType, String? state, String? stateDetails, String? uid, String? updateTime, String? vmwareEngineNetwork})
NetworkPeering.fromJson(Map json_)

Properties

createTime String?
Creation time of this resource.
getter/setter pair
description String?
User-provided description for this network peering.
getter/setter pair
exchangeSubnetRoutes bool?
True if full mesh connectivity is created and managed automatically between peered networks; false otherwise.
getter/setter pair
exportCustomRoutes bool?
True if custom routes are exported to the peered network; false otherwise.
getter/setter pair
exportCustomRoutesWithPublicIp bool?
True if all subnet routes with a public IP address range are exported; false otherwise.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
importCustomRoutes bool?
True if custom routes are imported from the peered network; false otherwise.
getter/setter pair
importCustomRoutesWithPublicIp bool?
True if all subnet routes with public IP address range are imported; false otherwise.
getter/setter pair
name String?
The resource name of the network peering.
getter/setter pair
peerMtu int?
Maximum transmission unit (MTU) in bytes.
getter/setter pair
peerNetwork String?
The relative resource name of the network to peer with a standard VMware Engine network.
getter/setter pair
peerNetworkType String?
The type of the network to peer with the VMware Engine network.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
State of the network peering.
getter/setter pair
stateDetails String?
Details about the current state of the network peering.
getter/setter pair
uid String?
System-generated unique identifier for the resource.
getter/setter pair
updateTime String?
Last update time of this resource.
getter/setter pair
vmwareEngineNetwork String?
The relative resource name of the VMware Engine network.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited