Google Cloud Vm Migration V1 Client - Class ComputeEngineTargetDetails (0.2.3)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class ComputeEngineTargetDetails.

ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project.

Generated from protobuf message google.cloud.vmmigration.v1.ComputeEngineTargetDetails

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ vm_name string

The name of the VM to create.

↳ project string

The GCP target project ID or project name.

↳ zone string

The zone in which to create the VM.

↳ machine_type_series string

The machine type series to create the VM with.

↳ machine_type string

The machine type to create the VM with.

↳ network_tags array

A map of network tags to associate with the VM.

↳ network_interfaces array<Google\Cloud\VMMigration\V1\NetworkInterface>

List of NICs connected to this VM.

↳ service_account string

The service account to associate the VM with.

↳ disk_type int

The disk type to use in the VM.

↳ labels array|Google\Protobuf\Internal\MapField

A map of labels to associate with the VM.

↳ license_type int

The license type to use in OS adaptation.

↳ applied_license Google\Cloud\VMMigration\V1\AppliedLicense

The OS license returned from the adaptation module report.

↳ compute_scheduling Google\Cloud\VMMigration\V1\ComputeScheduling

Compute instance scheduling information (if empty default is used).

↳ secure_boot bool

Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.

↳ boot_option int

The VM Boot Option, as set in the source vm.

↳ metadata array|Google\Protobuf\Internal\MapField

The metadata key/value pairs to assign to the VM.

↳ additional_licenses array

Additional licenses to assign to the VM.

↳ hostname string

The hostname to assign to the VM.

getVmName

The name of the VM to create.

Returns
TypeDescription
string

setVmName

The name of the VM to create.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProject

The GCP target project ID or project name.

Returns
TypeDescription
string

setProject

The GCP target project ID or project name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getZone

The zone in which to create the VM.

Returns
TypeDescription
string

setZone

The zone in which to create the VM.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMachineTypeSeries

The machine type series to create the VM with.

Returns
TypeDescription
string

setMachineTypeSeries

The machine type series to create the VM with.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMachineType

The machine type to create the VM with.

Returns
TypeDescription
string

setMachineType

The machine type to create the VM with.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNetworkTags

A map of network tags to associate with the VM.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNetworkTags

A map of network tags to associate with the VM.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getNetworkInterfaces

List of NICs connected to this VM.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNetworkInterfaces

List of NICs connected to this VM.

Parameter
NameDescription
var array<Google\Cloud\VMMigration\V1\NetworkInterface>
Returns
TypeDescription
$this

getServiceAccount

The service account to associate the VM with.

Returns
TypeDescription
string

setServiceAccount

The service account to associate the VM with.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDiskType

The disk type to use in the VM.

Returns
TypeDescription
int

setDiskType

The disk type to use in the VM.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getLabels

A map of labels to associate with the VM.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setLabels

A map of labels to associate with the VM.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getLicenseType

The license type to use in OS adaptation.

Returns
TypeDescription
int

setLicenseType

The license type to use in OS adaptation.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getAppliedLicense

The OS license returned from the adaptation module report.

Returns
TypeDescription
Google\Cloud\VMMigration\V1\AppliedLicense|null

hasAppliedLicense

clearAppliedLicense

setAppliedLicense

The OS license returned from the adaptation module report.

Parameter
NameDescription
var Google\Cloud\VMMigration\V1\AppliedLicense
Returns
TypeDescription
$this

getComputeScheduling

Compute instance scheduling information (if empty default is used).

Returns
TypeDescription
Google\Cloud\VMMigration\V1\ComputeScheduling|null

hasComputeScheduling

clearComputeScheduling

setComputeScheduling

Compute instance scheduling information (if empty default is used).

Parameter
NameDescription
var Google\Cloud\VMMigration\V1\ComputeScheduling
Returns
TypeDescription
$this

getSecureBoot

Defines whether the instance has Secure Boot enabled.

This can be set to true only if the vm boot option is EFI.

Returns
TypeDescription
bool

setSecureBoot

Defines whether the instance has Secure Boot enabled.

This can be set to true only if the vm boot option is EFI.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getBootOption

The VM Boot Option, as set in the source vm.

Returns
TypeDescription
int

setBootOption

The VM Boot Option, as set in the source vm.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMetadata

The metadata key/value pairs to assign to the VM.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setMetadata

The metadata key/value pairs to assign to the VM.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getAdditionalLicenses

Additional licenses to assign to the VM.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAdditionalLicenses

Additional licenses to assign to the VM.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getHostname

The hostname to assign to the VM.

Returns
TypeDescription
string

setHostname

The hostname to assign to the VM.

Parameter
NameDescription
var string
Returns
TypeDescription
$this