BackendServiceHAPolicyLeader class
Constructors
- BackendServiceHAPolicyLeader.new({String? backendGroup, BackendServiceHAPolicyLeaderNetworkEndpoint? networkEndpoint})
- BackendServiceHAPolicyLeader.fromJson(Map json_)
Properties
- backendGroup ↔ String?
-
A fully-qualified URL (starting with https://www.googleapis.com/) of the
zonal Network Endpoint Group (NEG) with
GCE_VM_IP
endpoints that the leader is attached to.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- networkEndpoint ↔ BackendServiceHAPolicyLeaderNetworkEndpoint?
-
The network endpoint within the leader.backendGroup that is designated as
the leader.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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