Class protos.google.cloud.compute.v1.ManagedInstance (3.0.0)

Represents a ManagedInstance.

Package

@google-cloud/compute

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.compute.v1.IManagedInstance);

Constructs a new ManagedInstance.

Parameter
NameDescription
properties IManagedInstance

Properties to set

Properties

_currentAction

public _currentAction?: "currentAction";

ManagedInstance _currentAction.

_id

public _id?: "id";

ManagedInstance _id.

_instance

public _instance?: "instance";

ManagedInstance _instance.

_instanceStatus

public _instanceStatus?: "instanceStatus";

ManagedInstance _instanceStatus.

_lastAttempt

public _lastAttempt?: "lastAttempt";

ManagedInstance _lastAttempt.

_preservedStateFromConfig

public _preservedStateFromConfig?: "preservedStateFromConfig";

ManagedInstance _preservedStateFromConfig.

_preservedStateFromPolicy

public _preservedStateFromPolicy?: "preservedStateFromPolicy";

ManagedInstance _preservedStateFromPolicy.

_version

public _version?: "version";

ManagedInstance _version.

currentAction

public currentAction?: (google.cloud.compute.v1.ManagedInstance.CurrentAction|keyof typeof google.cloud.compute.v1.ManagedInstance.CurrentAction|null);

ManagedInstance currentAction.

id

public id?: (number|Long|string|null);

ManagedInstance id.

instance

public instance?: (string|null);

ManagedInstance instance.

instanceHealth

public instanceHealth: google.cloud.compute.v1.IManagedInstanceInstanceHealth[];

ManagedInstance instanceHealth.

instanceStatus

public instanceStatus?: (google.cloud.compute.v1.ManagedInstance.InstanceStatus|keyof typeof google.cloud.compute.v1.ManagedInstance.InstanceStatus|null);

ManagedInstance instanceStatus.

lastAttempt

public lastAttempt?: (google.cloud.compute.v1.IManagedInstanceLastAttempt|null);

ManagedInstance lastAttempt.

preservedStateFromConfig

public preservedStateFromConfig?: (google.cloud.compute.v1.IPreservedState|null);

ManagedInstance preservedStateFromConfig.

preservedStateFromPolicy

public preservedStateFromPolicy?: (google.cloud.compute.v1.IPreservedState|null);

ManagedInstance preservedStateFromPolicy.

version

public version?: (google.cloud.compute.v1.IManagedInstanceVersion|null);

ManagedInstance version.

Methods

create(properties)

public static create(properties?: google.cloud.compute.v1.IManagedInstance): google.cloud.compute.v1.ManagedInstance;

Creates a new ManagedInstance instance using the specified properties.

Parameter
NameDescription
properties IManagedInstance

Properties to set

Returns
TypeDescription
google.cloud.compute.v1.ManagedInstance

ManagedInstance instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.compute.v1.ManagedInstance;

Decodes a ManagedInstance message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.cloud.compute.v1.ManagedInstance

ManagedInstance

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.compute.v1.ManagedInstance;

Decodes a ManagedInstance message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.compute.v1.ManagedInstance

ManagedInstance

encode(message, writer)

public static encode(message: google.cloud.compute.v1.IManagedInstance, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ManagedInstance message. Does not implicitly messages.

Parameters
NameDescription
message IManagedInstance

ManagedInstance message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.compute.v1.IManagedInstance, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ManagedInstance message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IManagedInstance

ManagedInstance message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.compute.v1.ManagedInstance;

Creates a ManagedInstance message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.cloud.compute.v1.ManagedInstance

ManagedInstance

toJSON()

public toJSON(): { [k: string]: any };

Converts this ManagedInstance to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.compute.v1.ManagedInstance, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a ManagedInstance message. Also converts values to other types if specified.

Parameters
NameDescription
message google.cloud.compute.v1.ManagedInstance

ManagedInstance

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a ManagedInstance message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not