Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class Nsx.
Details about a NSX Manager appliance.
Generated from protobuf message google.cloud.vmwareengine.v1.Nsx
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 |
setState
Output only. The state of the appliance.
Parameter | |
---|---|
Name | Description |
var |
int
|
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 |