Reference documentation and code samples for the Compute V1 Client class InstanceGroupManagerStatusAllInstancesConfig.
Generated from protobuf message google.cloud.compute.v1.InstanceGroupManagerStatusAllInstancesConfig
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ current_revision |
string
Output only. [Output Only] Current all-instances configuration revision. This value is in RFC3339 text format. |
↳ effective |
bool
Output only. [Output Only] A bit indicating whether this configuration has been applied to all managed instances in the group. |
getCurrentRevision
Output only. [Output Only] Current all-instances configuration revision.
This value is in RFC3339 text format.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasCurrentRevision
clearCurrentRevision
setCurrentRevision
Output only. [Output Only] Current all-instances configuration revision.
This value is in RFC3339 text format.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEffective
Output only. [Output Only] A bit indicating whether this configuration has been applied to all managed instances in the group.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasEffective
clearEffective
setEffective
Output only. [Output Only] A bit indicating whether this configuration has been applied to all managed instances in the group.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|