ResourcePolicyGroupPlacementPolicy class
A GroupPlacementPolicy specifies resource placement configuration. It specifies the failure bucket separation as well as network locality
Constructors
Properties
- availabilityDomainCount ↔ int
-
The number of availability domains instances will be spread across. If two
instances are in different availability domain, they will not be put in
the same low latency network
read / write
- collocation ↔ String
-
Specifies network collocation
Possible string values are: [...]
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- vmCount ↔ int
-
Number of vms in this placement group
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited