public interface InstanceInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()
Name of a Compute Engine instance.
string display_name = 1;
Returns | |
---|---|
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
Name of a Compute Engine instance.
string display_name = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for displayName. |
getExternalIp()
public abstract String getExternalIp()
External IP address of the network interface.
string external_ip = 6;
Returns | |
---|---|
Type | Description |
String | The externalIp. |
getExternalIpBytes()
public abstract ByteString getExternalIpBytes()
External IP address of the network interface.
string external_ip = 6;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for externalIp. |
getInterface()
public abstract String getInterface()
Name of the network interface of a Compute Engine instance.
string interface = 3;
Returns | |
---|---|
Type | Description |
String | The interface. |
getInterfaceBytes()
public abstract ByteString getInterfaceBytes()
Name of the network interface of a Compute Engine instance.
string interface = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for interface. |
getInternalIp()
public abstract String getInternalIp()
Internal IP address of the network interface.
string internal_ip = 5;
Returns | |
---|---|
Type | Description |
String | The internalIp. |
getInternalIpBytes()
public abstract ByteString getInternalIpBytes()
Internal IP address of the network interface.
string internal_ip = 5;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for internalIp. |
getNetworkTags(int index)
public abstract String getNetworkTags(int index)
Network tags configured on the instance.
repeated string network_tags = 7;
Parameter |
---|