GoogleComputeEngineInstance
No description
type GoogleComputeEngineInstance {
resourceId: ResourceID!
id: Uint64!
zone: GoogleCloudPlatformZone!
name: String!
canIpForward: Boolean!
cpuPlatform: String!
deletionProtection: Boolean!
description: String!
disks: [GoogleComputeEngineInstanceAttachedDisk!]!
scheduling: GoogleComputeEngineInstanceSchedule!
serviceAccount: GoogleComputeEngineInstanceServiceAccount
networkInterfaces: [GoogleComputeEngineInstanceNetworkInterface!]!
privateIpv6GoogleAccess: GoogleComputeEngineInstancePrivateIPv6GoogleAcccess!
startRestricted: Boolean!
tags: [String!]!
}
Fields
GoogleComputeEngineInstance.resourceId ● ResourceID! non-null scalar
The ID to identify the instance in Shisho Cloud
GoogleComputeEngineInstance.id ● Uint64! non-null scalar
The ID to identify the instance in Google Compute Engine
GoogleComputeEngineInstance.zone ● GoogleCloudPlatformZone! non-null enum
The name of the zone
GoogleComputeEngineInstance.name ● String! non-null scalar
The user-provided instance name
GoogleComputeEngineInstance.canIpForward ● Boolean! non-null scalar
Whether the instance can send and receive packets with non-matching destination or source IPs
GoogleComputeEngineInstance.cpuPlatform ● String! non-null scalar
The CPU platform used by the instance
GoogleComputeEngineInstance.deletionProtection ● Boolean! non-null scalar
Whether the resource should be protected against deletion
GoogleComputeEngineInstance.description ● String! non-null scalar
The description of the resource
GoogleComputeEngineInstance.disks ● [GoogleComputeEngineInstanceAttachedDisk!]! non-null object
Disks associated with the instance
GoogleComputeEngineInstance.scheduling ● GoogleComputeEngineInstanceSchedule! non-null object
The scheduling options for the instance
GoogleComputeEngineInstance.serviceAccount ● GoogleComputeEngineInstanceServiceAccount object
A service account authorized for this instance explicitly; if the field is null, the default service account for the compute engine will be used
GoogleComputeEngineInstance.networkInterfaces ● [GoogleComputeEngineInstanceNetworkInterface!]! non-null object
Network interfaces
GoogleComputeEngineInstance.privateIpv6GoogleAccess ● GoogleComputeEngineInstancePrivateIPv6GoogleAcccess! non-null enum
The private IPv6 google access type for VM
GoogleComputeEngineInstance.startRestricted ● Boolean! non-null scalar
Whether a VM has been restricted for start
GoogleComputeEngineInstance.tags ● [String!]! non-null scalar
Tags
Member of
GoogleComputeEngine object