Class ReimageInstanceRequest
Message requesting to perform reimage operation on a server.
Implements
Inherited Members
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> |