OdbSubnet class

Represents OdbSubnet resource.

Constructors

OdbSubnet.new({String? cidrRange, String? createTime, Map<String, String>? labels, String? name, String? purpose, String? state})
OdbSubnet.fromJson(Map json_)

Properties

cidrRange String?
The CIDR range of the subnet.
getter/setter pair
createTime String?
The date and time that the OdbNetwork was created.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Labels or tags associated with the resource.
getter/setter pair
name String?
Identifier.
getter/setter pair
purpose String?
Purpose of the subnet.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
State of the ODB Subnet.
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