Get Node Result
data class GetNodeResult(val acceleratorConfig: AcceleratorConfigResponse, val acceleratorType: String, val apiVersion: String, val cidrBlock: String, val createTime: String, val dataDisks: List<AttachedDiskResponse>, val description: String, val health: String, val healthDescription: String, val labels: Map<String, String>, val metadata: Map<String, String>, val multisliceNode: Boolean, val name: String, val networkConfig: NetworkConfigResponse, val networkEndpoints: List<NetworkEndpointResponse>, val queuedResource: String, val runtimeVersion: String, val schedulingConfig: SchedulingConfigResponse, val serviceAccount: ServiceAccountResponse, val shieldedInstanceConfig: ShieldedInstanceConfigResponse, val state: String, val symptoms: List<SymptomResponse>, val tags: List<String>)
Constructors
Link copied to clipboard
fun GetNodeResult(acceleratorConfig: AcceleratorConfigResponse, acceleratorType: String, apiVersion: String, cidrBlock: String, createTime: String, dataDisks: List<AttachedDiskResponse>, description: String, health: String, healthDescription: String, labels: Map<String, String>, metadata: Map<String, String>, multisliceNode: Boolean, name: String, networkConfig: NetworkConfigResponse, networkEndpoints: List<NetworkEndpointResponse>, queuedResource: String, runtimeVersion: String, schedulingConfig: SchedulingConfigResponse, serviceAccount: ServiceAccountResponse, shieldedInstanceConfig: ShieldedInstanceConfigResponse, state: String, symptoms: List<SymptomResponse>, tags: List<String>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The CIDR block that the TPU node will use when selecting an IP address. This CIDR block must be a /29 block; the Compute Engine networks API forbids a smaller block, and using a larger block would be wasteful (a node can only consume one IP address). Errors will occur if the CIDR block has already been used for a currently existing TPU node, the CIDR block conflicts with any subnetworks in the user's provided network, or the provided network is peered with another network that is using that CIDR block.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard