Subnet class

Subnet in a private cloud.

Either management subnets (such as vMotion) that are read-only, or userDefined, which can also be updated.

Constructors

Subnet({String? gatewayIp, String? ipCidrRange, String? name, String? state, String? type, int? vlanId})
Subnet.fromJson(Map json_)

Properties

gatewayIp String?
The IP address of the gateway of this subnet.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ipCidrRange String?
The IP address range of the subnet in CIDR format '10.0.0.0/24'.
getter/setter pair
name String?
The resource name of this subnet.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of the resource.
getter/setter pair
type String?
The type of the subnet.
getter/setter pair
vlanId int?
VLAN ID of the VLAN on which the subnet is configured
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