InstanceGroupManagerVersion class
Properties
-
instanceTemplate
↔ String
-
The URL of the instance template that is specified for this managed
instance group. The group uses this template to create new instances in
the managed instance group until the
targetSize
for this version is
reached.
read / write
-
name
↔ String
-
Name of the version. Unique among all versions in the scope of this
managed instance group.
read / write
-
targetSize
↔ FixedOrPercent
-
Specifies the intended number of instances to be created from the
instanceTemplate. The final number of instances created from the template
will be equal to: [...]
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
Methods
-
toJson()
→ Map<String, Object>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(dynamic other)
→ bool
-
The equality operator.
inherited