OdbNetwork class
Represents OdbNetwork resource.
Constructors
Properties
- createTime ↔ String?
-
The date and time that the OdbNetwork was created.
getter/setter pair
- entitlementId ↔ String?
-
The ID of the subscription entitlement associated with the OdbNetwork.
getter/setter pair
- gcpOracleZone ↔ String?
-
The GCP Oracle zone where OdbNetwork is hosted.
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
- network ↔ String?
-
The name of the VPC network in the following format:
projects/{project}/global/networks/{network}
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State of the ODB Network.
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