Reference documentation and code samples for the Google Cloud Network Management V1 Client class InstanceInfo.
For display only. Metadata associated with a Compute Engine instance.
Generated from protobuf message google.cloud.networkmanagement.v1.InstanceInfo
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ display_name
string
Name of a Compute Engine instance.
↳ uri
string
URI of a Compute Engine instance.
↳ interface
string
Name of the network interface of a Compute Engine instance.
↳ network_uri
string
URI of a Compute Engine network.
↳ internal_ip
string
Internal IP address of the network interface.
↳ external_ip
string
External IP address of the network interface.
↳ network_tags
array
Network tags configured on the instance.
↳ service_account
string
Service account authorized for the instance.
getDisplayName
Name of a Compute Engine instance.
string
setDisplayName
Name of a Compute Engine instance.
var
string
$this
getUri
URI of a Compute Engine instance.
string
setUri
URI of a Compute Engine instance.
var
string
$this
getInterface
Name of the network interface of a Compute Engine instance.
string
setInterface
Name of the network interface of a Compute Engine instance.
var
string
$this
getNetworkUri
URI of a Compute Engine network.
string
setNetworkUri
URI of a Compute Engine network.
var
string
$this
getInternalIp
Internal IP address of the network interface.
string
setInternalIp
Internal IP address of the network interface.
var
string
$this
getExternalIp
External IP address of the network interface.
string
setExternalIp
External IP address of the network interface.
var
string
$this
getNetworkTags
Network tags configured on the instance.
setNetworkTags
Network tags configured on the instance.
var
string[]
$this
getServiceAccount
Service account authorized for the instance.
string
setServiceAccount
Service account authorized for the instance.
var
string
$this