PrivateConnection class
Private connection resource that provides connectivity for VMware Engine private clouds.
Constructors
- PrivateConnection({String? createTime, String? description, String? name, String? peeringId, String? peeringState, String? routingMode, String? serviceNetwork, String? state, String? type, String? uid, String? updateTime, String? vmwareEngineNetwork, String? vmwareEngineNetworkCanonical})
- PrivateConnection.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Creation time of this resource.
getter/setter pair
- description ↔ String?
-
User-provided description for this private connection.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the private connection.
getter/setter pair
- peeringId ↔ String?
-
VPC network peering id between given network VPC and VMwareEngineNetwork.
getter/setter pair
- peeringState ↔ String?
-
Peering state between service network and VMware Engine network.
getter/setter pair
- routingMode ↔ String?
-
Routing Mode.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceNetwork ↔ String?
-
Service network to create private connection.
getter/setter pair
- state ↔ String?
-
State of the private connection.
getter/setter pair
- type ↔ String?
-
Private connection type.
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 Legacy VMware Engine network.
getter/setter pair
- vmwareEngineNetworkCanonical ↔ String?
-
The canonical name of the VMware Engine network in the form:
projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}
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