Show / Hide Table of Contents

Class GetInstanceResult

Inheritance
System.Object
GetInstanceResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetInstanceResult

Fields

View Source

AllowStoppingForUpdate

Declaration
public readonly bool AllowStoppingForUpdate
Field Value
Type Description
System.Boolean
View Source

AttachedDisks

List of disks attached to the instance. Structure is documented below.

Declaration
public readonly ImmutableArray<GetInstanceAttachedDiskResult> AttachedDisks
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetInstanceAttachedDiskResult>
View Source

BootDisks

The boot disk for the instance. Structure is documented below.

Declaration
public readonly ImmutableArray<GetInstanceBootDiskResult> BootDisks
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetInstanceBootDiskResult>
View Source

CanIpForward

Whether sending and receiving of packets with non-matching source or destination IPs is allowed.

Declaration
public readonly bool CanIpForward
Field Value
Type Description
System.Boolean
View Source

CpuPlatform

The CPU platform used by this instance.

Declaration
public readonly string CpuPlatform
Field Value
Type Description
System.String
View Source

CurrentStatus

Declaration
public readonly string CurrentStatus
Field Value
Type Description
System.String
View Source

DeletionProtection

Whether deletion protection is enabled on this instance.

Declaration
public readonly bool DeletionProtection
Field Value
Type Description
System.Boolean
View Source

Description

A brief description of the resource.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

DesiredStatus

Declaration
public readonly string DesiredStatus
Field Value
Type Description
System.String
View Source

EnableDisplay

Declaration
public readonly bool EnableDisplay
Field Value
Type Description
System.Boolean
View Source

GuestAccelerators

List of the type and count of accelerator cards attached to the instance. Structure is documented below.

Declaration
public readonly ImmutableArray<GetInstanceGuestAcceleratorResult> GuestAccelerators
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetInstanceGuestAcceleratorResult>
View Source

Hostname

Declaration
public readonly string Hostname
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

InstanceId

The server-assigned unique identifier of this instance.

Declaration
public readonly string InstanceId
Field Value
Type Description
System.String
View Source

LabelFingerprint

The unique fingerprint of the labels.

Declaration
public readonly string LabelFingerprint
Field Value
Type Description
System.String
View Source

Labels

A set of key/value label pairs assigned to the instance.

Declaration
public readonly ImmutableDictionary<string, string> Labels
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

MachineType

The machine type to create.

Declaration
public readonly string MachineType
Field Value
Type Description
System.String
View Source

Metadata

Metadata key/value pairs made available within the instance.

Declaration
public readonly ImmutableDictionary<string, string> Metadata
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

MetadataFingerprint

The unique fingerprint of the metadata.

Declaration
public readonly string MetadataFingerprint
Field Value
Type Description
System.String
View Source

MetadataStartupScript

Declaration
public readonly string MetadataStartupScript
Field Value
Type Description
System.String
View Source

MinCpuPlatform

The minimum CPU platform specified for the VM instance.

Declaration
public readonly string MinCpuPlatform
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

NetworkInterfaces

The networks attached to the instance. Structure is documented below.

Declaration
public readonly ImmutableArray<GetInstanceNetworkInterfaceResult> NetworkInterfaces
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetInstanceNetworkInterfaceResult>
View Source

Project

Declaration
public readonly string Project
Field Value
Type Description
System.String
View Source

ResourcePolicies

Declaration
public readonly ImmutableArray<string> ResourcePolicies
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Schedulings

The scheduling strategy being used by the instance.

Declaration
public readonly ImmutableArray<GetInstanceSchedulingResult> Schedulings
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetInstanceSchedulingResult>
View Source

ScratchDisks

The scratch disks attached to the instance. Structure is documented below.

Declaration
public readonly ImmutableArray<GetInstanceScratchDiskResult> ScratchDisks
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetInstanceScratchDiskResult>
View Source

SelfLink

The URI of the created resource.

Declaration
public readonly string SelfLink
Field Value
Type Description
System.String
View Source

ServiceAccounts

The service account to attach to the instance. Structure is documented below.

Declaration
public readonly ImmutableArray<GetInstanceServiceAccountResult> ServiceAccounts
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetInstanceServiceAccountResult>
View Source

ShieldedInstanceConfigs

The shielded vm config being used by the instance. Structure is documented below.

Declaration
public readonly ImmutableArray<GetInstanceShieldedInstanceConfigResult> ShieldedInstanceConfigs
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetInstanceShieldedInstanceConfigResult>
View Source

Tags

The list of tags attached to the instance.

Declaration
public readonly ImmutableArray<string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

TagsFingerprint

The unique fingerprint of the tags.

Declaration
public readonly string TagsFingerprint
Field Value
Type Description
System.String
View Source

Zone

Declaration
public readonly string Zone
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.