public sealed class ComputeEngineTargetDetails : IMessage<ComputeEngineTargetDetails>, IEquatable<ComputeEngineTargetDetails>, IDeepCloneable<ComputeEngineTargetDetails>, IBufferMessage, IMessageComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project.
Implements
IMessage<ComputeEngineTargetDetails>, IEquatable<ComputeEngineTargetDetails>, IDeepCloneable<ComputeEngineTargetDetails>, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
ComputeEngineTargetDetails()
public ComputeEngineTargetDetails()ComputeEngineTargetDetails(ComputeEngineTargetDetails)
public ComputeEngineTargetDetails(ComputeEngineTargetDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
ComputeEngineTargetDetails |
Properties
AppliedLicense
public AppliedLicense AppliedLicense { get; set; }The OS license returned from the adaptation module report.
| Property Value | |
|---|---|
| Type | Description |
AppliedLicense |
|
BootOption
public ComputeEngineBootOption BootOption { get; set; }The VM Boot Option, as set in the source vm.
| Property Value | |
|---|---|
| Type | Description |
ComputeEngineBootOption |
|
ComputeScheduling
public ComputeScheduling ComputeScheduling { get; set; }Compute instance scheduling information (if empty default is used).
| Property Value | |
|---|---|
| Type | Description |
ComputeScheduling |
|
DiskType
public ComputeEngineDiskType DiskType { get; set; }The disk type to use in the VM.
| Property Value | |
|---|---|
| Type | Description |
ComputeEngineDiskType |
|
Labels
public MapField<string, string> Labels { get; }A map of labels to associate with the VM.
| Property Value | |
|---|---|
| Type | Description |
MapField<String, String> |
|
LicenseType
public ComputeEngineLicenseType LicenseType { get; set; }The license type to use in OS adaptation.
| Property Value | |
|---|---|
| Type | Description |
ComputeEngineLicenseType |
|
MachineType
public string MachineType { get; set; }The machine type to create the VM with.
| Property Value | |
|---|---|
| Type | Description |
String |
|
MachineTypeSeries
public string MachineTypeSeries { get; set; }The machine type series to create the VM with.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Metadata
public MapField<string, string> Metadata { get; }The metadata key/value pairs to assign to the VM.
| Property Value | |
|---|---|
| Type | Description |
MapField<String, String> |
|
NetworkInterfaces
public RepeatedField<NetworkInterface> NetworkInterfaces { get; }List of NICs connected to this VM.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<NetworkInterface> |
|
NetworkTags
public RepeatedField<string> NetworkTags { get; }A map of network tags to associate with the VM.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
Project
public string Project { get; set; }The GCP target project ID or project name.
| Property Value | |
|---|---|
| Type | Description |
String |
|
SecureBoot
public bool SecureBoot { get; set; }Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
ServiceAccount
public string ServiceAccount { get; set; }The service account to associate the VM with.
| Property Value | |
|---|---|
| Type | Description |
String |
|
VmName
public string VmName { get; set; }The name of the VM to create.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Zone
public string Zone { get; set; }The zone in which to create the VM.
| Property Value | |
|---|---|
| Type | Description |
String |
|