Show / Hide Table of Contents

Class ReimageInstanceRequest

Message requesting to perform reimage operation on a server.

Inheritance
object
ReimageInstanceRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class ReimageInstanceRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KmsKeyVersion

Optional. Name of the KMS crypto key version used to encrypt the initial passwords. The key has to have ASYMMETRIC_DECRYPT purpose. Format is projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}/cryptoKeyVersions/{version}.

Declaration
[JsonProperty("kmsKeyVersion")]
public virtual string KmsKeyVersion { get; set; }
Property Value
Type Description
string

OsImage

Required. The OS image code of the image which will be used in the reimage operation.

Declaration
[JsonProperty("osImage")]
public virtual string OsImage { get; set; }
Property Value
Type Description
string

SshKeys

Optional. List of SSH Keys used during reimaging an instance.

Declaration
[JsonProperty("sshKeys")]
public virtual IList<string> SshKeys { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX