VmwareEngineNetwork class

VMware Engine network resource that provides connectivity for VMware Engine private clouds.

Constructors

VmwareEngineNetwork({String? createTime, String? description, String? etag, String? name, String? state, String? type, String? uid, String? updateTime, List<VpcNetwork>? vpcNetworks})
VmwareEngineNetwork.fromJson(Map json_)

Properties

createTime String?
Creation time of this resource.
getter/setter pair
description String?
User-provided description for this VMware Engine network.
getter/setter pair
etag String?
Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date before the server processes a request.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of 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 VMware Engine network.
getter/setter pair
type String?
VMware Engine network 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
vpcNetworks List<VpcNetwork>?
VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.
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