Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class Vcenter.
Details about a vCenter Server management appliance.
Generated from protobuf message google.cloud.vmwareengine.v1.Vcenter
Namespace
Google \ Cloud \ VmwareEngine \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ internal_ip |
string
Internal IP address of the appliance. |
↳ version |
string
Version of the appliance. |
↳ state |
int
Output only. The state of the appliance. |
↳ fqdn |
string
Fully qualified domain name of the appliance. |
getInternalIp
Internal IP address of the appliance.
| Returns | |
|---|---|
| Type | Description |
string |
|
setInternalIp
Internal IP address of the appliance.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVersion
Version of the appliance.
| Returns | |
|---|---|
| Type | Description |
string |
|
setVersion
Version of the appliance.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getState
Output only. The state of the appliance.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type State. |
setState
Output only. The state of the appliance.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type State. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFqdn
Fully qualified domain name of the appliance.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFqdn
Fully qualified domain name of the appliance.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|