creatingWithoutRetries property

int? creatingWithoutRetries
getter/setter pair

The number of instances that the managed instance group will attempt to create.

The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.

Output only.

Implementation

core.int? creatingWithoutRetries;