public interface ComputeInstanceMetadata
Modifier and Type | Method and Description |
---|---|
String |
getAccount() |
String |
getAvailabilityZone() |
ComputePlatform |
getComputePlatform() |
String |
getDescription() |
String |
getImageId() |
String |
getInstanceId() |
List<NetworkInterface> |
getInterfaces()
The network interfaces attached to the compute instance.
|
String |
getLocalHostname() |
String |
getMachineType() |
Map<String,String> |
getMetadata()
The metadata as a map.
|
String |
getName()
The name of the instance.
|
String |
getPrivateHostname() |
String |
getPrivateIpV4() |
String |
getPrivateIpV6() |
String |
getPublicHostname() |
String |
getPublicIpV4() |
String |
getPublicIpV6() |
String |
getRegion() |
Map<String,String> |
getTags()
The tags attached to the instance.
|
boolean |
isCached() |
List<NetworkInterface> getInterfaces()
NetworkInterface
instancesComputePlatform getComputePlatform()
ComputePlatform
String getName()
getInstanceId()
. Some cloud platforms assign unique IDsString getInstanceId()
String getMachineType()
String getAvailabilityZone()
String getRegion()
String getLocalHostname()
String getPrivateHostname()
String getPublicHostname()
String getPublicIpV4()
String getPublicIpV6()
String getPrivateIpV4()
String getPrivateIpV6()
String getDescription()
String getAccount()
String getImageId()
boolean isCached()