Get Instance Result
data class GetInstanceResult(val createTime: String, val firmwareVersion: String, val hyperthreadingEnabled: Boolean, val interactiveSerialConsoleEnabled: Boolean, val labels: Map<String, String>, val logicalInterfaces: List<GoogleCloudBaremetalsolutionV2LogicalInterfaceResponse>, val loginInfo: String, val luns: List<LunResponse>, val machineType: String, val name: String, val networkTemplate: String, val networks: List<NetworkResponse>, val osImage: String, val pod: String, val state: String, val updateTime: String, val volumes: List<VolumeResponse>, val workloadProfile: String)
Constructors
Link copied to clipboard
fun GetInstanceResult(createTime: String, firmwareVersion: String, hyperthreadingEnabled: Boolean, interactiveSerialConsoleEnabled: Boolean, labels: Map<String, String>, logicalInterfaces: List<GoogleCloudBaremetalsolutionV2LogicalInterfaceResponse>, loginInfo: String, luns: List<LunResponse>, machineType: String, name: String, networkTemplate: String, networks: List<NetworkResponse>, osImage: String, pod: String, state: String, updateTime: String, volumes: List<VolumeResponse>, workloadProfile: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard