menu
googleapis package
documentation
vmwareengine/v1.dart
Subnet
Subnet.new constructor
Subnet.new constructor
dark_mode
light_mode
Subnet
constructor
Subnet
(
{
String
?
gatewayIp
,
String
?
ipCidrRange
,
String
?
name
,
String
?
state
,
String
?
type
,
int
?
vlanId
,
})
Implementation
Subnet({
this
.gatewayIp,
this
.ipCidrRange,
this
.name,
this
.state,
this
.type,
this
.vlanId, });
googleapis package
documentation
vmwareengine/v1
Subnet
Subnet.new constructor
Subnet class
Constructors
new
fromJson
Properties
gatewayIp
hashCode
ipCidrRange
name
runtimeType
state
type
vlanId
Methods
noSuchMethod
toJson
toString
Operators
operator ==