Movatterモバイル変換


[0]ホーム

URL:


vmmigration

package
v0.257.0Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2025 License:BSD-3-ClauseImports:18Imported by:0

Details

Repository

github.com/googleapis/google-api-go-client

Links

Documentation

Overview

Package vmmigration provides access to the VM Migration API.

For product documentation, see:https://cloud.google.com/migrate/virtual-machines

Library status

These client libraries are officially supported by Google. However, thislibrary is considered complete and is in maintenance mode. This meansthat we will address critical bugs and security issues but will not addany new features.

When possible, we recommend using our newer[Cloud Client Libraries for Go](https://pkg.go.dev/cloud.google.com/go)that are still actively being worked and iterated on.

Creating a client

Usage example:

import "google.golang.org/api/vmmigration/v1alpha1"...ctx := context.Background()vmmigrationService, err := vmmigration.NewService(ctx)

In this example, Google Application Default Credentials are used forauthentication. For information on how to create and obtain ApplicationDefault Credentials, seehttps://developers.google.com/identity/protocols/application-default-credentials.

Other authentication options

To use an API key for authentication (note: some APIs do not support APIkeys), usegoogle.golang.org/api/option.WithAPIKey:

vmmigrationService, err := vmmigration.NewService(ctx, option.WithAPIKey("AIza..."))

To use an OAuth token (e.g., a user token obtained via a three-legged OAuthflow, usegoogle.golang.org/api/option.WithTokenSource:

config := &oauth2.Config{...}// ...token, err := config.Exchange(ctx, ...)vmmigrationService, err := vmmigration.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))

Seegoogle.golang.org/api/option.ClientOption for details on options.

Index

Constants

View Source
const (// See, edit, configure, and delete your Google Cloud data and see the email// address for your Google Account.CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform")

OAuth2 scopes used by this API.

Variables

This section is empty.

Functions

This section is empty.

Types

typeAccessKeyCredentialsadded inv0.104.0

type AccessKeyCredentials struct {// AccessKeyId: AWS access key ID.AccessKeyIdstring `json:"accessKeyId,omitempty"`// SecretAccessKey: Input only. AWS secret access key.SecretAccessKeystring `json:"secretAccessKey,omitempty"`// SessionToken: Input only. AWS session token. Used only when AWS security// token service (STS) is responsible for creating the temporary credentials.SessionTokenstring `json:"sessionToken,omitempty"`// ForceSendFields is a list of field names (e.g. "AccessKeyId") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AccessKeyId") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AccessKeyCredentials: Message describing AWS Credentials using access key idand secret.

func (AccessKeyCredentials)MarshalJSONadded inv0.104.0

func (sAccessKeyCredentials) MarshalJSON() ([]byte,error)

typeAdaptationModifieradded inv0.250.0

type AdaptationModifier struct {// Modifier: Optional. The modifier name.Modifierstring `json:"modifier,omitempty"`// Value: Optional. The value of the modifier. The actual value depends on the// modifier and can also be empty.Valuestring `json:"value,omitempty"`// ForceSendFields is a list of field names (e.g. "Modifier") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Modifier") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AdaptationModifier: AdaptationModifier a modifier to be used forconfiguration of the OS adaptation process.

func (AdaptationModifier)MarshalJSONadded inv0.250.0

func (sAdaptationModifier) MarshalJSON() ([]byte,error)

typeAdaptingOSStepadded inv0.84.0

type AdaptingOSStep struct {}

AdaptingOSStep: AdaptingOSStep contains specific step details.

typeAddGroupMigrationRequest

type AddGroupMigrationRequest struct {// MigratingVm: The full path name of the MigratingVm to add.MigratingVmstring `json:"migratingVm,omitempty"`// ForceSendFields is a list of field names (e.g. "MigratingVm") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "MigratingVm") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AddGroupMigrationRequest: Request message for 'AddGroupMigration' request.

func (AddGroupMigrationRequest)MarshalJSON

func (sAddGroupMigrationRequest) MarshalJSON() ([]byte,error)

typeApplianceVersionadded inv0.69.0

type ApplianceVersion struct {// Critical: Determine whether it's critical to upgrade the appliance to this// version.Criticalbool `json:"critical,omitempty"`// ReleaseNotesUri: Link to a page that contains the version release notes.ReleaseNotesUristring `json:"releaseNotesUri,omitempty"`// Uri: A link for downloading the version.Uristring `json:"uri,omitempty"`// Version: The appliance version.Versionstring `json:"version,omitempty"`// ForceSendFields is a list of field names (e.g. "Critical") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Critical") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ApplianceVersion: Describes an appliance version.

func (ApplianceVersion)MarshalJSONadded inv0.69.0

func (sApplianceVersion) MarshalJSON() ([]byte,error)

typeAppliedLicense

type AppliedLicense struct {// OsLicense: The OS license returned from the adaptation module's report.OsLicensestring `json:"osLicense,omitempty"`// Type: The license type that was used in OS adaptation.//// Possible values://   "TYPE_UNSPECIFIED" - Unspecified license for the OS.//   "NONE" - No license available for the OS.//   "PAYG" - The license type is Pay As You Go license type.//   "BYOL" - The license type is Bring Your Own License type.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "OsLicense") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "OsLicense") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AppliedLicense: AppliedLicense holds the license data returned by adaptationmodule report.

func (AppliedLicense)MarshalJSON

func (sAppliedLicense) MarshalJSON() ([]byte,error)

typeAvailableUpdatesadded inv0.69.0

type AvailableUpdates struct {// InPlaceUpdate: The latest version for in place update. The current appliance// can be updated to this version using the API or m4c CLI.InPlaceUpdate *ApplianceVersion `json:"inPlaceUpdate,omitempty"`// NewDeployableAppliance: The newest deployable version of the appliance. The// current appliance can't be updated into this version, and the owner must// manually deploy this OVA to a new appliance.NewDeployableAppliance *ApplianceVersion `json:"newDeployableAppliance,omitempty"`// ForceSendFields is a list of field names (e.g. "InPlaceUpdate") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "InPlaceUpdate") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AvailableUpdates: Holds information about the available versions forupgrade.

func (AvailableUpdates)MarshalJSONadded inv0.69.0

func (sAvailableUpdates) MarshalJSON() ([]byte,error)

typeAwsDiskDetailsadded inv0.125.0

type AwsDiskDetails struct {// DiskNumber: Output only. The ordinal number of the disk.DiskNumberint64 `json:"diskNumber,omitempty"`// SizeGb: Output only. Size in GB.SizeGbint64 `json:"sizeGb,omitempty,string"`// VolumeId: Output only. AWS volume ID.VolumeIdstring `json:"volumeId,omitempty"`// ForceSendFields is a list of field names (e.g. "DiskNumber") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DiskNumber") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AwsDiskDetails: The details of an AWS instance disk.

func (AwsDiskDetails)MarshalJSONadded inv0.125.0

func (sAwsDiskDetails) MarshalJSON() ([]byte,error)

typeAwsSecurityGroupadded inv0.103.0

type AwsSecurityGroup struct {// Id: The AWS security group id.Idstring `json:"id,omitempty"`// Name: The AWS security group name.Namestring `json:"name,omitempty"`// ForceSendFields is a list of field names (e.g. "Id") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Id") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AwsSecurityGroup: AwsSecurityGroup describes a security group of an AWS VM.

func (AwsSecurityGroup)MarshalJSONadded inv0.103.0

func (sAwsSecurityGroup) MarshalJSON() ([]byte,error)

typeAwsSourceDetailsadded inv0.103.0

type AwsSourceDetails struct {// AccessKeyCreds: AWS Credentials using access key id and secret.AccessKeyCreds *AccessKeyCredentials `json:"accessKeyCreds,omitempty"`// AwsRegion: Immutable. The AWS region that the source VMs will be migrated// from.AwsRegionstring `json:"awsRegion,omitempty"`// Error: Output only. Provides details on the state of the Source in case of// an error.Error *Status `json:"error,omitempty"`// InventorySecurityGroupNames: AWS security group names to limit the scope of// the source inventory.InventorySecurityGroupNames []string `json:"inventorySecurityGroupNames,omitempty"`// InventoryTagList: AWS resource tags to limit the scope of the source// inventory.InventoryTagList []*Tag `json:"inventoryTagList,omitempty"`// MigrationResourcesUserTags: User specified tags to add to every M2VM// generated resource in AWS. These tags will be set in addition to the default// tags that are set as part of the migration process. The tags must not begin// with the reserved prefix `m2vm`.MigrationResourcesUserTags map[string]string `json:"migrationResourcesUserTags,omitempty"`// PublicIp: Output only. The source's public IP. All communication initiated// by this source will originate from this IP.PublicIpstring `json:"publicIp,omitempty"`// State: Output only. State of the source as determined by the health check.//// Possible values://   "STATE_UNSPECIFIED" - The state is unknown. This is used for API// compatibility only and is not used by the system.//   "PENDING" - The state was not sampled by the health checks yet.//   "FAILED" - The source is available but might not be usable yet due to// invalid credentials or another reason. The error message will contain// further details.//   "ACTIVE" - The source exists and its credentials were verified.Statestring `json:"state,omitempty"`// ForceSendFields is a list of field names (e.g. "AccessKeyCreds") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AccessKeyCreds") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AwsSourceDetails: AwsSourceDetails message describes a specific sourcedetails for the AWS source type.

func (AwsSourceDetails)MarshalJSONadded inv0.103.0

func (sAwsSourceDetails) MarshalJSON() ([]byte,error)

typeAwsSourceDiskDetailsadded inv0.249.0

type AwsSourceDiskDetails struct {// DiskType: Optional. Output only. Disk type.//// Possible values://   "TYPE_UNSPECIFIED" - Unspecified AWS disk type. Should not be used.//   "GP2" - GP2 disk type.//   "GP3" - GP3 disk type.//   "IO1" - IO1 disk type.//   "IO2" - IO2 disk type.//   "ST1" - ST1 disk type.//   "SC1" - SC1 disk type.//   "STANDARD" - Standard disk type.DiskTypestring `json:"diskType,omitempty"`// SizeGib: Output only. Size in GiB.SizeGibint64 `json:"sizeGib,omitempty,string"`// Tags: Optional. Output only. A map of AWS volume tags.Tags map[string]string `json:"tags,omitempty"`// VolumeId: Required. AWS volume ID.VolumeIdstring `json:"volumeId,omitempty"`// ForceSendFields is a list of field names (e.g. "DiskType") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DiskType") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AwsSourceDiskDetails: Represents the source AWS Disk details.

func (AwsSourceDiskDetails)MarshalJSONadded inv0.249.0

func (sAwsSourceDiskDetails) MarshalJSON() ([]byte,error)

typeAwsSourceVmDetailsadded inv0.75.0

type AwsSourceVmDetails struct {// Architecture: Output only. The VM architecture.//// Possible values://   "VM_ARCHITECTURE_UNSPECIFIED" - The architecture is unknown.//   "VM_ARCHITECTURE_X86_FAMILY" - The architecture is one of the x86// architectures.//   "VM_ARCHITECTURE_ARM64" - The architecture is ARM64.Architecturestring `json:"architecture,omitempty"`// CommittedStorageBytes: Output only. The total size of the disks being// migrated in bytes.CommittedStorageBytesint64 `json:"committedStorageBytes,omitempty,string"`// Disks: Output only. The disks attached to the source VM.Disks []*AwsDiskDetails `json:"disks,omitempty"`// Firmware: Output only. The firmware type of the source VM.//// Possible values://   "FIRMWARE_UNSPECIFIED" - The firmware is unknown.//   "EFI" - The firmware is EFI.//   "BIOS" - The firmware is BIOS.Firmwarestring `json:"firmware,omitempty"`// VmCapabilitiesInfo: Output only. Information about VM capabilities needed// for some Compute Engine features.VmCapabilitiesInfo *VmCapabilities `json:"vmCapabilitiesInfo,omitempty"`// ForceSendFields is a list of field names (e.g. "Architecture") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Architecture") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AwsSourceVmDetails: Represent the source AWS VM details.

func (AwsSourceVmDetails)MarshalJSONadded inv0.75.0

func (sAwsSourceVmDetails) MarshalJSON() ([]byte,error)

typeAwsVmDetailsadded inv0.103.0

type AwsVmDetails struct {// Architecture: The CPU architecture.//// Possible values://   "VM_ARCHITECTURE_UNSPECIFIED" - The architecture is unknown.//   "I386" - The architecture is I386.//   "X86_64" - The architecture is X86_64.//   "ARM64" - The architecture is ARM64.//   "X86_64_MAC" - The architecture is X86_64_MAC.Architecturestring `json:"architecture,omitempty"`// BootOption: The VM Boot Option.//// Possible values://   "BOOT_OPTION_UNSPECIFIED" - The boot option is unknown.//   "EFI" - The boot option is UEFI.//   "BIOS" - The boot option is LEGACY-BIOS.BootOptionstring `json:"bootOption,omitempty"`// CommittedStorageMb: The total size of the storage allocated to the VM in MB.CommittedStorageMbint64 `json:"committedStorageMb,omitempty,string"`// CpuCount: The number of CPU cores the VM has.CpuCountint64 `json:"cpuCount,omitempty"`// DiskCount: The number of disks the VM has.DiskCountint64 `json:"diskCount,omitempty"`// DisplayName: The display name of the VM. Note that this value is not// necessarily unique.DisplayNamestring `json:"displayName,omitempty"`// InstanceType: The instance type of the VM.InstanceTypestring `json:"instanceType,omitempty"`// MemoryMb: The memory size of the VM in MB.MemoryMbint64 `json:"memoryMb,omitempty"`// OsDescription: The VM's OS.OsDescriptionstring `json:"osDescription,omitempty"`// PowerState: Output only. The power state of the VM at the moment list was// taken.//// Possible values://   "POWER_STATE_UNSPECIFIED" - Power state is not specified.//   "ON" - The VM is turned on.//   "OFF" - The VM is turned off.//   "SUSPENDED" - The VM is suspended. This is similar to hibernation or sleep// mode.//   "PENDING" - The VM is starting.PowerStatestring `json:"powerState,omitempty"`// SecurityGroups: The security groups the VM belongs to.SecurityGroups []*AwsSecurityGroup `json:"securityGroups,omitempty"`// SourceDescription: The descriptive name of the AWS's source this VM is// connected to.SourceDescriptionstring `json:"sourceDescription,omitempty"`// SourceId: The id of the AWS's source this VM is connected to.SourceIdstring `json:"sourceId,omitempty"`// Tags: The tags of the VM.Tags map[string]string `json:"tags,omitempty"`// VcpuCount: The number of vCPUs the VM has. It is calculated as the number of// CPU cores * threads per CPU the VM has.VcpuCountint64 `json:"vcpuCount,omitempty"`// VirtualizationType: The virtualization type.//// Possible values://   "VM_VIRTUALIZATION_TYPE_UNSPECIFIED" - The virtualization type is unknown.//   "HVM" - The virtualziation type is HVM.//   "PARAVIRTUAL" - The virtualziation type is PARAVIRTUAL.VirtualizationTypestring `json:"virtualizationType,omitempty"`// VmId: The VM ID in AWS.VmIdstring `json:"vmId,omitempty"`// VpcId: The VPC ID the VM belongs to.VpcIdstring `json:"vpcId,omitempty"`// Zone: The AWS zone of the VM.Zonestring `json:"zone,omitempty"`// ForceSendFields is a list of field names (e.g. "Architecture") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Architecture") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AwsVmDetails: AwsVmDetails describes a VM in AWS.

func (AwsVmDetails)MarshalJSONadded inv0.103.0

func (sAwsVmDetails) MarshalJSON() ([]byte,error)

typeAwsVmsDetailsadded inv0.103.0

type AwsVmsDetails struct {// Details: The details of the AWS VMs.Details []*AwsVmDetails `json:"details,omitempty"`// ForceSendFields is a list of field names (e.g. "Details") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Details") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AwsVmsDetails: AWSVmsDetails describes VMs in AWS.

func (AwsVmsDetails)MarshalJSONadded inv0.103.0

func (sAwsVmsDetails) MarshalJSON() ([]byte,error)

typeAzureDiskDetailsadded inv0.139.0

type AzureDiskDetails struct {// DiskId: Output only. Azure disk ID.DiskIdstring `json:"diskId,omitempty"`// DiskNumber: Output only. The ordinal number of the disk.DiskNumberint64 `json:"diskNumber,omitempty"`// SizeGb: Output only. Size in GB.SizeGbint64 `json:"sizeGb,omitempty,string"`// ForceSendFields is a list of field names (e.g. "DiskId") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DiskId") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AzureDiskDetails: The details of an Azure VM disk.

func (AzureDiskDetails)MarshalJSONadded inv0.139.0

func (sAzureDiskDetails) MarshalJSON() ([]byte,error)

typeAzureSourceDetailsadded inv0.139.0

type AzureSourceDetails struct {// AzureLocation: Immutable. The Azure location (region) that the source VMs// will be migrated from.AzureLocationstring `json:"azureLocation,omitempty"`// ClientSecretCreds: Azure Credentials using tenant ID, client ID and secret.ClientSecretCreds *ClientSecretCredentials `json:"clientSecretCreds,omitempty"`// Error: Output only. Provides details on the state of the Source in case of// an error.Error *Status `json:"error,omitempty"`// MigrationResourcesUserTags: User specified tags to add to every M2VM// generated resource in Azure. These tags will be set in addition to the// default tags that are set as part of the migration process. The tags must// not begin with the reserved prefix `m4ce` or `m2vm`.MigrationResourcesUserTags map[string]string `json:"migrationResourcesUserTags,omitempty"`// ResourceGroupId: Output only. The ID of the Azure resource group that// contains all resources related to the migration process of this source.ResourceGroupIdstring `json:"resourceGroupId,omitempty"`// State: Output only. State of the source as determined by the health check.//// Possible values://   "STATE_UNSPECIFIED" - The state is unknown. This is used for API// compatibility only and is not used by the system.//   "PENDING" - The state was not sampled by the health checks yet.//   "FAILED" - The source is available but might not be usable yet due to// invalid credentials or another reason. The error message will contain// further details.//   "ACTIVE" - The source exists and its credentials were verified.Statestring `json:"state,omitempty"`// SubscriptionId: Immutable. Azure subscription ID.SubscriptionIdstring `json:"subscriptionId,omitempty"`// ForceSendFields is a list of field names (e.g. "AzureLocation") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AzureLocation") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AzureSourceDetails: AzureSourceDetails message describes a specific sourcedetails for the Azure source type.

func (AzureSourceDetails)MarshalJSONadded inv0.139.0

func (sAzureSourceDetails) MarshalJSON() ([]byte,error)

typeAzureSourceVmDetailsadded inv0.139.0

type AzureSourceVmDetails struct {// Architecture: Output only. The VM architecture.//// Possible values://   "VM_ARCHITECTURE_UNSPECIFIED" - The architecture is unknown.//   "VM_ARCHITECTURE_X86_FAMILY" - The architecture is one of the x86// architectures.//   "VM_ARCHITECTURE_ARM64" - The architecture is ARM64.Architecturestring `json:"architecture,omitempty"`// CommittedStorageBytes: Output only. The total size of the disks being// migrated in bytes.CommittedStorageBytesint64 `json:"committedStorageBytes,omitempty,string"`// Disks: Output only. The disks attached to the source VM.Disks []*AzureDiskDetails `json:"disks,omitempty"`// Firmware: Output only. The firmware type of the source VM.//// Possible values://   "FIRMWARE_UNSPECIFIED" - The firmware is unknown.//   "EFI" - The firmware is EFI.//   "BIOS" - The firmware is BIOS.Firmwarestring `json:"firmware,omitempty"`// VmCapabilitiesInfo: Output only. Information about VM capabilities needed// for some Compute Engine features.VmCapabilitiesInfo *VmCapabilities `json:"vmCapabilitiesInfo,omitempty"`// ForceSendFields is a list of field names (e.g. "Architecture") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Architecture") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AzureSourceVmDetails: Represent the source Azure VM details.

func (AzureSourceVmDetails)MarshalJSONadded inv0.139.0

func (sAzureSourceVmDetails) MarshalJSON() ([]byte,error)

typeAzureVmDetailsadded inv0.139.0

type AzureVmDetails struct {// Architecture: The CPU architecture.//// Possible values://   "VM_ARCHITECTURE_UNSPECIFIED" - The architecture is unknown.//   "VM_ARCHITECTURE_X86_FAMILY" - The architecture is one of the x86// architectures.//   "VM_ARCHITECTURE_ARM64" - The architecture is ARM64.Architecturestring `json:"architecture,omitempty"`// BootOption: The VM Boot Option.//// Possible values://   "BOOT_OPTION_UNSPECIFIED" - The boot option is unknown.//   "EFI" - The boot option is UEFI.//   "BIOS" - The boot option is BIOS.BootOptionstring `json:"bootOption,omitempty"`// CommittedStorageMb: The total size of the storage allocated to the VM in MB.CommittedStorageMbint64 `json:"committedStorageMb,omitempty,string"`// ComputerName: The VM's ComputerName.ComputerNamestring `json:"computerName,omitempty"`// CpuCount: The number of cpus the VM has.CpuCountint64 `json:"cpuCount,omitempty"`// DiskCount: The number of disks the VM has, including OS disk.DiskCountint64 `json:"diskCount,omitempty"`// Disks: Description of the data disks.Disks []*Disk `json:"disks,omitempty"`// MemoryMb: The memory size of the VM in MB.MemoryMbint64 `json:"memoryMb,omitempty"`// OsDescription: Description of the OS.OsDescription *OSDescription `json:"osDescription,omitempty"`// OsDisk: Description of the OS disk.OsDisk *OSDisk `json:"osDisk,omitempty"`// PowerState: The power state of the VM at the moment list was taken.//// Possible values://   "POWER_STATE_UNSPECIFIED" - Power state is not specified.//   "STARTING" - The VM is starting.//   "RUNNING" - The VM is running.//   "STOPPING" - The VM is stopping.//   "STOPPED" - The VM is stopped.//   "DEALLOCATING" - The VM is deallocating.//   "DEALLOCATED" - The VM is deallocated.//   "UNKNOWN" - The VM's power state is unknown.PowerStatestring `json:"powerState,omitempty"`// Tags: The tags of the VM.Tags map[string]string `json:"tags,omitempty"`// VmId: The VM full path in Azure.VmIdstring `json:"vmId,omitempty"`// VmSize: VM size as configured in Azure. Determines the VM's hardware spec.VmSizestring `json:"vmSize,omitempty"`// ForceSendFields is a list of field names (e.g. "Architecture") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Architecture") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AzureVmDetails: AzureVmDetails describes a VM in Azure.

func (AzureVmDetails)MarshalJSONadded inv0.139.0

func (sAzureVmDetails) MarshalJSON() ([]byte,error)

typeAzureVmsDetailsadded inv0.139.0

type AzureVmsDetails struct {// Details: The details of the Azure VMs.Details []*AzureVmDetails `json:"details,omitempty"`// ForceSendFields is a list of field names (e.g. "Details") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Details") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AzureVmsDetails: AzureVmsDetails describes VMs in Azure.

func (AzureVmsDetails)MarshalJSONadded inv0.139.0

func (sAzureVmsDetails) MarshalJSON() ([]byte,error)

typeBootDiskDefaultsadded inv0.143.0

type BootDiskDefaults struct {// DeviceName: Optional. Specifies a unique device name of your choice that is// reflected into the /dev/disk/by-id/google-* tree of a Linux operating system// running within the instance. If not specified, the server chooses a default// device name to apply to this disk, in the form persistent-disk-x, where x is// a number assigned by Google Compute Engine. This field is only applicable// for persistent disks.DeviceNamestring `json:"deviceName,omitempty"`// DiskName: Optional. The name of the disk.DiskNamestring `json:"diskName,omitempty"`// DiskType: Optional. The type of disk provisioning to use for the VM.//// Possible values://   "COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED" - An unspecified disk type. Will be// used as STANDARD.//   "COMPUTE_ENGINE_DISK_TYPE_STANDARD" - A Standard disk type.//   "COMPUTE_ENGINE_DISK_TYPE_SSD" - SSD hard disk type.//   "COMPUTE_ENGINE_DISK_TYPE_BALANCED" - An alternative to SSD persistent// disks that balance performance and cost.//   "COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED" - Hyperdisk balanced disk// type.DiskTypestring `json:"diskType,omitempty"`// Encryption: Optional. The encryption to apply to the boot disk.Encryption *Encryption `json:"encryption,omitempty"`// Image: The image to use when creating the disk.Image *DiskImageDefaults `json:"image,omitempty"`// ForceSendFields is a list of field names (e.g. "DeviceName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DeviceName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

BootDiskDefaults: BootDiskDefaults hold information about the boot disk of aVM.

func (BootDiskDefaults)MarshalJSONadded inv0.143.0

func (sBootDiskDefaults) MarshalJSON() ([]byte,error)

typeCancelCloneJobRequest

type CancelCloneJobRequest struct {}

CancelCloneJobRequest: Request message for 'CancelCloneJob' request.

typeCancelCutoverJobRequest

type CancelCutoverJobRequest struct {}

CancelCutoverJobRequest: Request message for 'CancelCutoverJob' request.

typeCancelDiskMigrationJobRequestadded inv0.188.0

type CancelDiskMigrationJobRequest struct {}

CancelDiskMigrationJobRequest: Request message for 'CancelDiskMigrationJob'request.

typeCancelImageImportJobRequestadded inv0.168.0

type CancelImageImportJobRequest struct {}

CancelImageImportJobRequest: Request message for 'CancelImageImportJob'request.

typeCancelOperationRequest

type CancelOperationRequest struct {}

CancelOperationRequest: The request message for Operations.CancelOperation.

typeClientSecretCredentialsadded inv0.139.0

type ClientSecretCredentials struct {// ClientId: Azure client ID.ClientIdstring `json:"clientId,omitempty"`// ClientSecret: Input only. Azure client secret.ClientSecretstring `json:"clientSecret,omitempty"`// TenantId: Azure tenant ID.TenantIdstring `json:"tenantId,omitempty"`// ForceSendFields is a list of field names (e.g. "ClientId") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ClientId") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ClientSecretCredentials: Message describing Azure Credentials using tenantID, client ID and secret.

func (ClientSecretCredentials)MarshalJSONadded inv0.139.0

func (sClientSecretCredentials) MarshalJSON() ([]byte,error)

typeCloneJob

type CloneJob struct {// ComputeEngineDisksTargetDetails: Output only. Details of the target// Persistent Disks in Compute Engine.ComputeEngineDisksTargetDetails *ComputeEngineDisksTargetDetails `json:"computeEngineDisksTargetDetails,omitempty"`// ComputeEngineTargetDetails: Output only. Details of the target VM in Compute// Engine.ComputeEngineTargetDetails *ComputeEngineTargetDetails `json:"computeEngineTargetDetails,omitempty"`// ComputeEngineVmDetails: Output only. Details of the VM in Compute Engine.// Deprecated: Use compute_engine_target_details instead.ComputeEngineVmDetails *TargetVMDetails `json:"computeEngineVmDetails,omitempty"`// CreateTime: Output only. The time the clone job was created (as an API call,// not when it was actually created in the target).CreateTimestring `json:"createTime,omitempty"`// EndTime: Output only. The time the clone job was ended.EndTimestring `json:"endTime,omitempty"`// Error: Output only. Provides details for the errors that led to the Clone// Job's state.Error *Status `json:"error,omitempty"`// Name: Output only. The name of the clone.Namestring `json:"name,omitempty"`// State: Output only. State of the clone job.//// Possible values://   "STATE_UNSPECIFIED" - The state is unknown. This is used for API// compatibility only and is not used by the system.//   "PENDING" - The clone job has not yet started.//   "ACTIVE" - The clone job is active and running.//   "FAILED" - The clone job finished with errors.//   "SUCCEEDED" - The clone job finished successfully.//   "CANCELLED" - The clone job was cancelled.//   "CANCELLING" - The clone job is being cancelled.//   "ADAPTING_OS" - OS adaptation is running as part of the clone job to// generate license.Statestring `json:"state,omitempty"`// StateTime: Output only. The time the state was last updated.StateTimestring `json:"stateTime,omitempty"`// Steps: Output only. The clone steps list representing its progress.Steps []*CloneStep `json:"steps,omitempty"`// TargetDetails: Output only. Details of the VM to create as the target of// this clone job. Deprecated: Use compute_engine_target_details instead.TargetDetails *TargetVMDetails `json:"targetDetails,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g.// "ComputeEngineDisksTargetDetails") to unconditionally include in API// requests. By default, fields with empty or default values are omitted from// API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ComputeEngineDisksTargetDetails")// to include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

CloneJob: CloneJob describes the process of creating a clone of aMigratingVM to the requested target based on the latest successful uploadedsnapshots. While the migration cycles of a MigratingVm take place, it ispossible to verify the uploaded VM can be started in the cloud, by creatinga clone. The clone can be created without any downtime, and it is createdusing the latest snapshots which are already in the cloud. The cloneJob isonly responsible for its work, not its products, which means once it isfinished, it will never touch the instance it created. It will only deleteit in case of the CloneJob being cancelled or upon failure to clone.

func (CloneJob)MarshalJSON

func (sCloneJob) MarshalJSON() ([]byte,error)

typeCloneStepadded inv0.84.0

type CloneStep struct {// AdaptingOs: Adapting OS step.AdaptingOs *AdaptingOSStep `json:"adaptingOs,omitempty"`// EndTime: The time the step has ended.EndTimestring `json:"endTime,omitempty"`// InstantiatingMigratedVm: Instantiating migrated VM step.InstantiatingMigratedVm *InstantiatingMigratedVMStep `json:"instantiatingMigratedVm,omitempty"`// PreparingVmDisks: Preparing VM disks step.PreparingVmDisks *PreparingVMDisksStep `json:"preparingVmDisks,omitempty"`// StartTime: The time the step has started.StartTimestring `json:"startTime,omitempty"`// ForceSendFields is a list of field names (e.g. "AdaptingOs") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AdaptingOs") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

CloneStep: CloneStep holds information about the clone step progress.

func (CloneStep)MarshalJSONadded inv0.84.0

func (sCloneStep) MarshalJSON() ([]byte,error)

typeComputeEngineDiskadded inv0.249.0

type ComputeEngineDisk struct {// DiskId: Optional. Target Compute Engine Disk ID. This is the resource ID// segment of the Compute Engine Disk to create. In the resource name// compute/v1/projects/{project}/zones/{zone}/disks/disk1 "disk1" is the// resource ID for the disk.DiskIdstring `json:"diskId,omitempty"`// DiskType: Required. The disk type to use.//// Possible values://   "COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED" - An unspecified disk type. Will be// used as STANDARD.//   "COMPUTE_ENGINE_DISK_TYPE_STANDARD" - A Standard disk type.//   "COMPUTE_ENGINE_DISK_TYPE_SSD" - SSD hard disk type.//   "COMPUTE_ENGINE_DISK_TYPE_BALANCED" - An alternative to SSD persistent// disks that balance performance and cost.//   "COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED" - Hyperdisk balanced disk// type.DiskTypestring `json:"diskType,omitempty"`// ReplicaZones: Optional. Replication zones of the regional disk. Should be of// the form: projects/{target-project}/locations/{replica-zone} Currently only// one replica zone is supported.ReplicaZones []string `json:"replicaZones,omitempty"`// Zone: Required. The Compute Engine zone in which to create the disk. Should// be of the form: projects/{target-project}/locations/{zone}Zonestring `json:"zone,omitempty"`// ForceSendFields is a list of field names (e.g. "DiskId") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DiskId") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ComputeEngineDisk: Compute Engine disk target details.

func (ComputeEngineDisk)MarshalJSONadded inv0.249.0

func (sComputeEngineDisk) MarshalJSON() ([]byte,error)

typeComputeEngineDisksTargetDefaultsadded inv0.133.0

type ComputeEngineDisksTargetDefaults struct {// Disks: The details of each Persistent Disk to create.Disks []*PersistentDiskDefaults `json:"disks,omitempty"`// DisksTargetDefaults: Details of the disk only migration target.DisksTargetDefaults *DisksMigrationDisksTargetDefaults `json:"disksTargetDefaults,omitempty"`// TargetProject: The full path of the resource of type TargetProject which// represents the Compute Engine project in which to create the Persistent// Disks.TargetProjectstring `json:"targetProject,omitempty"`// VmTargetDefaults: Details of the VM migration target.VmTargetDefaults *DisksMigrationVmTargetDefaults `json:"vmTargetDefaults,omitempty"`// Zone: The zone in which to create the Persistent Disks.Zonestring `json:"zone,omitempty"`// ForceSendFields is a list of field names (e.g. "Disks") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Disks") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ComputeEngineDisksTargetDefaults: ComputeEngineDisksTargetDefaults is acollection of details for creating Persistent Disks in a target ComputeEngine project.

func (ComputeEngineDisksTargetDefaults)MarshalJSONadded inv0.133.0

func (sComputeEngineDisksTargetDefaults) MarshalJSON() ([]byte,error)

typeComputeEngineDisksTargetDetailsadded inv0.133.0

type ComputeEngineDisksTargetDetails struct {// Disks: The details of each created Persistent Disk.Disks []*PersistentDisk `json:"disks,omitempty"`// DisksTargetDetails: Details of the disks-only migration target.DisksTargetDetails *DisksMigrationDisksTargetDetails `json:"disksTargetDetails,omitempty"`// VmTargetDetails: Details for the VM the migrated data disks are attached to.VmTargetDetails *DisksMigrationVmTargetDetails `json:"vmTargetDetails,omitempty"`// ForceSendFields is a list of field names (e.g. "Disks") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Disks") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ComputeEngineDisksTargetDetails: ComputeEngineDisksTargetDetails is acollection of created Persistent Disks details.

func (ComputeEngineDisksTargetDetails)MarshalJSONadded inv0.133.0

func (sComputeEngineDisksTargetDetails) MarshalJSON() ([]byte,error)

typeComputeEngineTargetDefaults

type ComputeEngineTargetDefaults struct {// AdaptationModifiers: Optional. AdaptationModifiers are the set of modifiers// used during OS adaptation.AdaptationModifiers []*AdaptationModifier `json:"adaptationModifiers,omitempty"`// AdditionalLicenses: Additional licenses to assign to the VM.AdditionalLicenses []string `json:"additionalLicenses,omitempty"`// AppliedLicense: Output only. The OS license returned from the adaptation// module report.AppliedLicense *AppliedLicense `json:"appliedLicense,omitempty"`// BootConversion: Optional. By default the virtual machine will keep its// existing boot option. Setting this property will trigger an internal process// which will convert the virtual machine from using the existing boot option// to another.//// Possible values://   "BOOT_CONVERSION_UNSPECIFIED" - Unspecified conversion type.//   "NONE" - No conversion.//   "BIOS_TO_EFI" - Convert from BIOS to EFI.BootConversionstring `json:"bootConversion,omitempty"`// BootOption: Output only. The VM Boot Option, as set in the source VM.//// Possible values://   "COMPUTE_ENGINE_BOOT_OPTION_UNSPECIFIED" - The boot option is unknown.//   "COMPUTE_ENGINE_BOOT_OPTION_EFI" - The boot option is EFI.//   "COMPUTE_ENGINE_BOOT_OPTION_BIOS" - The boot option is BIOS.BootOptionstring `json:"bootOption,omitempty"`// ComputeScheduling: Compute instance scheduling information (if empty default// is used).ComputeScheduling *ComputeScheduling `json:"computeScheduling,omitempty"`// DiskReplicaZones: Optional. Additional replica zones of the target regional// disks. If this list is not empty a regional disk will be created. The first// supported zone would be the one stated in the zone field. The rest are taken// from this list. Please refer to the regional disk creation API// (https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources)// for further details about regional vs zonal disks. If not specified, a zonal// disk will be created in the same zone the VM is created.DiskReplicaZones []string `json:"diskReplicaZones,omitempty"`// DiskType: The disk type to use in the VM.//// Possible values://   "COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED" - An unspecified disk type. Will be// used as STANDARD.//   "COMPUTE_ENGINE_DISK_TYPE_STANDARD" - A Standard disk type.//   "COMPUTE_ENGINE_DISK_TYPE_SSD" - SSD hard disk type.//   "COMPUTE_ENGINE_DISK_TYPE_BALANCED" - An alternative to SSD persistent// disks that balance performance and cost.//   "COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED" - Hyperdisk balanced disk// type.DiskTypestring `json:"diskType,omitempty"`// EnableIntegrityMonitoring: Optional. Defines whether the instance has// integrity monitoring enabled. This can be set to true only if the VM boot// option is EFI, and vTPM is enabled.EnableIntegrityMonitoringbool `json:"enableIntegrityMonitoring,omitempty"`// EnableVtpm: Optional. Defines whether the instance has vTPM enabled. This// can be set to true only if the VM boot option is EFI.EnableVtpmbool `json:"enableVtpm,omitempty"`// Encryption: Optional. Immutable. The encryption to apply to the VM disks.Encryption *Encryption `json:"encryption,omitempty"`// Hostname: The hostname to assign to the VM.Hostnamestring `json:"hostname,omitempty"`// Labels: A map of labels to associate with the VM.Labels map[string]string `json:"labels,omitempty"`// LicenseType: The license type to use in OS adaptation.//// Possible values://   "COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT" - The license type is the default// for the OS.//   "COMPUTE_ENGINE_LICENSE_TYPE_PAYG" - The license type is Pay As You Go// license type.//   "COMPUTE_ENGINE_LICENSE_TYPE_BYOL" - The license type is Bring Your Own// License type.LicenseTypestring `json:"licenseType,omitempty"`// MachineType: The machine type to create the VM with.MachineTypestring `json:"machineType,omitempty"`// MachineTypeSeries: The machine type series to create the VM with.MachineTypeSeriesstring `json:"machineTypeSeries,omitempty"`// Metadata: The metadata key/value pairs to assign to the VM.Metadata map[string]string `json:"metadata,omitempty"`// NetworkInterfaces: List of NICs connected to this VM.NetworkInterfaces []*NetworkInterface `json:"networkInterfaces,omitempty"`// NetworkTags: A list of network tags to associate with the VM.NetworkTags []string `json:"networkTags,omitempty"`// SecureBoot: Defines whether the instance has Secure Boot enabled. This can// be set to true only if the VM boot option is EFI.SecureBootbool `json:"secureBoot,omitempty"`// ServiceAccount: Optional. The service account to associate the VM with.ServiceAccountstring `json:"serviceAccount,omitempty"`// StoragePool: Optional. If specified this will be the storage pool in which// the disk is created. This is the full path of the storage pool resource, for// example:// "projects/my-project/zones/us-central1-a/storagePools/my-storage-pool". The// storage pool must be in the same project and zone as the target disks. The// storage pool's type must match the disk type.StoragePoolstring `json:"storagePool,omitempty"`// TargetProject: The full path of the resource of type TargetProject which// represents the Compute Engine project in which to create this VM.TargetProjectstring `json:"targetProject,omitempty"`// VmName: The name of the VM to create.VmNamestring `json:"vmName,omitempty"`// Zone: The zone in which to create the VM.Zonestring `json:"zone,omitempty"`// ForceSendFields is a list of field names (e.g. "AdaptationModifiers") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AdaptationModifiers") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ComputeEngineTargetDefaults: ComputeEngineTargetDefaults is a collection ofdetails for creating a VM in a target Compute Engine project.

func (ComputeEngineTargetDefaults)MarshalJSON

func (sComputeEngineTargetDefaults) MarshalJSON() ([]byte,error)

typeComputeEngineTargetDetails

type ComputeEngineTargetDetails struct {// AdaptationModifiers: Optional. Modifiers to be used as configuration of the// OS adaptation process.AdaptationModifiers []*AdaptationModifier `json:"adaptationModifiers,omitempty"`// AdditionalLicenses: Additional licenses to assign to the VM.AdditionalLicenses []string `json:"additionalLicenses,omitempty"`// AppliedLicense: The OS license returned from the adaptation module report.AppliedLicense *AppliedLicense `json:"appliedLicense,omitempty"`// BootConversion: Optional. By default the virtual machine will keep its// existing boot option. Setting this property will trigger an internal process// which will convert the virtual machine from using the existing boot option// to another.//// Possible values://   "BOOT_CONVERSION_UNSPECIFIED" - Unspecified conversion type.//   "NONE" - No conversion.//   "BIOS_TO_EFI" - Convert from BIOS to EFI.BootConversionstring `json:"bootConversion,omitempty"`// BootOption: The VM Boot Option, as set in the source VM.//// Possible values://   "COMPUTE_ENGINE_BOOT_OPTION_UNSPECIFIED" - The boot option is unknown.//   "COMPUTE_ENGINE_BOOT_OPTION_EFI" - The boot option is EFI.//   "COMPUTE_ENGINE_BOOT_OPTION_BIOS" - The boot option is BIOS.BootOptionstring `json:"bootOption,omitempty"`// ComputeScheduling: Compute instance scheduling information (if empty default// is used).ComputeScheduling *ComputeScheduling `json:"computeScheduling,omitempty"`// DiskReplicaZones: Optional. Additional replica zones of the target regional// disks. If this list is not empty a regional disk will be created. The first// supported zone would be the one stated in the zone field. The rest are taken// from this list. Please refer to the regional disk creation API// (https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources)// for further details about regional vs zonal disks. If not specified, a zonal// disk will be created in the same zone the VM is created.DiskReplicaZones []string `json:"diskReplicaZones,omitempty"`// DiskType: The disk type to use in the VM.//// Possible values://   "COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED" - An unspecified disk type. Will be// used as STANDARD.//   "COMPUTE_ENGINE_DISK_TYPE_STANDARD" - A Standard disk type.//   "COMPUTE_ENGINE_DISK_TYPE_SSD" - SSD hard disk type.//   "COMPUTE_ENGINE_DISK_TYPE_BALANCED" - An alternative to SSD persistent// disks that balance performance and cost.//   "COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED" - Hyperdisk balanced disk// type.DiskTypestring `json:"diskType,omitempty"`// EnableIntegrityMonitoring: Optional. Defines whether the instance has// integrity monitoring enabled.EnableIntegrityMonitoringbool `json:"enableIntegrityMonitoring,omitempty"`// EnableVtpm: Optional. Defines whether the instance has vTPM enabled.EnableVtpmbool `json:"enableVtpm,omitempty"`// Encryption: Optional. The encryption to apply to the VM disks.Encryption *Encryption `json:"encryption,omitempty"`// Hostname: The hostname to assign to the VM.Hostnamestring `json:"hostname,omitempty"`// Labels: A map of labels to associate with the VM.Labels map[string]string `json:"labels,omitempty"`// LicenseType: The license type to use in OS adaptation.//// Possible values://   "COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT" - The license type is the default// for the OS.//   "COMPUTE_ENGINE_LICENSE_TYPE_PAYG" - The license type is Pay As You Go// license type.//   "COMPUTE_ENGINE_LICENSE_TYPE_BYOL" - The license type is Bring Your Own// License type.LicenseTypestring `json:"licenseType,omitempty"`// MachineType: The machine type to create the VM with.MachineTypestring `json:"machineType,omitempty"`// MachineTypeSeries: The machine type series to create the VM with.MachineTypeSeriesstring `json:"machineTypeSeries,omitempty"`// Metadata: The metadata key/value pairs to assign to the VM.Metadata map[string]string `json:"metadata,omitempty"`// NetworkInterfaces: List of NICs connected to this VM.NetworkInterfaces []*NetworkInterface `json:"networkInterfaces,omitempty"`// NetworkTags: A list of network tags to associate with the VM.NetworkTags []string `json:"networkTags,omitempty"`// Project: The Google Cloud target project ID or project name.Projectstring `json:"project,omitempty"`// SecureBoot: Defines whether the instance has Secure Boot enabled. This can// be set to true only if the VM boot option is EFI.SecureBootbool `json:"secureBoot,omitempty"`// ServiceAccount: The service account to associate the VM with.ServiceAccountstring `json:"serviceAccount,omitempty"`// StoragePool: Optional. The storage pool used for the VM disks. If specified// this will be the storage pool in which the disk is created. This is the full// path of the storage pool resource, for example:// "projects/my-project/zones/us-central1-a/storagePools/my-storage-pool". The// storage pool must be in the same project and zone as the target disks. The// storage pool's type must match the disk type.StoragePoolstring `json:"storagePool,omitempty"`// VmName: The name of the VM to create.VmNamestring `json:"vmName,omitempty"`// Zone: The zone in which to create the VM.Zonestring `json:"zone,omitempty"`// ForceSendFields is a list of field names (e.g. "AdaptationModifiers") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AdaptationModifiers") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ComputeEngineTargetDetails: ComputeEngineTargetDetails is a collection ofdetails for creating a VM in a target Compute Engine project.

func (ComputeEngineTargetDetails)MarshalJSON

func (sComputeEngineTargetDetails) MarshalJSON() ([]byte,error)

typeComputeScheduling

type ComputeScheduling struct {AutomaticRestartbool `json:"automaticRestart,omitempty"`// MinNodeCpus: The minimum number of virtual CPUs this instance will consume// when running on a sole-tenant node. Ignored if no node_affinites are// configured.MinNodeCpusint64 `json:"minNodeCpus,omitempty"`// NodeAffinities: A set of node affinity and anti-affinity configurations for// sole tenant nodes.NodeAffinities []*SchedulingNodeAffinity `json:"nodeAffinities,omitempty"`// OnHostMaintenance: How the instance should behave when the host machine// undergoes maintenance that may temporarily impact instance performance.//// Possible values://   "ON_HOST_MAINTENANCE_UNSPECIFIED" - An unknown, unexpected behavior.//   "TERMINATE" - Terminate the instance when the host machine undergoes// maintenance.//   "MIGRATE" - Migrate the instance when the host machine undergoes// maintenance.OnHostMaintenancestring `json:"onHostMaintenance,omitempty"`// RestartType: Whether the Instance should be automatically restarted whenever// it is terminated by Compute Engine (not terminated by user). This// configuration is identical to `automaticRestart` field in Compute Engine// create instance under scheduling. It was changed to an enum (instead of a// boolean) to match the default value in Compute Engine which is automatic// restart.//// Possible values://   "RESTART_TYPE_UNSPECIFIED" - Unspecified behavior. This will use the// default.//   "AUTOMATIC_RESTART" - The Instance should be automatically restarted// whenever it is terminated by Compute Engine.//   "NO_AUTOMATIC_RESTART" - The Instance isn't automatically restarted// whenever it is terminated by Compute Engine.RestartTypestring `json:"restartType,omitempty"`// ForceSendFields is a list of field names (e.g. "AutomaticRestart") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AutomaticRestart") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ComputeScheduling: Scheduling information for VM on maintenance/restartbehaviour and node allocation in sole tenant nodes. Options for instancebehavior when the host machine undergoes maintenance that may temporarilyimpact instance performance.

func (ComputeScheduling)MarshalJSON

func (sComputeScheduling) MarshalJSON() ([]byte,error)

typeCopyingSourceDiskSnapshotStepadded inv0.249.0

type CopyingSourceDiskSnapshotStep struct {}

CopyingSourceDiskSnapshotStep: CopyingSourceDiskSnapshotStep containsspecific step details.

typeCreatingImageStepadded inv0.168.0

type CreatingImageStep struct {}

CreatingImageStep: CreatingImageStep contains specific step details.

typeCreatingSourceDiskSnapshotStepadded inv0.249.0

type CreatingSourceDiskSnapshotStep struct {}

CreatingSourceDiskSnapshotStep: CreatingSourceDiskSnapshotStep containsspecific step details.

typeCutoverForecastadded inv0.117.0

type CutoverForecast struct {// EstimatedCutoverJobDuration: Output only. Estimation of the CutoverJob// duration.EstimatedCutoverJobDurationstring `json:"estimatedCutoverJobDuration,omitempty"`// ForceSendFields is a list of field names (e.g.// "EstimatedCutoverJobDuration") to unconditionally include in API requests.// By default, fields with empty or default values are omitted from API// requests. Seehttps://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields// for more details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "EstimatedCutoverJobDuration") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

CutoverForecast: CutoverForecast holds information about future CutoverJobsof a MigratingVm.

func (CutoverForecast)MarshalJSONadded inv0.117.0

func (sCutoverForecast) MarshalJSON() ([]byte,error)

typeCutoverJob

type CutoverJob struct {// ComputeEngineDisksTargetDetails: Output only. Details of the target// Persistent Disks in Compute Engine.ComputeEngineDisksTargetDetails *ComputeEngineDisksTargetDetails `json:"computeEngineDisksTargetDetails,omitempty"`// ComputeEngineTargetDetails: Output only. Details of the target VM in Compute// Engine.ComputeEngineTargetDetails *ComputeEngineTargetDetails `json:"computeEngineTargetDetails,omitempty"`// ComputeEngineVmDetails: Output only. Details of the VM in Compute Engine.// Deprecated: Use compute_engine_target_details instead.ComputeEngineVmDetails *TargetVMDetails `json:"computeEngineVmDetails,omitempty"`// CreateTime: Output only. The time the cutover job was created (as an API// call, not when it was actually created in the target).CreateTimestring `json:"createTime,omitempty"`// EndTime: Output only. The time the cutover job had finished.EndTimestring `json:"endTime,omitempty"`// Error: Output only. Provides details for the errors that led to the Cutover// Job's state.Error *Status `json:"error,omitempty"`// Name: Output only. The name of the cutover job.Namestring `json:"name,omitempty"`// Progress: Output only. The current progress in percentage of the cutover// job.Progressint64 `json:"progress,omitempty"`// ProgressPercent: Output only. The current progress in percentage of the// cutover job.ProgressPercentint64 `json:"progressPercent,omitempty"`// State: Output only. State of the cutover job.//// Possible values://   "STATE_UNSPECIFIED" - The state is unknown. This is used for API// compatibility only and is not used by the system.//   "PENDING" - The cutover job has not yet started.//   "FAILED" - The cutover job finished with errors.//   "SUCCEEDED" - The cutover job finished successfully.//   "CANCELLED" - The cutover job was cancelled.//   "CANCELLING" - The cutover job is being cancelled.//   "ACTIVE" - The cutover job is active and running.//   "ADAPTING_OS" - OS adaptation is running as part of the cutover job to// generate license.Statestring `json:"state,omitempty"`// StateMessage: Output only. A message providing possible extra details about// the current state.StateMessagestring `json:"stateMessage,omitempty"`// StateTime: Output only. The time the state was last updated.StateTimestring `json:"stateTime,omitempty"`// Steps: Output only. The cutover steps list representing its progress.Steps []*CutoverStep `json:"steps,omitempty"`// TargetDetails: Output only. Details of the VM to create as the target of// this cutover job. Deprecated: Use compute_engine_target_details instead.TargetDetails *TargetVMDetails `json:"targetDetails,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g.// "ComputeEngineDisksTargetDetails") to unconditionally include in API// requests. By default, fields with empty or default values are omitted from// API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ComputeEngineDisksTargetDetails")// to include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

CutoverJob: CutoverJob message describes a cutover of a migrating VM. TheCutoverJob is the operation of shutting down the VM, creating a snapshot andcloning the VM using the replicated snapshot.

func (CutoverJob)MarshalJSON

func (sCutoverJob) MarshalJSON() ([]byte,error)

typeCutoverStepadded inv0.84.0

type CutoverStep struct {// EndTime: The time the step has ended.EndTimestring `json:"endTime,omitempty"`// FinalSync: Final sync step.FinalSync *ReplicationCycle `json:"finalSync,omitempty"`// InstantiatingMigratedVm: Instantiating migrated VM step.InstantiatingMigratedVm *InstantiatingMigratedVMStep `json:"instantiatingMigratedVm,omitempty"`// PreparingVmDisks: Preparing VM disks step.PreparingVmDisks *PreparingVMDisksStep `json:"preparingVmDisks,omitempty"`// PreviousReplicationCycle: A replication cycle prior cutover step.PreviousReplicationCycle *ReplicationCycle `json:"previousReplicationCycle,omitempty"`// ShuttingDownSourceVm: Shutting down VM step.ShuttingDownSourceVm *ShuttingDownSourceVMStep `json:"shuttingDownSourceVm,omitempty"`// StartTime: The time the step has started.StartTimestring `json:"startTime,omitempty"`// ForceSendFields is a list of field names (e.g. "EndTime") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "EndTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

CutoverStep: CutoverStep holds information about the cutover step progress.

func (CutoverStep)MarshalJSONadded inv0.84.0

func (sCutoverStep) MarshalJSON() ([]byte,error)

typeCycleStepadded inv0.67.0

type CycleStep struct {// EndTime: The time the cycle step has ended.EndTimestring `json:"endTime,omitempty"`// InitializingReplication: Initializing replication step.InitializingReplication *InitializingReplicationStep `json:"initializingReplication,omitempty"`// PostProcessing: Post processing step.PostProcessing *PostProcessingStep `json:"postProcessing,omitempty"`// Replicating: Replicating step.Replicating *ReplicatingStep `json:"replicating,omitempty"`// StartTime: The time the cycle step has started.StartTimestring `json:"startTime,omitempty"`// ForceSendFields is a list of field names (e.g. "EndTime") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "EndTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

CycleStep: CycleStep holds information about a step progress.

func (CycleStep)MarshalJSONadded inv0.67.0

func (sCycleStep) MarshalJSON() ([]byte,error)

typeDataDiskImageImportadded inv0.168.0

type DataDiskImageImport struct {// GuestOsFeatures: Optional. A list of guest OS features to apply to the// imported image. These features are flags that are used by Compute Engine to// enable certain capabilities for virtual machine instances that are created// from the image. This field does not change the OS of the image; it only// marks the image with the specified features. The user must ensure that the// OS is compatible with the features. For a list of available features, see//https://cloud.google.com/compute/docs/images/create-custom#guest-os-features.GuestOsFeatures []string `json:"guestOsFeatures,omitempty"`// ForceSendFields is a list of field names (e.g. "GuestOsFeatures") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "GuestOsFeatures") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DataDiskImageImport: Used when the image import is not using OS adaptationprocess.

func (DataDiskImageImport)MarshalJSONadded inv0.257.0

func (sDataDiskImageImport) MarshalJSON() ([]byte,error)

typeDatacenterConnector

type DatacenterConnector struct {// ApplianceInfrastructureVersion: Output only. Appliance OVA version. This is// the OVA which is manually installed by the user and contains the// infrastructure for the automatically updatable components on the appliance.ApplianceInfrastructureVersionstring `json:"applianceInfrastructureVersion,omitempty"`// ApplianceSoftwareVersion: Output only. Appliance last installed update// bundle version. This is the version of the automatically updatable// components on the appliance.ApplianceSoftwareVersionstring `json:"applianceSoftwareVersion,omitempty"`// AvailableVersions: Output only. The available versions for updating this// appliance.AvailableVersions *AvailableUpdates `json:"availableVersions,omitempty"`// Bucket: Output only. The communication channel between the datacenter// connector and Google Cloud.Bucketstring `json:"bucket,omitempty"`// CreateTime: Output only. The time the connector was created (as an API call,// not when it was actually installed).CreateTimestring `json:"createTime,omitempty"`// Error: Output only. Provides details on the state of the Datacenter// Connector in case of an error.Error *Status `json:"error,omitempty"`// Name: Output only. The connector's name.Namestring `json:"name,omitempty"`// RegistrationId: Immutable. A unique key for this connector. This key is// internal to the OVA connector and is supplied with its creation during the// registration process and can not be modified.RegistrationIdstring `json:"registrationId,omitempty"`// ServiceAccount: The service account to use in the connector when// communicating with the cloud.ServiceAccountstring `json:"serviceAccount,omitempty"`// State: Output only. State of the DatacenterConnector, as determined by the// health checks.//// Possible values://   "STATE_UNSPECIFIED" - The state is unknown. This is used for API// compatibility only and is not used by the system.//   "PENDING" - The state was not sampled by the health checks yet.//   "OFFLINE" - The source was sampled by health checks and is not available.//   "FAILED" - The source is available but might not be usable yet due to// unvalidated credentials or another reason. The credentials referred to are// the ones to the Source. The error message will contain further details.//   "ACTIVE" - The source exists and its credentials were verified.Statestring `json:"state,omitempty"`// StateTime: Output only. The time the state was last set.StateTimestring `json:"stateTime,omitempty"`// UpdateTime: Output only. The last time the connector was updated with an API// call.UpdateTimestring `json:"updateTime,omitempty"`// UpgradeStatus: Output only. The status of the current / last// upgradeAppliance operation.UpgradeStatus *UpgradeStatus `json:"upgradeStatus,omitempty"`// Version: The version running in the DatacenterConnector. This is supplied by// the OVA connector during the registration process and can not be modified.Versionstring `json:"version,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g.// "ApplianceInfrastructureVersion") to unconditionally include in API// requests. By default, fields with empty or default values are omitted from// API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ApplianceInfrastructureVersion")// to include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DatacenterConnector: DatacenterConnector message describes a connectorbetween the Source and Google Cloud, which is installed on a vmwaredatacenter (an OVA vm installed by the user) to connect the Datacenter toGoogle Cloud and support vm migration data transfer.

func (DatacenterConnector)MarshalJSON

func (sDatacenterConnector) MarshalJSON() ([]byte,error)

typeDiskadded inv0.139.0

type Disk struct {// Lun: The disk's Logical Unit Number (LUN).Lunint64 `json:"lun,omitempty"`// Name: The disk name.Namestring `json:"name,omitempty"`// SizeGb: The disk size in GB.SizeGbint64 `json:"sizeGb,omitempty"`// ForceSendFields is a list of field names (e.g. "Lun") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Lun") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Disk: A message describing a data disk.

func (Disk)MarshalJSONadded inv0.139.0

func (sDisk) MarshalJSON() ([]byte,error)

typeDiskImageDefaultsadded inv0.143.0

type DiskImageDefaults struct {// SourceImage: Required. The Image resource used when creating the disk.SourceImagestring `json:"sourceImage,omitempty"`// ForceSendFields is a list of field names (e.g. "SourceImage") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "SourceImage") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DiskImageDefaults: Contains details about the image source used to createthe disk.

func (DiskImageDefaults)MarshalJSONadded inv0.143.0

func (sDiskImageDefaults) MarshalJSON() ([]byte,error)

typeDiskImageTargetDetailsadded inv0.168.0

type DiskImageTargetDetails struct {// AdditionalLicenses: Optional. Additional licenses to assign to the image.// Format://https://www.googleapis.com/compute/v1/projects/PROJECT_ID/global/licenses/LICENSE_NAME// Or//https://www.googleapis.com/compute/beta/projects/PROJECT_ID/global/licenses/LICENSE_NAMEAdditionalLicenses []string `json:"additionalLicenses,omitempty"`// DataDiskImageImport: Optional. Use to skip OS adaptation process.DataDiskImageImport *DataDiskImageImport `json:"dataDiskImageImport,omitempty"`// Description: Optional. An optional description of the image.Descriptionstring `json:"description,omitempty"`// Encryption: Immutable. The encryption to apply to the image.Encryption *Encryption `json:"encryption,omitempty"`// FamilyName: Optional. The name of the image family to which the new image// belongs.FamilyNamestring `json:"familyName,omitempty"`// ImageName: Required. The name of the image to be created.ImageNamestring `json:"imageName,omitempty"`// Labels: Optional. A map of labels to associate with the image.Labels map[string]string `json:"labels,omitempty"`// OsAdaptationParameters: Optional. Use to set the parameters relevant for the// OS adaptation process.OsAdaptationParameters *ImageImportOsAdaptationParameters `json:"osAdaptationParameters,omitempty"`// SingleRegionStorage: Optional. Set to true to set the image storageLocations// to the single region of the import job. When false, the closest multi-region// is selected.SingleRegionStoragebool `json:"singleRegionStorage,omitempty"`// TargetProject: Required. Reference to the TargetProject resource that// represents the target project in which the imported image will be created.TargetProjectstring `json:"targetProject,omitempty"`// ForceSendFields is a list of field names (e.g. "AdditionalLicenses") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AdditionalLicenses") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DiskImageTargetDetails: The target details of the image resource that willbe created by the import job.

func (DiskImageTargetDetails)MarshalJSONadded inv0.168.0

func (sDiskImageTargetDetails) MarshalJSON() ([]byte,error)

typeDiskMigrationJobadded inv0.249.0

type DiskMigrationJob struct {// AwsSourceDiskDetails: Details of the unattached AWS source disk.AwsSourceDiskDetails *AwsSourceDiskDetails `json:"awsSourceDiskDetails,omitempty"`// CreateTime: Output only. The time the DiskMigrationJob resource was created.CreateTimestring `json:"createTime,omitempty"`// Errors: Output only. Provides details on the errors that led to the disk// migration job's state in case of an error.Errors []*Status `json:"errors,omitempty"`// Name: Output only. Identifier. The identifier of the DiskMigrationJob.Namestring `json:"name,omitempty"`// State: Output only. State of the DiskMigrationJob.//// Possible values://   "STATE_UNSPECIFIED" - The state is unspecified. This is not in use.//   "READY" - The initial state of the disk migration. In this state the// customers can update the target details.//   "RUNNING" - The migration is active, and it's running or scheduled to run.//   "SUCCEEDED" - The migration completed successfully.//   "CANCELLING" - Migration cancellation was initiated.//   "CANCELLED" - The migration was cancelled.//   "FAILED" - The migration process encountered an unrecoverable error and// was aborted.Statestring `json:"state,omitempty"`// Steps: Output only. The disk migration steps list representing its progress.Steps []*DiskMigrationStep `json:"steps,omitempty"`// TargetDetails: Required. Details of the target Disk in Compute Engine.TargetDetails *DiskMigrationJobTargetDetails `json:"targetDetails,omitempty"`// UpdateTime: Output only. The last time the DiskMigrationJob resource was// updated.UpdateTimestring `json:"updateTime,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "AwsSourceDiskDetails") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AwsSourceDiskDetails") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DiskMigrationJob: Describes the disk which will be migrated from the sourceenvironment. The source disk has to be unattached.

func (DiskMigrationJob)MarshalJSONadded inv0.249.0

func (sDiskMigrationJob) MarshalJSON() ([]byte,error)

typeDiskMigrationJobTargetDetailsadded inv0.249.0

type DiskMigrationJobTargetDetails struct {// Encryption: Optional. The encryption to apply to the disk. If the// DiskMigrationJob parent Source resource has an encryption, this field must// be set to the same encryption key.Encryption *Encryption `json:"encryption,omitempty"`// Labels: Optional. A map of labels to associate with the disk.Labels map[string]string `json:"labels,omitempty"`// TargetDisk: Required. The target disk.TargetDisk *ComputeEngineDisk `json:"targetDisk,omitempty"`// TargetProject: Required. The name of the resource of type TargetProject// which represents the Compute Engine project in which to create the disk.// Should be of the form:// projects/{project}/locations/global/targetProjects/{target-project}TargetProjectstring `json:"targetProject,omitempty"`// ForceSendFields is a list of field names (e.g. "Encryption") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Encryption") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DiskMigrationJobTargetDetails: Details of the target disk in Compute Engine.

func (DiskMigrationJobTargetDetails)MarshalJSONadded inv0.249.0

func (sDiskMigrationJobTargetDetails) MarshalJSON() ([]byte,error)

typeDiskMigrationStepadded inv0.249.0

type DiskMigrationStep struct {// CopyingSourceDiskSnapshot: Copying source disk snapshot step.CopyingSourceDiskSnapshot *CopyingSourceDiskSnapshotStep `json:"copyingSourceDiskSnapshot,omitempty"`// CreatingSourceDiskSnapshot: Creating source disk snapshot step.CreatingSourceDiskSnapshot *CreatingSourceDiskSnapshotStep `json:"creatingSourceDiskSnapshot,omitempty"`// EndTime: Output only. The time the step has ended.EndTimestring `json:"endTime,omitempty"`// ProvisioningTargetDisk: Creating target disk step.ProvisioningTargetDisk *ProvisioningTargetDiskStep `json:"provisioningTargetDisk,omitempty"`// StartTime: Output only. The time the step has started.StartTimestring `json:"startTime,omitempty"`// ForceSendFields is a list of field names (e.g. "CopyingSourceDiskSnapshot")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CopyingSourceDiskSnapshot") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DiskMigrationStep: DiskMigrationStep holds information about the diskmigration step progress.

func (DiskMigrationStep)MarshalJSONadded inv0.249.0

func (sDiskMigrationStep) MarshalJSON() ([]byte,error)

typeDisksMigrationDisksTargetDefaultsadded inv0.143.0

type DisksMigrationDisksTargetDefaults struct {}

DisksMigrationDisksTargetDefaults: Details for a disk only migration.

typeDisksMigrationDisksTargetDetailsadded inv0.143.0

type DisksMigrationDisksTargetDetails struct {}

DisksMigrationDisksTargetDetails: Details for a disks-only migration.

typeDisksMigrationVmTargetDefaultsadded inv0.143.0

type DisksMigrationVmTargetDefaults struct {// AdditionalLicenses: Optional. Additional licenses to assign to the VM.AdditionalLicenses []string `json:"additionalLicenses,omitempty"`// BootDiskDefaults: Optional. Details of the boot disk of the VM.BootDiskDefaults *BootDiskDefaults `json:"bootDiskDefaults,omitempty"`// ComputeScheduling: Optional. Compute instance scheduling information (if// empty default is used).ComputeScheduling *ComputeScheduling `json:"computeScheduling,omitempty"`// EnableIntegrityMonitoring: Optional. Defines whether the instance has// integrity monitoring enabled.EnableIntegrityMonitoringbool `json:"enableIntegrityMonitoring,omitempty"`// EnableVtpm: Optional. Defines whether the instance has vTPM enabled.EnableVtpmbool `json:"enableVtpm,omitempty"`// Encryption: Optional. The encryption to apply to the VM.Encryption *Encryption `json:"encryption,omitempty"`// Hostname: Optional. The hostname to assign to the VM.Hostnamestring `json:"hostname,omitempty"`// Labels: Optional. A map of labels to associate with the VM.Labels map[string]string `json:"labels,omitempty"`// MachineType: Required. The machine type to create the VM with.MachineTypestring `json:"machineType,omitempty"`// MachineTypeSeries: Optional. The machine type series to create the VM with.// For presentation only.MachineTypeSeriesstring `json:"machineTypeSeries,omitempty"`// Metadata: Optional. The metadata key/value pairs to assign to the VM.Metadata map[string]string `json:"metadata,omitempty"`// NetworkInterfaces: Optional. NICs to attach to the VM.NetworkInterfaces []*NetworkInterface `json:"networkInterfaces,omitempty"`// NetworkTags: Optional. A list of network tags to associate with the VM.NetworkTags []string `json:"networkTags,omitempty"`// SecureBoot: Optional. Defines whether the instance has Secure Boot enabled.// This can be set to true only if the VM boot option is EFI.SecureBootbool `json:"secureBoot,omitempty"`// ServiceAccount: Optional. The service account to associate the VM with.ServiceAccountstring `json:"serviceAccount,omitempty"`// VmName: Required. The name of the VM to create.VmNamestring `json:"vmName,omitempty"`// ForceSendFields is a list of field names (e.g. "AdditionalLicenses") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AdditionalLicenses") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DisksMigrationVmTargetDefaults: Details for creation of a VM that migrateddata disks will be attached to.

func (DisksMigrationVmTargetDefaults)MarshalJSONadded inv0.143.0

func (sDisksMigrationVmTargetDefaults) MarshalJSON() ([]byte,error)

typeDisksMigrationVmTargetDetailsadded inv0.143.0

type DisksMigrationVmTargetDetails struct {// VmUri: Output only. The URI of the Compute Engine VM.VmUristring `json:"vmUri,omitempty"`// ForceSendFields is a list of field names (e.g. "VmUri") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "VmUri") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DisksMigrationVmTargetDetails: Details for the VM created VM as part ofdisks migration.

func (DisksMigrationVmTargetDetails)MarshalJSONadded inv0.143.0

func (sDisksMigrationVmTargetDetails) MarshalJSON() ([]byte,error)

typeEmpty

type Empty struct {// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`}

Empty: A generic empty message that you can re-use to avoid definingduplicated empty messages in your APIs. A typical example is to use it asthe request or the response type of an API method. For instance: service Foo{ rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

typeEncryptionadded inv0.149.0

type Encryption struct {// KmsKey: Required. The name of the encryption key that is stored in Google// Cloud KMS.KmsKeystring `json:"kmsKey,omitempty"`// ForceSendFields is a list of field names (e.g. "KmsKey") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "KmsKey") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Encryption: Encryption message describes the details of the appliedencryption.

func (Encryption)MarshalJSONadded inv0.149.0

func (sEncryption) MarshalJSON() ([]byte,error)

typeExpirationadded inv0.236.0

type Expiration struct {// ExpireTime: Output only. Timestamp of when this resource is considered// expired.ExpireTimestring `json:"expireTime,omitempty"`// Extendable: Output only. Describes whether the expiration can be extended.Extendablebool `json:"extendable,omitempty"`// ExtensionCount: Output only. The number of times expiration was extended.ExtensionCountint64 `json:"extensionCount,omitempty"`// ForceSendFields is a list of field names (e.g. "ExpireTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ExpireTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Expiration: Expiration holds information about the expiration of aMigratingVm.

func (Expiration)MarshalJSONadded inv0.236.0

func (sExpiration) MarshalJSON() ([]byte,error)

typeExtendMigrationRequestadded inv0.236.0

type ExtendMigrationRequest struct {}

ExtendMigrationRequest: Request message for 'ExtendMigrationRequest'request.

typeFetchInventoryResponse

type FetchInventoryResponse struct {// AwsVms: The description of the VMs in a Source of type AWS.AwsVms *AwsVmsDetails `json:"awsVms,omitempty"`// AzureVms: The description of the VMs in a Source of type Azure.AzureVms *AzureVmsDetails `json:"azureVms,omitempty"`// NextPageToken: Output only. A token, which can be sent as `page_token` to// retrieve the next page. If this field is omitted, there are no subsequent// pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// UpdateTime: Output only. The timestamp when the source was last queried (if// the result is from the cache).UpdateTimestring `json:"updateTime,omitempty"`// VmwareVms: The description of the VMs in a Source of type Vmware.VmwareVms *VmwareVmsDetails `json:"vmwareVms,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "AwsVms") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AwsVms") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

FetchInventoryResponse: Response message for fetchInventory.

func (FetchInventoryResponse)MarshalJSON

func (sFetchInventoryResponse) MarshalJSON() ([]byte,error)

typeFetchStorageInventoryResponseadded inv0.249.0

type FetchStorageInventoryResponse struct {// NextPageToken: Output only. A token, which can be sent as `page_token` to// retrieve the next page. If this field is omitted, there are no subsequent// pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// Resources: The list of storage resources in the source.Resources []*SourceStorageResource `json:"resources,omitempty"`// UpdateTime: Output only. The timestamp when the source was last queried (if// the result is from the cache).UpdateTimestring `json:"updateTime,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

FetchStorageInventoryResponse: Response message for fetchStorageInventory.

func (FetchStorageInventoryResponse)MarshalJSONadded inv0.249.0

func (sFetchStorageInventoryResponse) MarshalJSON() ([]byte,error)

typeFinalizeMigrationRequest

type FinalizeMigrationRequest struct {}

FinalizeMigrationRequest: Request message for 'FinalizeMigration' request.

typeGroup

type Group struct {// CreateTime: Output only. The create time timestamp.CreateTimestring `json:"createTime,omitempty"`// Description: User-provided description of the group.Descriptionstring `json:"description,omitempty"`// DisplayName: Display name is a user defined name for this group which can be// updated.DisplayNamestring `json:"displayName,omitempty"`// MigrationTargetType: Immutable. The target type of this group.//// Possible values://   "MIGRATION_TARGET_TYPE_UNSPECIFIED" - Group type is not specified. This// defaults to Compute Engine targets.//   "MIGRATION_TARGET_TYPE_GCE" - All MigratingVMs in the group must have// Compute Engine targets.//   "MIGRATION_TARGET_TYPE_DISKS" - All MigratingVMs in the group must have// Compute Engine Disks targets.MigrationTargetTypestring `json:"migrationTargetType,omitempty"`// Name: Output only. The Group name.Namestring `json:"name,omitempty"`// UpdateTime: Output only. The update time timestamp.UpdateTimestring `json:"updateTime,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "CreateTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CreateTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Group: Describes message for 'Group' resource. The Group is a collections ofseveral MigratingVms.

func (Group)MarshalJSON

func (sGroup) MarshalJSON() ([]byte,error)

typeImageImportadded inv0.168.0

type ImageImport struct {// CloudStorageUri: Immutable. The path to the Cloud Storage file from which// the image should be imported.CloudStorageUristring `json:"cloudStorageUri,omitempty"`// CreateTime: Output only. The time the image import was created.CreateTimestring `json:"createTime,omitempty"`// DiskImageTargetDefaults: Immutable. Target details for importing a disk// image, will be used by ImageImportJob.DiskImageTargetDefaults *DiskImageTargetDetails `json:"diskImageTargetDefaults,omitempty"`// Encryption: Immutable. The encryption details used by the image import// process during the image adaptation for Compute Engine.Encryption *Encryption `json:"encryption,omitempty"`// MachineImageTargetDefaults: Immutable. Target details for importing a// machine image, will be used by ImageImportJob.MachineImageTargetDefaults *MachineImageTargetDetails `json:"machineImageTargetDefaults,omitempty"`// Name: Output only. The resource path of the ImageImport.Namestring `json:"name,omitempty"`// RecentImageImportJobs: Output only. The result of the most recent runs for// this ImageImport. All jobs for this ImageImport can be listed via// ListImageImportJobs.RecentImageImportJobs []*ImageImportJob `json:"recentImageImportJobs,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "CloudStorageUri") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CloudStorageUri") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ImageImport: ImageImport describes the configuration of the image import torun.

func (ImageImport)MarshalJSONadded inv0.168.0

func (sImageImport) MarshalJSON() ([]byte,error)

typeImageImportJobadded inv0.168.0

type ImageImportJob struct {// CloudStorageUri: Output only. The path to the Cloud Storage file from which// the image should be imported.CloudStorageUristring `json:"cloudStorageUri,omitempty"`// CreateTime: Output only. The time the image import was created (as an API// call, not when it was actually created in the target).CreateTimestring `json:"createTime,omitempty"`// CreatedResources: Output only. The resource paths of the resources created// by the image import job.CreatedResources []string `json:"createdResources,omitempty"`// DiskImageTargetDetails: Output only. Target details used to import a disk// image.DiskImageTargetDetails *DiskImageTargetDetails `json:"diskImageTargetDetails,omitempty"`// EndTime: Output only. The time the image import was ended.EndTimestring `json:"endTime,omitempty"`// Errors: Output only. Provides details on the error that led to the image// import state in case of an error.Errors []*Status `json:"errors,omitempty"`// MachineImageTargetDetails: Output only. Target details used to import a// machine image.MachineImageTargetDetails *MachineImageTargetDetails `json:"machineImageTargetDetails,omitempty"`// Name: Output only. The resource path of the ImageImportJob.Namestring `json:"name,omitempty"`// State: Output only. The state of the image import.//// Possible values://   "STATE_UNSPECIFIED" - The state is unknown.//   "PENDING" - The image import has not yet started.//   "RUNNING" - The image import is active and running.//   "SUCCEEDED" - The image import has finished successfully.//   "FAILED" - The image import has finished with errors.//   "CANCELLING" - The image import is being cancelled.//   "CANCELLED" - The image import was cancelled.Statestring `json:"state,omitempty"`// Steps: Output only. The image import steps list representing its progress.Steps []*ImageImportStep `json:"steps,omitempty"`// Warnings: Output only. Warnings that occurred during the image import.Warnings []*MigrationWarning `json:"warnings,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "CloudStorageUri") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CloudStorageUri") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ImageImportJob: ImageImportJob describes the progress and result of an imageimport.

func (ImageImportJob)MarshalJSONadded inv0.168.0

func (sImageImportJob) MarshalJSON() ([]byte,error)

typeImageImportOsAdaptationParametersadded inv0.168.0

type ImageImportOsAdaptationParameters struct {// AdaptationModifiers: Optional. Modifiers to be used as configuration of the// OS adaptation process.AdaptationModifiers []*AdaptationModifier `json:"adaptationModifiers,omitempty"`// BootConversion: Optional. By default the image will keep its existing boot// option. Setting this property will trigger an internal process which will// convert the image from using the existing boot option to another. The size// of the boot disk might be increased to allow the conversion//// Possible values://   "BOOT_CONVERSION_UNSPECIFIED" - Unspecified conversion type.//   "NONE" - No conversion.//   "BIOS_TO_EFI" - Convert from BIOS to EFI.BootConversionstring `json:"bootConversion,omitempty"`// Generalize: Optional. Set to true in order to generalize the imported image.// The generalization process enables co-existence of multiple VMs created from// the same image. For Windows, generalizing the image removes// computer-specific information such as installed drivers and the computer// security identifier (SID).Generalizebool `json:"generalize,omitempty"`// LicenseType: Optional. Choose which type of license to apply to the imported// image.//// Possible values://   "COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT" - The license type is the default// for the OS.//   "COMPUTE_ENGINE_LICENSE_TYPE_PAYG" - The license type is Pay As You Go// license type.//   "COMPUTE_ENGINE_LICENSE_TYPE_BYOL" - The license type is Bring Your Own// License type.LicenseTypestring `json:"licenseType,omitempty"`// ForceSendFields is a list of field names (e.g. "AdaptationModifiers") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AdaptationModifiers") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ImageImportOsAdaptationParameters: Parameters affecting the OS adaptationprocess.

func (ImageImportOsAdaptationParameters)MarshalJSONadded inv0.168.0

func (sImageImportOsAdaptationParameters) MarshalJSON() ([]byte,error)

typeImageImportStepadded inv0.168.0

type ImageImportStep struct {// AdaptingOs: Adapting OS step.AdaptingOs *AdaptingOSStep `json:"adaptingOs,omitempty"`// CreatingImage: Creating image step.CreatingImage *CreatingImageStep `json:"creatingImage,omitempty"`// EndTime: Output only. The time the step has ended.EndTimestring `json:"endTime,omitempty"`// Initializing: Initializing step.Initializing *InitializingImageImportStep `json:"initializing,omitempty"`// LoadingSourceFiles: Loading source files step.LoadingSourceFiles *LoadingImageSourceFilesStep `json:"loadingSourceFiles,omitempty"`// StartTime: Output only. The time the step has started.StartTimestring `json:"startTime,omitempty"`// ForceSendFields is a list of field names (e.g. "AdaptingOs") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AdaptingOs") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ImageImportStep: ImageImportStep holds information about the image importstep progress.

func (ImageImportStep)MarshalJSONadded inv0.168.0

func (sImageImportStep) MarshalJSON() ([]byte,error)

typeInitializingImageImportStepadded inv0.168.0

type InitializingImageImportStep struct {}

InitializingImageImportStep: InitializingImageImportStep contains specificstep details.

typeInitializingReplicationStepadded inv0.67.0

type InitializingReplicationStep struct {}

InitializingReplicationStep: InitializingReplicationStep contains specificstep details.

typeInstantiatingMigratedVMStepadded inv0.84.0

type InstantiatingMigratedVMStep struct {}

InstantiatingMigratedVMStep: InstantiatingMigratedVMStep contains specificstep details.

typeLink

type Link struct {// Description: Describes what the link offers.Descriptionstring `json:"description,omitempty"`// Url: The URL of the link.Urlstring `json:"url,omitempty"`// ForceSendFields is a list of field names (e.g. "Description") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Description") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Link: Describes a URL link.

func (Link)MarshalJSON

func (sLink) MarshalJSON() ([]byte,error)

typeListCloneJobsResponse

type ListCloneJobsResponse struct {// CloneJobs: Output only. The list of clone jobs response.CloneJobs []*CloneJob `json:"cloneJobs,omitempty"`// NextPageToken: Output only. A token, which can be sent as `page_token` to// retrieve the next page. If this field is omitted, there are no subsequent// pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// Unreachable: Output only. Locations that could not be reached.Unreachable []string `json:"unreachable,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "CloneJobs") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CloneJobs") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListCloneJobsResponse: Response message for 'ListCloneJobs' request.

func (ListCloneJobsResponse)MarshalJSON

func (sListCloneJobsResponse) MarshalJSON() ([]byte,error)

typeListCutoverJobsResponse

type ListCutoverJobsResponse struct {// CutoverJobs: Output only. The list of cutover jobs response.CutoverJobs []*CutoverJob `json:"cutoverJobs,omitempty"`// NextPageToken: Output only. A token, which can be sent as `page_token` to// retrieve the next page. If this field is omitted, there are no subsequent// pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// Unreachable: Output only. Locations that could not be reached.Unreachable []string `json:"unreachable,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "CutoverJobs") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CutoverJobs") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListCutoverJobsResponse: Response message for 'ListCutoverJobs' request.

func (ListCutoverJobsResponse)MarshalJSON

func (sListCutoverJobsResponse) MarshalJSON() ([]byte,error)

typeListDatacenterConnectorsResponse

type ListDatacenterConnectorsResponse struct {// DatacenterConnectors: Output only. The list of sources response.DatacenterConnectors []*DatacenterConnector `json:"datacenterConnectors,omitempty"`// NextPageToken: Output only. A token, which can be sent as `page_token` to// retrieve the next page. If this field is omitted, there are no subsequent// pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// Unreachable: Output only. Locations that could not be reached.Unreachable []string `json:"unreachable,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "DatacenterConnectors") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DatacenterConnectors") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListDatacenterConnectorsResponse: Response message for'ListDatacenterConnectors' request.

func (ListDatacenterConnectorsResponse)MarshalJSON

func (sListDatacenterConnectorsResponse) MarshalJSON() ([]byte,error)

typeListDiskMigrationJobsResponseadded inv0.249.0

type ListDiskMigrationJobsResponse struct {// DiskMigrationJobs: Output only. The list of the disk migration jobs.DiskMigrationJobs []*DiskMigrationJob `json:"diskMigrationJobs,omitempty"`// NextPageToken: Optional. Output only. A token, which can be sent as// `page_token` to retrieve the next page. If this field is omitted, there are// no subsequent pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// Unreachable: Output only. Locations that could not be reached.Unreachable []string `json:"unreachable,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "DiskMigrationJobs") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DiskMigrationJobs") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListDiskMigrationJobsResponse: Response message for 'ListDiskMigrationJobs'request.

func (ListDiskMigrationJobsResponse)MarshalJSONadded inv0.249.0

func (sListDiskMigrationJobsResponse) MarshalJSON() ([]byte,error)

typeListGroupsResponse

type ListGroupsResponse struct {// Groups: Output only. The list of groups response.Groups []*Group `json:"groups,omitempty"`// NextPageToken: Output only. A token, which can be sent as `page_token` to// retrieve the next page. If this field is omitted, there are no subsequent// pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// Unreachable: Output only. Locations that could not be reached.Unreachable []string `json:"unreachable,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Groups") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Groups") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListGroupsResponse: Response message for 'ListGroups' request.

func (ListGroupsResponse)MarshalJSON

func (sListGroupsResponse) MarshalJSON() ([]byte,error)

typeListImageImportJobsResponseadded inv0.168.0

type ListImageImportJobsResponse struct {// ImageImportJobs: Output only. The list of target response.ImageImportJobs []*ImageImportJob `json:"imageImportJobs,omitempty"`// NextPageToken: Output only. A token, which can be sent as `page_token` to// retrieve the next page. If this field is omitted, there are no subsequent// pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// Unreachable: Output only. Locations that could not be reached.Unreachable []string `json:"unreachable,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "ImageImportJobs") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ImageImportJobs") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListImageImportJobsResponse: Response message for 'ListImageImportJobs'call.

func (ListImageImportJobsResponse)MarshalJSONadded inv0.168.0

func (sListImageImportJobsResponse) MarshalJSON() ([]byte,error)

typeListImageImportsResponseadded inv0.168.0

type ListImageImportsResponse struct {// ImageImports: Output only. The list of target response.ImageImports []*ImageImport `json:"imageImports,omitempty"`// NextPageToken: Output only. A token, which can be sent as `page_token` to// retrieve the next page. If this field is omitted, there are no subsequent// pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// Unreachable: Output only. Locations that could not be reached.Unreachable []string `json:"unreachable,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "ImageImports") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ImageImports") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListImageImportsResponse: Response message for 'ListImageImports' call.

func (ListImageImportsResponse)MarshalJSONadded inv0.168.0

func (sListImageImportsResponse) MarshalJSON() ([]byte,error)

typeListLocationsResponse

type ListLocationsResponse struct {// Locations: A list of locations that matches the specified filter in the// request.Locations []*Location `json:"locations,omitempty"`// NextPageToken: The standard List next-page token.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Locations") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Locations") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListLocationsResponse: The response message for Locations.ListLocations.

func (ListLocationsResponse)MarshalJSON

func (sListLocationsResponse) MarshalJSON() ([]byte,error)

typeListMigratingVmsResponse

type ListMigratingVmsResponse struct {// MigratingVms: Output only. The list of Migrating VMs response.MigratingVms []*MigratingVm `json:"migratingVms,omitempty"`// NextPageToken: Output only. A token, which can be sent as `page_token` to// retrieve the next page. If this field is omitted, there are no subsequent// pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// Unreachable: Output only. Locations that could not be reached.Unreachable []string `json:"unreachable,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "MigratingVms") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "MigratingVms") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListMigratingVmsResponse: Response message for 'ListMigratingVms' request.

func (ListMigratingVmsResponse)MarshalJSON

func (sListMigratingVmsResponse) MarshalJSON() ([]byte,error)

typeListOperationsResponse

type ListOperationsResponse struct {// NextPageToken: The standard List next-page token.NextPageTokenstring `json:"nextPageToken,omitempty"`// Operations: A list of operations that matches the specified filter in the// request.Operations []*Operation `json:"operations,omitempty"`// Unreachable: Unordered list. Unreachable resources. Populated when the// request sets `ListOperationsRequest.return_partial_success` and reads across// collections e.g. when attempting to list all resources across all supported// locations.Unreachable []string `json:"unreachable,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListOperationsResponse: The response message for Operations.ListOperations.

func (ListOperationsResponse)MarshalJSON

func (sListOperationsResponse) MarshalJSON() ([]byte,error)

typeListReplicationCyclesResponseadded inv0.84.0

type ListReplicationCyclesResponse struct {// NextPageToken: Output only. A token, which can be sent as `page_token` to// retrieve the next page. If this field is omitted, there are no subsequent// pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// ReplicationCycles: Output only. The list of replication cycles response.ReplicationCycles []*ReplicationCycle `json:"replicationCycles,omitempty"`// Unreachable: Output only. Locations that could not be reached.Unreachable []string `json:"unreachable,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListReplicationCyclesResponse: Response message for 'ListReplicationCycles'request.

func (ListReplicationCyclesResponse)MarshalJSONadded inv0.84.0

func (sListReplicationCyclesResponse) MarshalJSON() ([]byte,error)

typeListSourcesResponse

type ListSourcesResponse struct {// NextPageToken: Output only. A token, which can be sent as `page_token` to// retrieve the next page. If this field is omitted, there are no subsequent// pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// Sources: Output only. The list of sources response.Sources []*Source `json:"sources,omitempty"`// Unreachable: Output only. Locations that could not be reached.Unreachable []string `json:"unreachable,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListSourcesResponse: Response message for 'ListSources' request.

func (ListSourcesResponse)MarshalJSON

func (sListSourcesResponse) MarshalJSON() ([]byte,error)

typeListTargetProjectsResponse

type ListTargetProjectsResponse struct {// NextPageToken: Output only. A token, which can be sent as `page_token` to// retrieve the next page. If this field is omitted, there are no subsequent// pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// TargetProjects: Output only. The list of target response.TargetProjects []*TargetProject `json:"targetProjects,omitempty"`// Unreachable: Output only. Locations that could not be reached.Unreachable []string `json:"unreachable,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListTargetProjectsResponse: Response message for 'ListTargetProjects' call.

func (ListTargetProjectsResponse)MarshalJSON

func (sListTargetProjectsResponse) MarshalJSON() ([]byte,error)

typeListUtilizationReportsResponse

type ListUtilizationReportsResponse struct {// NextPageToken: Output only. A token, which can be sent as `page_token` to// retrieve the next page. If this field is omitted, there are no subsequent// pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// Unreachable: Output only. Locations that could not be reached.Unreachable []string `json:"unreachable,omitempty"`// UtilizationReports: Output only. The list of reports.UtilizationReports []*UtilizationReport `json:"utilizationReports,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListUtilizationReportsResponse: Response message for'ListUtilizationReports' request.

func (ListUtilizationReportsResponse)MarshalJSON

func (sListUtilizationReportsResponse) MarshalJSON() ([]byte,error)

typeLoadingImageSourceFilesStepadded inv0.168.0

type LoadingImageSourceFilesStep struct {}

LoadingImageSourceFilesStep: LoadingImageSourceFilesStep contains specificstep details.

typeLocalizedMessage

type LocalizedMessage struct {// Locale: The locale used following the specification defined at//https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US",// "fr-CH", "es-MX"Localestring `json:"locale,omitempty"`// Message: The localized error message in the above locale.Messagestring `json:"message,omitempty"`// ForceSendFields is a list of field names (e.g. "Locale") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Locale") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

LocalizedMessage: Provides a localized error message that is safe to returnto the user which can be attached to an RPC error.

func (LocalizedMessage)MarshalJSON

func (sLocalizedMessage) MarshalJSON() ([]byte,error)

typeLocation

type Location struct {// DisplayName: The friendly name for this location, typically a nearby city// name. For example, "Tokyo".DisplayNamestring `json:"displayName,omitempty"`// Labels: Cross-service attributes for the location. For example// {"cloud.googleapis.com/region": "us-east1"}Labels map[string]string `json:"labels,omitempty"`// LocationId: The canonical id for this location. For example: "us-east1".LocationIdstring `json:"locationId,omitempty"`// Metadata: Service-specific metadata. For example the available capacity at// the given location.Metadatagoogleapi.RawMessage `json:"metadata,omitempty"`// Name: Resource name for the location, which may vary between// implementations. For example:// "projects/example-project/locations/us-east1"Namestring `json:"name,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "DisplayName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DisplayName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Location: A resource that represents a Google Cloud location.

func (Location)MarshalJSON

func (sLocation) MarshalJSON() ([]byte,error)

typeMachineImageParametersOverridesadded inv0.190.0

type MachineImageParametersOverrides struct {// MachineType: Optional. The machine type to create the MachineImage with. If// empty, the service will choose a relevant machine type based on the// information from the source image. For more information about machine types,// please refer tohttps://cloud.google.com/compute/docs/machine-resource.MachineTypestring `json:"machineType,omitempty"`// ForceSendFields is a list of field names (e.g. "MachineType") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "MachineType") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

MachineImageParametersOverrides: Parameters overriding decisions based onthe source machine image configurations.

func (MachineImageParametersOverrides)MarshalJSONadded inv0.190.0

func (sMachineImageParametersOverrides) MarshalJSON() ([]byte,error)

typeMachineImageTargetDetailsadded inv0.190.0

type MachineImageTargetDetails struct {// AdditionalLicenses: Optional. Additional licenses to assign to the instance// created by the machine image. Format://https://www.googleapis.com/compute/v1/projects/PROJECT_ID/global/licenses/LICENSE_NAME// Or//https://www.googleapis.com/compute/beta/projects/PROJECT_ID/global/licenses/LICENSE_NAMEAdditionalLicenses []string `json:"additionalLicenses,omitempty"`// Description: Optional. An optional description of the machine image.Descriptionstring `json:"description,omitempty"`// Encryption: Immutable. The encryption to apply to the machine image. If the// Image Import resource has an encryption, this field must be set to the same// encryption key.Encryption *Encryption `json:"encryption,omitempty"`// Labels: Optional. The labels to apply to the instance created by the machine// image.Labels map[string]string `json:"labels,omitempty"`// MachineImageName: Required. The name of the machine image to be created.MachineImageNamestring `json:"machineImageName,omitempty"`// MachineImageParametersOverrides: Optional. Parameters overriding decisions// based on the source machine image configurations.MachineImageParametersOverrides *MachineImageParametersOverrides `json:"machineImageParametersOverrides,omitempty"`// NetworkInterfaces: Optional. The network interfaces to create with the// instance created by the machine image. Internal and external IP addresses,// and network tiers are ignored for machine image import.NetworkInterfaces []*NetworkInterface `json:"networkInterfaces,omitempty"`// OsAdaptationParameters: Optional. Use to set the parameters relevant for the// OS adaptation process.OsAdaptationParameters *ImageImportOsAdaptationParameters `json:"osAdaptationParameters,omitempty"`// ServiceAccount: Optional. The service account to assign to the instance// created by the machine image.ServiceAccount *ServiceAccount `json:"serviceAccount,omitempty"`// ShieldedInstanceConfig: Optional. Shielded instance configuration.ShieldedInstanceConfig *ShieldedInstanceConfig `json:"shieldedInstanceConfig,omitempty"`// SingleRegionStorage: Optional. Set to true to set the machine image// storageLocations to the single region of the import job. When false, the// closest multi-region is selected.SingleRegionStoragebool `json:"singleRegionStorage,omitempty"`// SkipOsAdaptation: Optional. Use to skip OS adaptation process.SkipOsAdaptation *SkipOsAdaptation `json:"skipOsAdaptation,omitempty"`// Tags: Optional. The tags to apply to the instance created by the machine// image.Tags []string `json:"tags,omitempty"`// TargetProject: Required. Reference to the TargetProject resource that// represents the target project in which the imported machine image will be// created.TargetProjectstring `json:"targetProject,omitempty"`// ForceSendFields is a list of field names (e.g. "AdditionalLicenses") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AdditionalLicenses") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

MachineImageTargetDetails: The target details of the machine image resourcethat will be created by the image import job.

func (MachineImageTargetDetails)MarshalJSONadded inv0.190.0

func (sMachineImageTargetDetails) MarshalJSON() ([]byte,error)

typeMigratingVm

type MigratingVm struct {// AwsSourceVmDetails: Output only. Details of the VM from an AWS source.AwsSourceVmDetails *AwsSourceVmDetails `json:"awsSourceVmDetails,omitempty"`// AzureSourceVmDetails: Output only. Details of the VM from an Azure source.AzureSourceVmDetails *AzureSourceVmDetails `json:"azureSourceVmDetails,omitempty"`// ComputeEngineDisksTargetDefaults: Details of the target Persistent Disks in// Compute Engine.ComputeEngineDisksTargetDefaults *ComputeEngineDisksTargetDefaults `json:"computeEngineDisksTargetDefaults,omitempty"`// ComputeEngineTargetDefaults: Details of the target VM in Compute Engine.ComputeEngineTargetDefaults *ComputeEngineTargetDefaults `json:"computeEngineTargetDefaults,omitempty"`// ComputeEngineVmDefaults: Details of the VM in Compute Engine. Deprecated:// Use compute_engine_target_defaults instead.ComputeEngineVmDefaults *TargetVMDetails `json:"computeEngineVmDefaults,omitempty"`// CreateTime: Output only. The time the migrating VM was created (this refers// to this resource and not to the time it was installed in the source).CreateTimestring `json:"createTime,omitempty"`// CurrentSyncInfo: Output only. Details of the current running replication// cycle.CurrentSyncInfo *ReplicationCycle `json:"currentSyncInfo,omitempty"`// CutoverForecast: Output only. Provides details of future CutoverJobs of a// MigratingVm. Set to empty when cutover forecast is unavailable.CutoverForecast *CutoverForecast `json:"cutoverForecast,omitempty"`// Description: The description attached to the migrating VM by the user.Descriptionstring `json:"description,omitempty"`// DisplayName: The display name attached to the MigratingVm by the user.DisplayNamestring `json:"displayName,omitempty"`// Error: Output only. Provides details on the state of the Migrating VM in// case of an error in replication.Error *Status `json:"error,omitempty"`// Expiration: Output only. Provides details about the expiration state of the// migrating VM.Expiration *Expiration `json:"expiration,omitempty"`// Group: Output only. The group this migrating vm is included in, if any. The// group is represented by the full path of the appropriate Group resource.Groupstring `json:"group,omitempty"`// Labels: The labels of the migrating VM.Labels map[string]string `json:"labels,omitempty"`// LastReplicationCycle: Output only. Details of the last replication cycle.// This will be updated whenever a replication cycle is finished and is not to// be confused with last_sync which is only updated on successful replication// cycles.LastReplicationCycle *ReplicationCycle `json:"lastReplicationCycle,omitempty"`// LastSync: Output only. The most updated snapshot created time in the source// that finished replication.LastSync *ReplicationSync `json:"lastSync,omitempty"`// Name: Output only. The identifier of the MigratingVm.Namestring `json:"name,omitempty"`// Policy: The replication schedule policy.Policy *SchedulePolicy `json:"policy,omitempty"`// RecentCloneJobs: Output only. The recent clone jobs performed on the// migrating VM. This field holds the vm's last completed clone job and the// vm's running clone job, if one exists. Note: To have this field populated// you need to explicitly request it via the "view" parameter of the Get/List// request.RecentCloneJobs []*CloneJob `json:"recentCloneJobs,omitempty"`// RecentCutoverJobs: Output only. The recent cutover jobs performed on the// migrating VM. This field holds the vm's last completed cutover job and the// vm's running cutover job, if one exists. Note: To have this field populated// you need to explicitly request it via the "view" parameter of the Get/List// request.RecentCutoverJobs []*CutoverJob `json:"recentCutoverJobs,omitempty"`// SourceVmId: The unique ID of the VM in the source. The VM's name in vSphere// can be changed, so this is not the VM's name but rather its moRef id. This// id is of the form vm-.SourceVmIdstring `json:"sourceVmId,omitempty"`// State: Output only. State of the MigratingVm.//// Possible values://   "STATE_UNSPECIFIED" - The state was not sampled by the health checks yet.//   "PENDING" - The VM in the source is being verified.//   "READY" - The source VM was verified, and it's ready to start replication.//   "FIRST_SYNC" - Migration is going through the first sync cycle.//   "ACTIVE" - The replication is active, and it's running or scheduled to// run.//   "CUTTING_OVER" - The source VM is being turned off, and a final// replication is currently running.//   "CUTOVER" - The source VM was stopped and replicated. The replication is// currently paused.//   "FINAL_SYNC" - A cutover job is active and replication cycle is running// the final sync.//   "PAUSED" - The replication was paused by the user and no cycles are// scheduled to run.//   "FINALIZING" - The migrating VM is being finalized and migration resources// are being removed.//   "FINALIZED" - The replication process is done. The migrating VM is// finalized and no longer consumes billable resources.//   "ERROR" - The replication process encountered an unrecoverable error and// was aborted.//   "EXPIRED" - The migrating VM has passed its expiration date. It might be// possible to bring it back to "Active" state by updating the TTL field. For// more information, see the documentation.//   "FINALIZED_EXPIRED" - The migrating VM's has been finalized and migration// resources have been removed.Statestring `json:"state,omitempty"`// StateTime: Output only. The last time the migrating VM state was updated.StateTimestring `json:"stateTime,omitempty"`// TargetDefaults: The default configuration of the target VM that will be// created in Google Cloud as a result of the migration. Deprecated: Use// compute_engine_target_defaults instead.TargetDefaults *TargetVMDetails `json:"targetDefaults,omitempty"`// UpdateTime: Output only. The last time the migrating VM resource was// updated.UpdateTimestring `json:"updateTime,omitempty"`// VmwareSourceVmDetails: Output only. Details of the VM from a Vmware source.VmwareSourceVmDetails *VmwareSourceVmDetails `json:"vmwareSourceVmDetails,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "AwsSourceVmDetails") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AwsSourceVmDetails") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

MigratingVm: MigratingVm describes the VM that will be migrated from aSource environment and its replication state.

func (MigratingVm)MarshalJSON

func (sMigratingVm) MarshalJSON() ([]byte,error)

typeMigrationError

type MigrationError struct {// ActionItem: Output only. Suggested action for solving the error.ActionItem *LocalizedMessage `json:"actionItem,omitempty"`// Code: Output only. The error code.//// Possible values://   "ERROR_CODE_UNSPECIFIED" - Default value. This value is not used.//   "UNKNOWN_ERROR" - Migrate to Virtual Machines encountered an unknown// error.//   "SOURCE_VALIDATION_ERROR" - Migrate to Virtual Machines encountered an// error while validating replication source health.//   "SOURCE_REPLICATION_ERROR" - Migrate to Virtual Machines encountered an// error during source data operation.//   "TARGET_REPLICATION_ERROR" - Migrate to Virtual Machines encountered an// error during target data operation.//   "OS_ADAPTATION_ERROR" - Migrate to Virtual Machines encountered an error// during OS adaptation.//   "CLONE_ERROR" - Migrate to Virtual Machines encountered an error in clone// operation.//   "CUTOVER_ERROR" - Migrate to Virtual Machines encountered an error in// cutover operation.//   "UTILIZATION_REPORT_ERROR" - Migrate to Virtual Machines encountered an// error during utilization report creation.//   "APPLIANCE_UPGRADE_ERROR" - Migrate to Virtual Machines encountered an// error during appliance upgrade.//   "IMAGE_IMPORT_ERROR" - Migrate to Virtual Machines encountered an error in// image import operation.//   "DISK_MIGRATION_ERROR" - Migrate to Virtual Machines encountered an error// in disk migration operation.Codestring `json:"code,omitempty"`// ErrorMessage: Output only. The localized error message.ErrorMessage *LocalizedMessage `json:"errorMessage,omitempty"`// ErrorTime: Output only. The time the error occurred.ErrorTimestring `json:"errorTime,omitempty"`// HelpLinks: Output only. URL(s) pointing to additional information on// handling the current error.HelpLinks []*Link `json:"helpLinks,omitempty"`// ForceSendFields is a list of field names (e.g. "ActionItem") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ActionItem") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

MigrationError: Represents migration resource error information that can beused with google.rpc.Status message. MigrationError is used to present theuser with error information in migration operations.

func (MigrationError)MarshalJSON

func (sMigrationError) MarshalJSON() ([]byte,error)

typeMigrationWarningadded inv0.111.0

type MigrationWarning struct {// ActionItem: Output only. Suggested action for solving the warning.ActionItem *LocalizedMessage `json:"actionItem,omitempty"`// Code: The warning code.//// Possible values://   "WARNING_CODE_UNSPECIFIED" - Default value. This value is not used.//   "ADAPTATION_WARNING" - A warning originated from OS Adaptation.Codestring `json:"code,omitempty"`// HelpLinks: Output only. URL(s) pointing to additional information on// handling the current warning.HelpLinks []*Link `json:"helpLinks,omitempty"`// WarningMessage: Output only. The localized warning message.WarningMessage *LocalizedMessage `json:"warningMessage,omitempty"`// WarningTime: The time the warning occurred.WarningTimestring `json:"warningTime,omitempty"`// ForceSendFields is a list of field names (e.g. "ActionItem") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ActionItem") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

MigrationWarning: Represents migration resource warning information that canbe used with google.rpc.Status message. MigrationWarning is used to presentthe user with warning information in migration operations.

func (MigrationWarning)MarshalJSONadded inv0.111.0

func (sMigrationWarning) MarshalJSON() ([]byte,error)

typeNetworkInterface

type NetworkInterface struct {// ExternalIp: Optional. The external IP to define in the NIC.ExternalIpstring `json:"externalIp,omitempty"`// InternalIp: Optional. The internal IP to define in the NIC. The formats// accepted are: `ephemeral` \ ipv4 address \ a named address resource full// path.InternalIpstring `json:"internalIp,omitempty"`// Network: Optional. The network to connect the NIC to.Networkstring `json:"network,omitempty"`// NetworkTier: Optional. The networking tier used for optimizing connectivity// between instances and systems on the internet. Applies only for external// ephemeral IP addresses. If left empty, will default to PREMIUM.//// Possible values://   "COMPUTE_ENGINE_NETWORK_TIER_UNSPECIFIED" - An unspecified network tier.// Will be used as PREMIUM.//   "NETWORK_TIER_STANDARD" - A standard network tier.//   "NETWORK_TIER_PREMIUM" - A premium network tier.NetworkTierstring `json:"networkTier,omitempty"`// Subnetwork: Optional. The subnetwork to connect the NIC to.Subnetworkstring `json:"subnetwork,omitempty"`// ForceSendFields is a list of field names (e.g. "ExternalIp") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ExternalIp") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

NetworkInterface: NetworkInterface represents a NIC of a VM.

func (NetworkInterface)MarshalJSON

func (sNetworkInterface) MarshalJSON() ([]byte,error)

typeOSDescriptionadded inv0.139.0

type OSDescription struct {// Offer: OS offer.Offerstring `json:"offer,omitempty"`// Plan: OS plan.Planstring `json:"plan,omitempty"`// Publisher: OS publisher.Publisherstring `json:"publisher,omitempty"`// Type: OS type.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "Offer") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Offer") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

OSDescription: A message describing the VM's OS. Including OS, Publisher,Offer and Plan if applicable.

func (OSDescription)MarshalJSONadded inv0.139.0

func (sOSDescription) MarshalJSON() ([]byte,error)

typeOSDiskadded inv0.139.0

type OSDisk struct {// Name: The disk's full name.Namestring `json:"name,omitempty"`// SizeGb: The disk's size in GB.SizeGbint64 `json:"sizeGb,omitempty"`// Type: The disk's type.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "Name") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Name") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

OSDisk: A message describing the OS disk.

func (OSDisk)MarshalJSONadded inv0.139.0

func (sOSDisk) MarshalJSON() ([]byte,error)

typeOperation

type Operation struct {// Done: If the value is `false`, it means the operation is still in progress.// If `true`, the operation is completed, and either `error` or `response` is// available.Donebool `json:"done,omitempty"`// Error: The error result of the operation in case of failure or cancellation.Error *Status `json:"error,omitempty"`// Metadata: Service-specific metadata associated with the operation. It// typically contains progress information and common metadata such as create// time. Some services might not provide such metadata. Any method that returns// a long-running operation should document the metadata type, if any.Metadatagoogleapi.RawMessage `json:"metadata,omitempty"`// Name: The server-assigned name, which is only unique within the same service// that originally returns it. If you use the default HTTP mapping, the `name`// should be a resource name ending with `operations/{unique_id}`.Namestring `json:"name,omitempty"`// Response: The normal, successful response of the operation. If the original// method returns no data on success, such as `Delete`, the response is// `google.protobuf.Empty`. If the original method is standard// `Get`/`Create`/`Update`, the response should be the resource. For other// methods, the response should have the type `XxxResponse`, where `Xxx` is the// original method name. For example, if the original method name is// `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.Responsegoogleapi.RawMessage `json:"response,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Done") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Done") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Operation: This resource represents a long-running operation that is theresult of a network API call.

func (Operation)MarshalJSON

func (sOperation) MarshalJSON() ([]byte,error)

typeOperationMetadata

type OperationMetadata struct {// ApiVersion: Output only. API version used to start the operation.ApiVersionstring `json:"apiVersion,omitempty"`// CreateTime: Output only. The time the operation was created.CreateTimestring `json:"createTime,omitempty"`// EndTime: Output only. The time the operation finished running.EndTimestring `json:"endTime,omitempty"`// RequestedCancellation: Output only. Identifies whether the user has// requested cancellation of the operation. Operations that have successfully// been cancelled have Operation.error value with a google.rpc.Status.code of// 1, corresponding to `Code.CANCELLED`.RequestedCancellationbool `json:"requestedCancellation,omitempty"`// StatusMessage: Output only. Human-readable status of the operation, if any.StatusMessagestring `json:"statusMessage,omitempty"`// Target: Output only. Server-defined resource path for the target of the// operation.Targetstring `json:"target,omitempty"`// Verb: Output only. Name of the verb executed by the operation.Verbstring `json:"verb,omitempty"`// ForceSendFields is a list of field names (e.g. "ApiVersion") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ApiVersion") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

OperationMetadata: Represents the metadata of the long-running operation.

func (OperationMetadata)MarshalJSON

func (sOperationMetadata) MarshalJSON() ([]byte,error)

typePauseMigrationRequest

type PauseMigrationRequest struct {}

PauseMigrationRequest: Request message for 'PauseMigration' request.

typePersistentDiskadded inv0.133.0

type PersistentDisk struct {// DiskUri: The URI of the Persistent Disk.DiskUristring `json:"diskUri,omitempty"`// SourceDiskNumber: The ordinal number of the source VM disk.SourceDiskNumberint64 `json:"sourceDiskNumber,omitempty"`// ForceSendFields is a list of field names (e.g. "DiskUri") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DiskUri") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

PersistentDisk: Details of a created Persistent Disk.

func (PersistentDisk)MarshalJSONadded inv0.133.0

func (sPersistentDisk) MarshalJSON() ([]byte,error)

typePersistentDiskDefaultsadded inv0.133.0

type PersistentDiskDefaults struct {// AdditionalLabels: A map of labels to associate with the Persistent Disk.AdditionalLabels map[string]string `json:"additionalLabels,omitempty"`// DiskName: Optional. The name of the Persistent Disk to create.DiskNamestring `json:"diskName,omitempty"`// DiskType: The disk type to use.//// Possible values://   "COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED" - An unspecified disk type. Will be// used as STANDARD.//   "COMPUTE_ENGINE_DISK_TYPE_STANDARD" - A Standard disk type.//   "COMPUTE_ENGINE_DISK_TYPE_SSD" - SSD hard disk type.//   "COMPUTE_ENGINE_DISK_TYPE_BALANCED" - An alternative to SSD persistent// disks that balance performance and cost.//   "COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED" - Hyperdisk balanced disk// type.DiskTypestring `json:"diskType,omitempty"`// Encryption: Optional. The encryption to apply to the disk.Encryption *Encryption `json:"encryption,omitempty"`// SourceDiskNumber: Required. The ordinal number of the source VM disk.SourceDiskNumberint64 `json:"sourceDiskNumber,omitempty"`// VmAttachmentDetails: Optional. Details for attachment of the disk to a VM.// Used when the disk is set to be attached to a target VM.VmAttachmentDetails *VmAttachmentDetails `json:"vmAttachmentDetails,omitempty"`// ForceSendFields is a list of field names (e.g. "AdditionalLabels") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AdditionalLabels") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

PersistentDiskDefaults: Details for creation of a Persistent Disk.

func (PersistentDiskDefaults)MarshalJSONadded inv0.133.0

func (sPersistentDiskDefaults) MarshalJSON() ([]byte,error)

typePostProcessingStepadded inv0.67.0

type PostProcessingStep struct {}

PostProcessingStep: PostProcessingStep contains specific step details.

typePreparingVMDisksStepadded inv0.84.0

type PreparingVMDisksStep struct {}

PreparingVMDisksStep: PreparingVMDisksStep contains specific step details.

typeProjectsLocationsGetCall

type ProjectsLocationsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsGetCall)Do

Do executes the "vmmigration.projects.locations.get" call.Any non-2xx status code is an error. Response headers are in either*Location.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsGroupsAddGroupMigrationCall

type ProjectsLocationsGroupsAddGroupMigrationCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsGroupsAddGroupMigrationCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsGroupsAddGroupMigrationCall)Do

Do executes the "vmmigration.projects.locations.groups.addGroupMigration" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsGroupsAddGroupMigrationCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsGroupsAddGroupMigrationCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsGroupsCreateCall

type ProjectsLocationsGroupsCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsGroupsCreateCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsGroupsCreateCall)Do

Do executes the "vmmigration.projects.locations.groups.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsGroupsCreateCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsGroupsCreateCall)GroupId

GroupId sets the optional parameter "groupId": Required. The groupidentifier.

func (*ProjectsLocationsGroupsCreateCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsGroupsCreateCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes since thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsGroupsDeleteCall

type ProjectsLocationsGroupsDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsGroupsDeleteCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsGroupsDeleteCall)Do

Do executes the "vmmigration.projects.locations.groups.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsGroupsDeleteCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsGroupsDeleteCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsGroupsDeleteCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes after thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsGroupsGetCall

type ProjectsLocationsGroupsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsGroupsGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsGroupsGetCall)Do

Do executes the "vmmigration.projects.locations.groups.get" call.Any non-2xx status code is an error. Response headers are in either*Group.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsGroupsGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsGroupsGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsGroupsGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsGroupsListCall

type ProjectsLocationsGroupsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsGroupsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsGroupsListCall)Do

Do executes the "vmmigration.projects.locations.groups.list" call.Any non-2xx status code is an error. Response headers are in either*ListGroupsResponse.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsGroupsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsGroupsListCall)Filter

Filter sets the optional parameter "filter": The filter request.

func (*ProjectsLocationsGroupsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsGroupsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsGroupsListCall)OrderBy

OrderBy sets the optional parameter "orderBy": the order by fields for theresult.

func (*ProjectsLocationsGroupsListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number ofgroups to return. The service may return fewer than this value. Ifunspecified, at most 500 groups will be returned. The maximum value is 1000;values above 1000 will be coerced to 1000.

func (*ProjectsLocationsGroupsListCall)PageToken

PageToken sets the optional parameter "pageToken": Required. A page token,received from a previous `ListGroups` call. Provide this to retrieve thesubsequent page. When paginating, all other parameters provided to`ListGroups` must match the call that provided the page token.

func (*ProjectsLocationsGroupsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsGroupsPatchCall

type ProjectsLocationsGroupsPatchCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsGroupsPatchCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsGroupsPatchCall)Do

Do executes the "vmmigration.projects.locations.groups.patch" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsGroupsPatchCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsGroupsPatchCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsGroupsPatchCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes since thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

func (*ProjectsLocationsGroupsPatchCall)UpdateMask

UpdateMask sets the optional parameter "updateMask": Field mask is used tospecify the fields to be overwritten in the Group resource by the update.The fields specified in the update_mask are relative to the resource, notthe full request. A field will be overwritten if it is in the mask. If theuser does not provide a mask then all fields will be overwritten.

typeProjectsLocationsGroupsRemoveGroupMigrationCall

type ProjectsLocationsGroupsRemoveGroupMigrationCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsGroupsRemoveGroupMigrationCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsGroupsRemoveGroupMigrationCall)Do

Do executes the "vmmigration.projects.locations.groups.removeGroupMigration" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsGroupsRemoveGroupMigrationCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsGroupsRemoveGroupMigrationCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsGroupsService

type ProjectsLocationsGroupsService struct {// contains filtered or unexported fields}

funcNewProjectsLocationsGroupsService

func NewProjectsLocationsGroupsService(s *Service) *ProjectsLocationsGroupsService

func (*ProjectsLocationsGroupsService)AddGroupMigration

AddGroupMigration: Adds a MigratingVm to a Group.

- group: The full path name of the Group to add to.

func (*ProjectsLocationsGroupsService)Create

Create: Creates a new Group in a given project and location.

- parent: The Group's parent.

func (*ProjectsLocationsGroupsService)Delete

Delete: Deletes a single Group.

- name: The Group name.

func (*ProjectsLocationsGroupsService)Get

Get: Gets details of a single Group.

- name: The group name.

func (*ProjectsLocationsGroupsService)List

List: Lists Groups in a given project and location.

- parent: The parent, which owns this collection of groups.

func (*ProjectsLocationsGroupsService)Patch

Patch: Updates the parameters of a single Group.

- name: Output only. The Group name.

func (*ProjectsLocationsGroupsService)RemoveGroupMigration

RemoveGroupMigration: Removes a MigratingVm from a Group.

- group: The name of the Group.

typeProjectsLocationsImageImportsCreateCalladded inv0.168.0

type ProjectsLocationsImageImportsCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsImageImportsCreateCall)Contextadded inv0.168.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsImageImportsCreateCall)Doadded inv0.168.0

Do executes the "vmmigration.projects.locations.imageImports.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsImageImportsCreateCall)Fieldsadded inv0.168.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsImageImportsCreateCall)Headeradded inv0.168.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsImageImportsCreateCall)ImageImportIdadded inv0.168.0

ImageImportId sets the optional parameter "imageImportId": Required. Theimage import identifier. This value maximum length is 63 characters, andvalid characters are /a-z-/. It must start with an english letter and mustnot end with a hyphen.

func (*ProjectsLocationsImageImportsCreateCall)RequestIdadded inv0.168.0

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes since thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsImageImportsDeleteCalladded inv0.168.0

type ProjectsLocationsImageImportsDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsImageImportsDeleteCall)Contextadded inv0.168.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsImageImportsDeleteCall)Doadded inv0.168.0

Do executes the "vmmigration.projects.locations.imageImports.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsImageImportsDeleteCall)Fieldsadded inv0.168.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsImageImportsDeleteCall)Headeradded inv0.168.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsImageImportsDeleteCall)RequestIdadded inv0.168.0

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes after thefirst request. For example, consider a situation where you make an initialrequest and t he request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsImageImportsGetCalladded inv0.168.0

type ProjectsLocationsImageImportsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsImageImportsGetCall)Contextadded inv0.168.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsImageImportsGetCall)Doadded inv0.168.0

Do executes the "vmmigration.projects.locations.imageImports.get" call.Any non-2xx status code is an error. Response headers are in either*ImageImport.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsImageImportsGetCall)Fieldsadded inv0.168.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsImageImportsGetCall)Headeradded inv0.168.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsImageImportsGetCall)IfNoneMatchadded inv0.168.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsImageImportsImageImportJobsCancelCalladded inv0.168.0

type ProjectsLocationsImageImportsImageImportJobsCancelCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsImageImportsImageImportJobsCancelCall)Contextadded inv0.168.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsImageImportsImageImportJobsCancelCall)Doadded inv0.168.0

Do executes the "vmmigration.projects.locations.imageImports.imageImportJobs.cancel" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsImageImportsImageImportJobsCancelCall)Fieldsadded inv0.168.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsImageImportsImageImportJobsCancelCall)Headeradded inv0.168.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsImageImportsImageImportJobsGetCalladded inv0.168.0

type ProjectsLocationsImageImportsImageImportJobsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsImageImportsImageImportJobsGetCall)Contextadded inv0.168.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsImageImportsImageImportJobsGetCall)Doadded inv0.168.0

Do executes the "vmmigration.projects.locations.imageImports.imageImportJobs.get" call.Any non-2xx status code is an error. Response headers are in either*ImageImportJob.ServerResponse.Header or (if a response was returned at all)in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsImageImportsImageImportJobsGetCall)Fieldsadded inv0.168.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsImageImportsImageImportJobsGetCall)Headeradded inv0.168.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsImageImportsImageImportJobsGetCall)IfNoneMatchadded inv0.168.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsImageImportsImageImportJobsListCalladded inv0.168.0

type ProjectsLocationsImageImportsImageImportJobsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsImageImportsImageImportJobsListCall)Contextadded inv0.168.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsImageImportsImageImportJobsListCall)Doadded inv0.168.0

Do executes the "vmmigration.projects.locations.imageImports.imageImportJobs.list" call.Any non-2xx status code is an error. Response headers are in either*ListImageImportJobsResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsImageImportsImageImportJobsListCall)Fieldsadded inv0.168.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsImageImportsImageImportJobsListCall)Filteradded inv0.168.0

Filter sets the optional parameter "filter": The filter request (accordingto AIP-160).

func (*ProjectsLocationsImageImportsImageImportJobsListCall)Headeradded inv0.168.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsImageImportsImageImportJobsListCall)IfNoneMatchadded inv0.168.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsImageImportsImageImportJobsListCall)OrderByadded inv0.168.0

OrderBy sets the optional parameter "orderBy": The order by fields for theresult (according to AIP-132). Currently ordering is only possible by "name"field.

func (*ProjectsLocationsImageImportsImageImportJobsListCall)PageSizeadded inv0.168.0

PageSize sets the optional parameter "pageSize": The maximum number oftargets to return. The service may return fewer than this value. Ifunspecified, at most 500 targets will be returned. The maximum value is1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsImageImportsImageImportJobsListCall)PageTokenadded inv0.168.0

PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `ListImageImportJobs` call. Provide this to retrieve thesubsequent page. When paginating, all other parameters provided to`ListImageImportJobs` must match the call that provided the page token.

func (*ProjectsLocationsImageImportsImageImportJobsListCall)Pagesadded inv0.168.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsImageImportsImageImportJobsServiceadded inv0.168.0

type ProjectsLocationsImageImportsImageImportJobsService struct {// contains filtered or unexported fields}

funcNewProjectsLocationsImageImportsImageImportJobsServiceadded inv0.168.0

func NewProjectsLocationsImageImportsImageImportJobsService(s *Service) *ProjectsLocationsImageImportsImageImportJobsService

func (*ProjectsLocationsImageImportsImageImportJobsService)Canceladded inv0.168.0

Cancel: Initiates the cancellation of a running ImageImportJob.

- name: The image import job id.

func (*ProjectsLocationsImageImportsImageImportJobsService)Getadded inv0.168.0

Get: Gets details of a single ImageImportJob.

- name: The ImageImportJob name.

func (*ProjectsLocationsImageImportsImageImportJobsService)Listadded inv0.168.0

List: Lists ImageImportJobs in a given project.

- parent: The parent, which owns this collection of targets.

typeProjectsLocationsImageImportsListCalladded inv0.168.0

type ProjectsLocationsImageImportsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsImageImportsListCall)Contextadded inv0.168.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsImageImportsListCall)Doadded inv0.168.0

Do executes the "vmmigration.projects.locations.imageImports.list" call.Any non-2xx status code is an error. Response headers are in either*ListImageImportsResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsImageImportsListCall)Fieldsadded inv0.168.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsImageImportsListCall)Filteradded inv0.168.0

Filter sets the optional parameter "filter": The filter request (accordingto AIP-160).

func (*ProjectsLocationsImageImportsListCall)Headeradded inv0.168.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsImageImportsListCall)IfNoneMatchadded inv0.168.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsImageImportsListCall)OrderByadded inv0.168.0

OrderBy sets the optional parameter "orderBy": The order by fields for theresult (according to AIP-132). Currently ordering is only possible by "name"field.

func (*ProjectsLocationsImageImportsListCall)PageSizeadded inv0.168.0

PageSize sets the optional parameter "pageSize": The maximum number oftargets to return. The service may return fewer than this value. Ifunspecified, at most 500 targets will be returned. The maximum value is1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsImageImportsListCall)PageTokenadded inv0.168.0

PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `ListImageImports` call. Provide this to retrieve thesubsequent page. When paginating, all other parameters provided to`ListImageImports` must match the call that provided the page token.

func (*ProjectsLocationsImageImportsListCall)Pagesadded inv0.168.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsImageImportsServiceadded inv0.168.0

type ProjectsLocationsImageImportsService struct {ImageImportJobs *ProjectsLocationsImageImportsImageImportJobsService// contains filtered or unexported fields}

funcNewProjectsLocationsImageImportsServiceadded inv0.168.0

func NewProjectsLocationsImageImportsService(s *Service) *ProjectsLocationsImageImportsService

func (*ProjectsLocationsImageImportsService)Createadded inv0.168.0

Create: Creates a new ImageImport in a given project.

- parent: The ImageImport's parent.

func (*ProjectsLocationsImageImportsService)Deleteadded inv0.168.0

Delete: Deletes a single ImageImport.

- name: The ImageImport name.

func (*ProjectsLocationsImageImportsService)Getadded inv0.168.0

Get: Gets details of a single ImageImport.

- name: The ImageImport name.

func (*ProjectsLocationsImageImportsService)Listadded inv0.168.0

List: Lists ImageImports in a given project.

- parent: The parent, which owns this collection of targets.

typeProjectsLocationsListCall

type ProjectsLocationsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsListCall)Do

Do executes the "vmmigration.projects.locations.list" call.Any non-2xx status code is an error. Response headers are in either*ListLocationsResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsListCall)ExtraLocationTypesadded inv0.229.0

func (c *ProjectsLocationsListCall) ExtraLocationTypes(extraLocationTypes ...string) *ProjectsLocationsListCall

ExtraLocationTypes sets the optional parameter "extraLocationTypes": Do notuse this field. It is unsupported and is ignored unless explicitlydocumented otherwise. This is primarily for internal usage.

func (*ProjectsLocationsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsListCall)Filter

Filter sets the optional parameter "filter": A filter to narrow down resultsto a preferred subset. The filtering language accepts strings like"displayName=tokyo", and is documented in more detail in AIP-160(https://google.aip.dev/160).

func (*ProjectsLocationsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number ofresults to return. If not set, the service selects a default.

func (*ProjectsLocationsListCall)PageToken

PageToken sets the optional parameter "pageToken": A page token receivedfrom the `next_page_token` field in the response. Send that page token toreceive the subsequent page.

func (*ProjectsLocationsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsOperationsCancelCall

type ProjectsLocationsOperationsCancelCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOperationsCancelCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsCancelCall)Do

Do executes the "vmmigration.projects.locations.operations.cancel" call.Any non-2xx status code is an error. Response headers are in either*Empty.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOperationsCancelCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOperationsCancelCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsOperationsDeleteCall

type ProjectsLocationsOperationsDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOperationsDeleteCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsDeleteCall)Do

Do executes the "vmmigration.projects.locations.operations.delete" call.Any non-2xx status code is an error. Response headers are in either*Empty.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOperationsDeleteCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOperationsDeleteCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsOperationsGetCall

type ProjectsLocationsOperationsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOperationsGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsGetCall)Do

Do executes the "vmmigration.projects.locations.operations.get" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOperationsGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOperationsGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsOperationsGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsOperationsListCall

type ProjectsLocationsOperationsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOperationsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsListCall)Do

Do executes the "vmmigration.projects.locations.operations.list" call.Any non-2xx status code is an error. Response headers are in either*ListOperationsResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsOperationsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOperationsListCall)Filter

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsOperationsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsOperationsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsOperationsListCall)PageSize

PageSize sets the optional parameter "pageSize": The standard list pagesize.

func (*ProjectsLocationsOperationsListCall)PageToken

PageToken sets the optional parameter "pageToken": The standard list pagetoken.

func (*ProjectsLocationsOperationsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsOperationsListCall)ReturnPartialSuccessadded inv0.253.0

func (c *ProjectsLocationsOperationsListCall) ReturnPartialSuccess(returnPartialSuccessbool) *ProjectsLocationsOperationsListCall

ReturnPartialSuccess sets the optional parameter "returnPartialSuccess":When set to `true`, operations that are reachable are returned as normal,and those that are unreachable are returned in the[ListOperationsResponse.unreachable] field. This can only be `true` whenreading across collections e.g. when `parent` is set to"projects/example/locations/-". This field is not by default supported andwill result in an `UNIMPLEMENTED` error if set unless explicitly documentedotherwise in service or product specific documentation.

typeProjectsLocationsOperationsService

type ProjectsLocationsOperationsService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOperationsService)Cancel

Cancel: Starts asynchronous cancellation on a long-running operation. Theserver makes a best effort to cancel the operation, but success is notguaranteed. If the server doesn't support this method, it returns`google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation orother methods to check whether the cancellation succeeded or whether theoperation completed despite cancellation. On successful cancellation, theoperation is not deleted; instead, it becomes an operation with anOperation.error value with a google.rpc.Status.code of `1`, corresponding to`Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsOperationsService)Delete

Delete: Deletes a long-running operation. This method indicates that theclient is no longer interested in the operation result. It does not cancelthe operation. If the server doesn't support this method, it returns`google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsOperationsService)Get

Get: Gets the latest state of a long-running operation. Clients can use thismethod to poll the operation result at intervals as recommended by the APIservice.

- name: The name of the operation resource.

func (*ProjectsLocationsOperationsService)List

List: Lists operations that match the specified filter in the request. Ifthe server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

typeProjectsLocationsService

type ProjectsLocationsService struct {Groups *ProjectsLocationsGroupsServiceImageImports *ProjectsLocationsImageImportsServiceOperations *ProjectsLocationsOperationsServiceSources *ProjectsLocationsSourcesServiceTargetProjects *ProjectsLocationsTargetProjectsService// contains filtered or unexported fields}

funcNewProjectsLocationsService

func NewProjectsLocationsService(s *Service) *ProjectsLocationsService

func (*ProjectsLocationsService)Get

Get: Gets information about a location.

- name: Resource name for the location.

func (*ProjectsLocationsService)List

List: Lists information about the supported locations for this service.

- name: The resource that owns the locations collection, if applicable.

typeProjectsLocationsSourcesCreateCall

type ProjectsLocationsSourcesCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesCreateCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesCreateCall)Do

Do executes the "vmmigration.projects.locations.sources.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesCreateCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesCreateCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesCreateCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes since thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

func (*ProjectsLocationsSourcesCreateCall)SourceId

SourceId sets the optional parameter "sourceId": Required. The sourceidentifier.

typeProjectsLocationsSourcesDatacenterConnectorsCreateCall

type ProjectsLocationsSourcesDatacenterConnectorsCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesDatacenterConnectorsCreateCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesDatacenterConnectorsCreateCall)DatacenterConnectorId

DatacenterConnectorId sets the optional parameter "datacenterConnectorId":Required. The datacenterConnector identifier.

func (*ProjectsLocationsSourcesDatacenterConnectorsCreateCall)Do

Do executes the "vmmigration.projects.locations.sources.datacenterConnectors.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesDatacenterConnectorsCreateCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesDatacenterConnectorsCreateCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesDatacenterConnectorsCreateCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes since thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsSourcesDatacenterConnectorsDeleteCall

type ProjectsLocationsSourcesDatacenterConnectorsDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesDatacenterConnectorsDeleteCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesDatacenterConnectorsDeleteCall)Do

Do executes the "vmmigration.projects.locations.sources.datacenterConnectors.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesDatacenterConnectorsDeleteCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesDatacenterConnectorsDeleteCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesDatacenterConnectorsDeleteCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes after thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsSourcesDatacenterConnectorsGetCall

type ProjectsLocationsSourcesDatacenterConnectorsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesDatacenterConnectorsGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesDatacenterConnectorsGetCall)Do

Do executes the "vmmigration.projects.locations.sources.datacenterConnectors.get" call.Any non-2xx status code is an error. Response headers are in either*DatacenterConnector.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsSourcesDatacenterConnectorsGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesDatacenterConnectorsGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesDatacenterConnectorsGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsSourcesDatacenterConnectorsListCall

type ProjectsLocationsSourcesDatacenterConnectorsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesDatacenterConnectorsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesDatacenterConnectorsListCall)Do

Do executes the "vmmigration.projects.locations.sources.datacenterConnectors.list" call.Any non-2xx status code is an error. Response headers are in either*ListDatacenterConnectorsResponse.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsSourcesDatacenterConnectorsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesDatacenterConnectorsListCall)Filter

Filter sets the optional parameter "filter": The filter request.

func (*ProjectsLocationsSourcesDatacenterConnectorsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesDatacenterConnectorsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsSourcesDatacenterConnectorsListCall)OrderBy

OrderBy sets the optional parameter "orderBy": the order by fields for theresult.

func (*ProjectsLocationsSourcesDatacenterConnectorsListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number ofconnectors to return. The service may return fewer than this value. Ifunspecified, at most 500 sources will be returned. The maximum value is1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsSourcesDatacenterConnectorsListCall)PageToken

PageToken sets the optional parameter "pageToken": Required. A page token,received from a previous `ListDatacenterConnectors` call. Provide this toretrieve the subsequent page. When paginating, all other parameters providedto `ListDatacenterConnectors` must match the call that provided the pagetoken.

func (*ProjectsLocationsSourcesDatacenterConnectorsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsSourcesDatacenterConnectorsService

type ProjectsLocationsSourcesDatacenterConnectorsService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesDatacenterConnectorsService)Create

Create: Creates a new DatacenterConnector in a given Source.

  • parent: The DatacenterConnector's parent. Required. The Source in wherethe new DatacenterConnector will be created. For example:`projects/my-project/locations/us-central1/sources/my-source`.

func (*ProjectsLocationsSourcesDatacenterConnectorsService)Delete

Delete: Deletes a single DatacenterConnector.

- name: The DatacenterConnector name.

func (*ProjectsLocationsSourcesDatacenterConnectorsService)Get

Get: Gets details of a single DatacenterConnector.

- name: The name of the DatacenterConnector.

func (*ProjectsLocationsSourcesDatacenterConnectorsService)List

List: Lists DatacenterConnectors in a given Source.

- parent: The parent, which owns this collection of connectors.

func (*ProjectsLocationsSourcesDatacenterConnectorsService)UpgradeApplianceadded inv0.69.0

UpgradeAppliance: Upgrades the appliance relate to this DatacenterConnectorto the in-place updateable version.

- datacenterConnector: The DatacenterConnector name.

typeProjectsLocationsSourcesDatacenterConnectorsUpgradeApplianceCalladded inv0.69.0

type ProjectsLocationsSourcesDatacenterConnectorsUpgradeApplianceCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesDatacenterConnectorsUpgradeApplianceCall)Contextadded inv0.69.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesDatacenterConnectorsUpgradeApplianceCall)Doadded inv0.69.0

Do executes the "vmmigration.projects.locations.sources.datacenterConnectors.upgradeAppliance" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesDatacenterConnectorsUpgradeApplianceCall)Fieldsadded inv0.69.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesDatacenterConnectorsUpgradeApplianceCall)Headeradded inv0.69.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsSourcesDeleteCall

type ProjectsLocationsSourcesDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesDeleteCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesDeleteCall)Do

Do executes the "vmmigration.projects.locations.sources.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesDeleteCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesDeleteCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesDeleteCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes after thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsSourcesDiskMigrationJobsCancelCalladded inv0.188.0

type ProjectsLocationsSourcesDiskMigrationJobsCancelCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesDiskMigrationJobsCancelCall)Contextadded inv0.188.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesDiskMigrationJobsCancelCall)Doadded inv0.188.0

Do executes the "vmmigration.projects.locations.sources.diskMigrationJobs.cancel" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesDiskMigrationJobsCancelCall)Fieldsadded inv0.188.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesDiskMigrationJobsCancelCall)Headeradded inv0.188.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsSourcesDiskMigrationJobsCreateCalladded inv0.249.0

type ProjectsLocationsSourcesDiskMigrationJobsCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesDiskMigrationJobsCreateCall)Contextadded inv0.249.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesDiskMigrationJobsCreateCall)DiskMigrationJobIdadded inv0.249.0

DiskMigrationJobId sets the optional parameter "diskMigrationJobId":Required. The DiskMigrationJob identifier. The maximum length of this valueis 63 characters. Valid characters are lower case Latin letters, digits andhyphen. It must start with a Latin letter and must not end with a hyphen.

func (*ProjectsLocationsSourcesDiskMigrationJobsCreateCall)Doadded inv0.249.0

Do executes the "vmmigration.projects.locations.sources.diskMigrationJobs.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesDiskMigrationJobsCreateCall)Fieldsadded inv0.249.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesDiskMigrationJobsCreateCall)Headeradded inv0.249.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesDiskMigrationJobsCreateCall)RequestIdadded inv0.249.0

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes since thefirst request. For example, consider a situation where you make an initialrequest and the request timed out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsSourcesDiskMigrationJobsDeleteCalladded inv0.249.0

type ProjectsLocationsSourcesDiskMigrationJobsDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesDiskMigrationJobsDeleteCall)Contextadded inv0.249.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesDiskMigrationJobsDeleteCall)Doadded inv0.249.0

Do executes the "vmmigration.projects.locations.sources.diskMigrationJobs.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesDiskMigrationJobsDeleteCall)Fieldsadded inv0.249.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesDiskMigrationJobsDeleteCall)Headeradded inv0.249.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsSourcesDiskMigrationJobsGetCalladded inv0.249.0

type ProjectsLocationsSourcesDiskMigrationJobsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesDiskMigrationJobsGetCall)Contextadded inv0.249.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesDiskMigrationJobsGetCall)Doadded inv0.249.0

Do executes the "vmmigration.projects.locations.sources.diskMigrationJobs.get" call.Any non-2xx status code is an error. Response headers are in either*DiskMigrationJob.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsSourcesDiskMigrationJobsGetCall)Fieldsadded inv0.249.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesDiskMigrationJobsGetCall)Headeradded inv0.249.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesDiskMigrationJobsGetCall)IfNoneMatchadded inv0.249.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsSourcesDiskMigrationJobsListCalladded inv0.249.0

type ProjectsLocationsSourcesDiskMigrationJobsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesDiskMigrationJobsListCall)Contextadded inv0.249.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesDiskMigrationJobsListCall)Doadded inv0.249.0

Do executes the "vmmigration.projects.locations.sources.diskMigrationJobs.list" call.Any non-2xx status code is an error. Response headers are in either*ListDiskMigrationJobsResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsSourcesDiskMigrationJobsListCall)Fieldsadded inv0.249.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesDiskMigrationJobsListCall)Filteradded inv0.249.0

Filter sets the optional parameter "filter": The filter request (accordingto AIP-160).

func (*ProjectsLocationsSourcesDiskMigrationJobsListCall)Headeradded inv0.249.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesDiskMigrationJobsListCall)IfNoneMatchadded inv0.249.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsSourcesDiskMigrationJobsListCall)OrderByadded inv0.249.0

OrderBy sets the optional parameter "orderBy": Ordering of the result list.

func (*ProjectsLocationsSourcesDiskMigrationJobsListCall)PageSizeadded inv0.249.0

PageSize sets the optional parameter "pageSize": The maximum number of diskmigration jobs to return. The service may return fewer than this value. Ifunspecified, at most 500 disk migration jobs will be returned. The maximumvalue is 1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsSourcesDiskMigrationJobsListCall)PageTokenadded inv0.249.0

PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `ListDiskMigrationJobs` call. Provide this to retrieve thesubsequent page. When paginating, all parameters provided to`ListDiskMigrationJobs` except `page_size` must match the call that providedthe page token.

func (*ProjectsLocationsSourcesDiskMigrationJobsListCall)Pagesadded inv0.249.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsSourcesDiskMigrationJobsPatchCalladded inv0.249.0

type ProjectsLocationsSourcesDiskMigrationJobsPatchCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesDiskMigrationJobsPatchCall)Contextadded inv0.249.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesDiskMigrationJobsPatchCall)Doadded inv0.249.0

Do executes the "vmmigration.projects.locations.sources.diskMigrationJobs.patch" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesDiskMigrationJobsPatchCall)Fieldsadded inv0.249.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesDiskMigrationJobsPatchCall)Headeradded inv0.249.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesDiskMigrationJobsPatchCall)RequestIdadded inv0.249.0

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes since thefirst request. For example, consider a situation where you make an initialrequest and the request timed out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

func (*ProjectsLocationsSourcesDiskMigrationJobsPatchCall)UpdateMaskadded inv0.249.0

UpdateMask sets the optional parameter "updateMask": Field mask is used tospecify the fields to be overwritten in the DiskMigrationJob resource by theupdate. The fields specified in the update_mask are relative to theresource, not the full request. A field will be overwritten if it is in themask. If the user does not provide a mask, then a mask equivalent to allfields that are populated (have a non-empty value), will be implied.

typeProjectsLocationsSourcesDiskMigrationJobsRunCalladded inv0.188.0

type ProjectsLocationsSourcesDiskMigrationJobsRunCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesDiskMigrationJobsRunCall)Contextadded inv0.188.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesDiskMigrationJobsRunCall)Doadded inv0.188.0

Do executes the "vmmigration.projects.locations.sources.diskMigrationJobs.run" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesDiskMigrationJobsRunCall)Fieldsadded inv0.188.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesDiskMigrationJobsRunCall)Headeradded inv0.188.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsSourcesDiskMigrationJobsServiceadded inv0.188.0

type ProjectsLocationsSourcesDiskMigrationJobsService struct {// contains filtered or unexported fields}

funcNewProjectsLocationsSourcesDiskMigrationJobsServiceadded inv0.188.0

func NewProjectsLocationsSourcesDiskMigrationJobsService(s *Service) *ProjectsLocationsSourcesDiskMigrationJobsService

func (*ProjectsLocationsSourcesDiskMigrationJobsService)Canceladded inv0.188.0

Cancel: Cancels the disk migration job.

- name: The name of the DiskMigrationJob.

func (*ProjectsLocationsSourcesDiskMigrationJobsService)Createadded inv0.249.0

Create: Creates a new disk migration job in a given Source.

- parent: The DiskMigrationJob's parent.

func (*ProjectsLocationsSourcesDiskMigrationJobsService)Deleteadded inv0.249.0

Delete: Deletes a single DiskMigrationJob.

- name: The name of the DiskMigrationJob.

func (*ProjectsLocationsSourcesDiskMigrationJobsService)Getadded inv0.249.0

Get: Gets details of a single DiskMigrationJob.

- name: The name of the DiskMigrationJob.

func (*ProjectsLocationsSourcesDiskMigrationJobsService)Listadded inv0.249.0

List: Lists DiskMigrationJobs in a given Source.

- parent: The parent, which owns this collection of DiskMigrationJobs.

func (*ProjectsLocationsSourcesDiskMigrationJobsService)Patchadded inv0.249.0

Patch: Updates the parameters of a single DiskMigrationJob.

- name: Output only. Identifier. The identifier of the DiskMigrationJob.

func (*ProjectsLocationsSourcesDiskMigrationJobsService)Runadded inv0.188.0

Run: Runs the disk migration job.

- name: The name of the DiskMigrationJob.

typeProjectsLocationsSourcesFetchInventoryCall

type ProjectsLocationsSourcesFetchInventoryCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesFetchInventoryCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesFetchInventoryCall)Do

Do executes the "vmmigration.projects.locations.sources.fetchInventory" call.Any non-2xx status code is an error. Response headers are in either*FetchInventoryResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsSourcesFetchInventoryCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesFetchInventoryCall)ForceRefresh

ForceRefresh sets the optional parameter "forceRefresh": If this flag is setto true, the source will be queried instead of using cached results. Usingthis flag will make the call slower.

func (*ProjectsLocationsSourcesFetchInventoryCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesFetchInventoryCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsSourcesFetchInventoryCall)PageSizeadded inv0.81.0

PageSize sets the optional parameter "pageSize": The maximum number of VMsto return. The service may return fewer than this value. For AWS source: Ifunspecified, at most 500 VMs will be returned. The maximum value is 1000;values above 1000 will be coerced to 1000. For VMWare source: Ifunspecified, all VMs will be returned. There is no limit for maximum value.

func (*ProjectsLocationsSourcesFetchInventoryCall)PageTokenadded inv0.81.0

PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `FetchInventory` call. Provide this to retrieve thesubsequent page. When paginating, all other parameters provided to`FetchInventory` must match the call that provided the page token.

func (*ProjectsLocationsSourcesFetchInventoryCall)Pagesadded inv0.81.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsSourcesFetchStorageInventoryCalladded inv0.249.0

type ProjectsLocationsSourcesFetchStorageInventoryCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesFetchStorageInventoryCall)Contextadded inv0.249.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesFetchStorageInventoryCall)Doadded inv0.249.0

Do executes the "vmmigration.projects.locations.sources.fetchStorageInventory" call.Any non-2xx status code is an error. Response headers are in either*FetchStorageInventoryResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsSourcesFetchStorageInventoryCall)Fieldsadded inv0.249.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesFetchStorageInventoryCall)ForceRefreshadded inv0.249.0

ForceRefresh sets the optional parameter "forceRefresh": If this flag is setto true, the source will be queried instead of using cached results. Usingthis flag will make the call slower.

func (*ProjectsLocationsSourcesFetchStorageInventoryCall)Headeradded inv0.249.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesFetchStorageInventoryCall)IfNoneMatchadded inv0.249.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsSourcesFetchStorageInventoryCall)PageSizeadded inv0.249.0

PageSize sets the optional parameter "pageSize": The maximum number of VMsto return. The service may return fewer than this value.

func (*ProjectsLocationsSourcesFetchStorageInventoryCall)PageTokenadded inv0.249.0

PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `FetchStorageInventory` call. Provide this to retrieve thesubsequent page. When paginating, all other parameters provided to`FetchStorageInventory` must match the call that provided the page token.

func (*ProjectsLocationsSourcesFetchStorageInventoryCall)Pagesadded inv0.249.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsSourcesFetchStorageInventoryCall)Typeadded inv0.249.0

Type sets the optional parameter "type": Required. The type of the storageinventory to fetch.

Possible values:

"STORAGE_TYPE_UNSPECIFIED" - The type is unspecified."DISKS" - The type is disks."SNAPSHOTS" - The type is snapshots.

typeProjectsLocationsSourcesGetCall

type ProjectsLocationsSourcesGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesGetCall)Do

Do executes the "vmmigration.projects.locations.sources.get" call.Any non-2xx status code is an error. Response headers are in either*Source.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsSourcesListCall

type ProjectsLocationsSourcesListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesListCall)Do

Do executes the "vmmigration.projects.locations.sources.list" call.Any non-2xx status code is an error. Response headers are in either*ListSourcesResponse.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsSourcesListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesListCall)Filter

Filter sets the optional parameter "filter": The filter request.

func (*ProjectsLocationsSourcesListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsSourcesListCall)OrderBy

OrderBy sets the optional parameter "orderBy": the order by fields for theresult.

func (*ProjectsLocationsSourcesListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number ofsources to return. The service may return fewer than this value. Ifunspecified, at most 500 sources will be returned. The maximum value is1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsSourcesListCall)PageToken

PageToken sets the optional parameter "pageToken": Required. A page token,received from a previous `ListSources` call. Provide this to retrieve thesubsequent page. When paginating, all other parameters provided to`ListSources` must match the call that provided the page token.

func (*ProjectsLocationsSourcesListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsSourcesMigratingVmsCloneJobsCancelCall

type ProjectsLocationsSourcesMigratingVmsCloneJobsCancelCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsCancelCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsCancelCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.cloneJobs.cancel" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsCancelCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsCancelCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsSourcesMigratingVmsCloneJobsCreateCall

type ProjectsLocationsSourcesMigratingVmsCloneJobsCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsCreateCall)CloneJobId

CloneJobId sets the optional parameter "cloneJobId": Required. The clone jobidentifier.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsCreateCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsCreateCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.cloneJobs.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsCreateCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsCreateCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsCreateCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes since thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsSourcesMigratingVmsCloneJobsGetCall

type ProjectsLocationsSourcesMigratingVmsCloneJobsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsGetCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.cloneJobs.get" call.Any non-2xx status code is an error. Response headers are in either*CloneJob.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsSourcesMigratingVmsCloneJobsListCall

type ProjectsLocationsSourcesMigratingVmsCloneJobsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsListCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.cloneJobs.list" call.Any non-2xx status code is an error. Response headers are in either*ListCloneJobsResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsListCall)Filter

Filter sets the optional parameter "filter": The filter request.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsListCall)OrderBy

OrderBy sets the optional parameter "orderBy": the order by fields for theresult.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number of clonejobs to return. The service may return fewer than this value. Ifunspecified, at most 500 clone jobs will be returned. The maximum value is1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsListCall)PageToken

PageToken sets the optional parameter "pageToken": Required. A page token,received from a previous `ListCloneJobs` call. Provide this to retrieve thesubsequent page. When paginating, all other parameters provided to`ListCloneJobs` must match the call that provided the page token.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsSourcesMigratingVmsCloneJobsService

type ProjectsLocationsSourcesMigratingVmsCloneJobsService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsService)Cancel

Cancel: Initiates the cancellation of a running clone job.

- name: The clone job id.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsService)Create

Create: Initiates a Clone of a specific migrating VM.

- parent: The Clone's parent.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsService)Get

Get: Gets details of a single CloneJob.

- name: The name of the CloneJob.

func (*ProjectsLocationsSourcesMigratingVmsCloneJobsService)List

List: Lists the CloneJobs of a migrating VM. Only 25 most recent CloneJobsare listed.

- parent: The parent, which owns this collection of source VMs.

typeProjectsLocationsSourcesMigratingVmsCreateCall

type ProjectsLocationsSourcesMigratingVmsCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsCreateCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsCreateCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsCreateCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsCreateCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesMigratingVmsCreateCall)MigratingVmId

MigratingVmId sets the optional parameter "migratingVmId": Required. ThemigratingVm identifier.

func (*ProjectsLocationsSourcesMigratingVmsCreateCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes since thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsSourcesMigratingVmsCutoverJobsCancelCall

type ProjectsLocationsSourcesMigratingVmsCutoverJobsCancelCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsCancelCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsCancelCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.cutoverJobs.cancel" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsCancelCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsCancelCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsSourcesMigratingVmsCutoverJobsCreateCall

type ProjectsLocationsSourcesMigratingVmsCutoverJobsCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsCreateCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsCreateCall)CutoverJobId

CutoverJobId sets the optional parameter "cutoverJobId": Required. Thecutover job identifier.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsCreateCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.cutoverJobs.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsCreateCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsCreateCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsCreateCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes since thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsSourcesMigratingVmsCutoverJobsGetCall

type ProjectsLocationsSourcesMigratingVmsCutoverJobsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsGetCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.cutoverJobs.get" call.Any non-2xx status code is an error. Response headers are in either*CutoverJob.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsSourcesMigratingVmsCutoverJobsListCall

type ProjectsLocationsSourcesMigratingVmsCutoverJobsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsListCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.cutoverJobs.list" call.Any non-2xx status code is an error. Response headers are in either*ListCutoverJobsResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsListCall)Filter

Filter sets the optional parameter "filter": The filter request.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsListCall)OrderBy

OrderBy sets the optional parameter "orderBy": the order by fields for theresult.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number ofcutover jobs to return. The service may return fewer than this value. Ifunspecified, at most 500 cutover jobs will be returned. The maximum value is1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsListCall)PageToken

PageToken sets the optional parameter "pageToken": Required. A page token,received from a previous `ListCutoverJobs` call. Provide this to retrievethe subsequent page. When paginating, all other parameters provided to`ListCutoverJobs` must match the call that provided the page token.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsSourcesMigratingVmsCutoverJobsService

type ProjectsLocationsSourcesMigratingVmsCutoverJobsService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsService)Cancel

Cancel: Initiates the cancellation of a running cutover job.

- name: The cutover job id.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsService)Create

Create: Initiates a Cutover of a specific migrating VM. The returned LRO iscompleted when the cutover job resource is created and the job is initiated.

- parent: The Cutover's parent.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsService)Get

Get: Gets details of a single CutoverJob.

- name: The name of the CutoverJob.

func (*ProjectsLocationsSourcesMigratingVmsCutoverJobsService)List

List: Lists the CutoverJobs of a migrating VM. Only 25 most recentCutoverJobs are listed.

- parent: The parent, which owns this collection of migrating VMs.

typeProjectsLocationsSourcesMigratingVmsDeleteCall

type ProjectsLocationsSourcesMigratingVmsDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsDeleteCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsDeleteCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsDeleteCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsDeleteCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsSourcesMigratingVmsExtendMigrationCalladded inv0.236.0

type ProjectsLocationsSourcesMigratingVmsExtendMigrationCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsExtendMigrationCall)Contextadded inv0.236.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsExtendMigrationCall)Doadded inv0.236.0

Do executes the "vmmigration.projects.locations.sources.migratingVms.extendMigration" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsExtendMigrationCall)Fieldsadded inv0.236.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsExtendMigrationCall)Headeradded inv0.236.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsSourcesMigratingVmsFinalizeMigrationCall

type ProjectsLocationsSourcesMigratingVmsFinalizeMigrationCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsFinalizeMigrationCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsFinalizeMigrationCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.finalizeMigration" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsFinalizeMigrationCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsFinalizeMigrationCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsSourcesMigratingVmsGetCall

type ProjectsLocationsSourcesMigratingVmsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsGetCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.get" call.Any non-2xx status code is an error. Response headers are in either*MigratingVm.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesMigratingVmsGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsSourcesMigratingVmsGetCall)Viewadded inv0.61.0

View sets the optional parameter "view": The level of details of themigrating VM.

Possible values:

"MIGRATING_VM_VIEW_UNSPECIFIED" - View is unspecified. The API will

fallback to the default value.

"MIGRATING_VM_VIEW_BASIC" - Get the migrating VM basic details. The basic

details do not include the recent clone jobs and recent cutover jobs lists.

"MIGRATING_VM_VIEW_FULL" - Include everything.

typeProjectsLocationsSourcesMigratingVmsListCall

type ProjectsLocationsSourcesMigratingVmsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsListCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.list" call.Any non-2xx status code is an error. Response headers are in either*ListMigratingVmsResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsListCall)Filter

Filter sets the optional parameter "filter": The filter request.

func (*ProjectsLocationsSourcesMigratingVmsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesMigratingVmsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsSourcesMigratingVmsListCall)OrderBy

OrderBy sets the optional parameter "orderBy": the order by fields for theresult.

func (*ProjectsLocationsSourcesMigratingVmsListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number ofmigrating VMs to return. The service may return fewer than this value. Ifunspecified, at most 500 migrating VMs will be returned. The maximum valueis 1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsSourcesMigratingVmsListCall)PageToken

PageToken sets the optional parameter "pageToken": Required. A page token,received from a previous `ListMigratingVms` call. Provide this to retrievethe subsequent page. When paginating, all other parameters provided to`ListMigratingVms` must match the call that provided the page token.

func (*ProjectsLocationsSourcesMigratingVmsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsSourcesMigratingVmsListCall)Viewadded inv0.61.0

View sets the optional parameter "view": The level of details of eachmigrating VM.

Possible values:

"MIGRATING_VM_VIEW_UNSPECIFIED" - View is unspecified. The API will

fallback to the default value.

"MIGRATING_VM_VIEW_BASIC" - Get the migrating VM basic details. The basic

details do not include the recent clone jobs and recent cutover jobs lists.

"MIGRATING_VM_VIEW_FULL" - Include everything.

typeProjectsLocationsSourcesMigratingVmsPatchCall

type ProjectsLocationsSourcesMigratingVmsPatchCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsPatchCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsPatchCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.patch" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsPatchCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsPatchCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesMigratingVmsPatchCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes since thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

func (*ProjectsLocationsSourcesMigratingVmsPatchCall)UpdateMask

UpdateMask sets the optional parameter "updateMask": Field mask is used tospecify the fields to be overwritten in the MigratingVm resource by theupdate. The fields specified in the update_mask are relative to theresource, not the full request. A field will be overwritten if it is in themask. If the user does not provide a mask then all fields will beoverwritten.

typeProjectsLocationsSourcesMigratingVmsPauseMigrationCall

type ProjectsLocationsSourcesMigratingVmsPauseMigrationCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsPauseMigrationCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsPauseMigrationCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.pauseMigration" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsPauseMigrationCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsPauseMigrationCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsSourcesMigratingVmsReplicationCyclesGetCalladded inv0.84.0

type ProjectsLocationsSourcesMigratingVmsReplicationCyclesGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesGetCall)Contextadded inv0.84.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesGetCall)Doadded inv0.84.0

Do executes the "vmmigration.projects.locations.sources.migratingVms.replicationCycles.get" call.Any non-2xx status code is an error. Response headers are in either*ReplicationCycle.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesGetCall)Fieldsadded inv0.84.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesGetCall)Headeradded inv0.84.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesGetCall)IfNoneMatchadded inv0.84.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsSourcesMigratingVmsReplicationCyclesListCalladded inv0.84.0

type ProjectsLocationsSourcesMigratingVmsReplicationCyclesListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesListCall)Contextadded inv0.84.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesListCall)Doadded inv0.84.0

Do executes the "vmmigration.projects.locations.sources.migratingVms.replicationCycles.list" call.Any non-2xx status code is an error. Response headers are in either*ListReplicationCyclesResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesListCall)Fieldsadded inv0.84.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesListCall)Filteradded inv0.84.0

Filter sets the optional parameter "filter": The filter request.

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesListCall)Headeradded inv0.84.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesListCall)IfNoneMatchadded inv0.84.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesListCall)OrderByadded inv0.84.0

OrderBy sets the optional parameter "orderBy": the order by fields for theresult.

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesListCall)PageSizeadded inv0.84.0

PageSize sets the optional parameter "pageSize": The maximum number ofreplication cycles to return. The service may return fewer than this value.If unspecified, at most 100 migrating VMs will be returned. The maximumvalue is 100; values above 100 will be coerced to 100.

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesListCall)PageTokenadded inv0.84.0

PageToken sets the optional parameter "pageToken": Required. A page token,received from a previous `ListReplicationCycles` call. Provide this toretrieve the subsequent page. When paginating, all other parameters providedto `ListReplicationCycles` must match the call that provided the page token.

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesListCall)Pagesadded inv0.84.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsSourcesMigratingVmsReplicationCyclesServiceadded inv0.84.0

type ProjectsLocationsSourcesMigratingVmsReplicationCyclesService struct {// contains filtered or unexported fields}

funcNewProjectsLocationsSourcesMigratingVmsReplicationCyclesServiceadded inv0.84.0

func NewProjectsLocationsSourcesMigratingVmsReplicationCyclesService(s *Service) *ProjectsLocationsSourcesMigratingVmsReplicationCyclesService

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesService)Getadded inv0.84.0

Get: Gets details of a single ReplicationCycle.

- name: The name of the ReplicationCycle.

func (*ProjectsLocationsSourcesMigratingVmsReplicationCyclesService)Listadded inv0.84.0

List: Lists ReplicationCycles in a given MigratingVM.

- parent: The parent, which owns this collection of ReplicationCycles.

typeProjectsLocationsSourcesMigratingVmsResumeMigrationCall

type ProjectsLocationsSourcesMigratingVmsResumeMigrationCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsResumeMigrationCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsResumeMigrationCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.resumeMigration" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsResumeMigrationCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsResumeMigrationCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsSourcesMigratingVmsService

type ProjectsLocationsSourcesMigratingVmsService struct {CloneJobs *ProjectsLocationsSourcesMigratingVmsCloneJobsServiceCutoverJobs *ProjectsLocationsSourcesMigratingVmsCutoverJobsServiceReplicationCycles *ProjectsLocationsSourcesMigratingVmsReplicationCyclesService// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsService)Create

Create: Creates a new MigratingVm in a given Source.

- parent: The MigratingVm's parent.

func (*ProjectsLocationsSourcesMigratingVmsService)Delete

Delete: Deletes a single MigratingVm.

- name: The name of the MigratingVm.

func (*ProjectsLocationsSourcesMigratingVmsService)ExtendMigrationadded inv0.236.0

ExtendMigration: Extend the migrating VM time to live.

- migratingVm: The name of the MigratingVm.

func (*ProjectsLocationsSourcesMigratingVmsService)FinalizeMigration

FinalizeMigration: Marks a migration as completed, deleting migrationresources that are no longer being used. Only applicable after cutover isdone.

- migratingVm: The name of the MigratingVm.

func (*ProjectsLocationsSourcesMigratingVmsService)Get

Get: Gets details of a single MigratingVm.

- name: The name of the MigratingVm.

func (*ProjectsLocationsSourcesMigratingVmsService)List

List: Lists MigratingVms in a given Source.

- parent: The parent, which owns this collection of MigratingVms.

func (*ProjectsLocationsSourcesMigratingVmsService)Patch

Patch: Updates the parameters of a single MigratingVm.

- name: Output only. The identifier of the MigratingVm.

func (*ProjectsLocationsSourcesMigratingVmsService)PauseMigration

PauseMigration: Pauses a migration for a VM. If cycle tasks are running theywill be cancelled, preserving source task data. Further replication cycleswill not be triggered while the VM is paused.

- migratingVm: The name of the MigratingVm.

func (*ProjectsLocationsSourcesMigratingVmsService)ResumeMigration

ResumeMigration: Resumes a migration for a VM. When called on a pausedmigration, will start the process of uploading data and creating snapshots;when called on a completed cut-over migration, will update the migration toactive state and start the process of uploading data and creating snapshots.

- migratingVm: The name of the MigratingVm.

func (*ProjectsLocationsSourcesMigratingVmsService)StartMigration

StartMigration: Starts migration for a VM. Starts the process of uploadingdata and creating snapshots, in replication cycles scheduled by the policy.

- migratingVm: The name of the MigratingVm.

typeProjectsLocationsSourcesMigratingVmsStartMigrationCall

type ProjectsLocationsSourcesMigratingVmsStartMigrationCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesMigratingVmsStartMigrationCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesMigratingVmsStartMigrationCall)Do

Do executes the "vmmigration.projects.locations.sources.migratingVms.startMigration" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesMigratingVmsStartMigrationCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesMigratingVmsStartMigrationCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsSourcesPatchCall

type ProjectsLocationsSourcesPatchCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesPatchCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesPatchCall)Do

Do executes the "vmmigration.projects.locations.sources.patch" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesPatchCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesPatchCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesPatchCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes since thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

func (*ProjectsLocationsSourcesPatchCall)UpdateMask

UpdateMask sets the optional parameter "updateMask": Field mask is used tospecify the fields to be overwritten in the Source resource by the update.The fields specified in the update_mask are relative to the resource, notthe full request. A field will be overwritten if it is in the mask. If theuser does not provide a mask then all fields will be overwritten.

typeProjectsLocationsSourcesService

type ProjectsLocationsSourcesService struct {DatacenterConnectors *ProjectsLocationsSourcesDatacenterConnectorsServiceDiskMigrationJobs *ProjectsLocationsSourcesDiskMigrationJobsServiceMigratingVms *ProjectsLocationsSourcesMigratingVmsServiceUtilizationReports *ProjectsLocationsSourcesUtilizationReportsService// contains filtered or unexported fields}

funcNewProjectsLocationsSourcesService

func NewProjectsLocationsSourcesService(s *Service) *ProjectsLocationsSourcesService

func (*ProjectsLocationsSourcesService)Create

Create: Creates a new Source in a given project and location.

- parent: The Source's parent.

func (*ProjectsLocationsSourcesService)Delete

Delete: Deletes a single Source.

- name: The Source name.

func (*ProjectsLocationsSourcesService)FetchInventory

FetchInventory: List remote source's inventory of VMs. The remote source isthe onprem vCenter (remote in the sense it's not in Compute Engine). Theinventory describes the list of existing VMs in that source. Note that thisoperation lists the VMs on the remote source, as opposed to listing theMigratingVms resources in the vmmigration service.

- source: The name of the Source.

func (*ProjectsLocationsSourcesService)FetchStorageInventoryadded inv0.249.0

FetchStorageInventory: List remote source's inventory of storage resources.The remote source is another cloud vendor (e.g. AWS, Azure). The inventorydescribes the list of existing storage resources in that source. Note thatthis operation lists the resources on the remote source, as opposed tolisting the MigratingVms resources in the vmmigration service.

- source: The name of the Source.

func (*ProjectsLocationsSourcesService)Get

Get: Gets details of a single Source.

- name: The Source name.

func (*ProjectsLocationsSourcesService)List

List: Lists Sources in a given project and location.

- parent: The parent, which owns this collection of sources.

func (*ProjectsLocationsSourcesService)Patch

Patch: Updates the parameters of a single Source.

- name: Output only. The Source name.

typeProjectsLocationsSourcesUtilizationReportsCreateCall

type ProjectsLocationsSourcesUtilizationReportsCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesUtilizationReportsCreateCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesUtilizationReportsCreateCall)Do

Do executes the "vmmigration.projects.locations.sources.utilizationReports.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesUtilizationReportsCreateCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesUtilizationReportsCreateCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesUtilizationReportsCreateCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes since thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

func (*ProjectsLocationsSourcesUtilizationReportsCreateCall)UtilizationReportId

UtilizationReportId sets the optional parameter "utilizationReportId":Required. The ID to use for the report, which will become the finalcomponent of the reports's resource name. This value maximum length is 63characters, and valid characters are /a-z-/. It must start with an englishletter and must not end with a hyphen.

typeProjectsLocationsSourcesUtilizationReportsDeleteCall

type ProjectsLocationsSourcesUtilizationReportsDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesUtilizationReportsDeleteCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesUtilizationReportsDeleteCall)Do

Do executes the "vmmigration.projects.locations.sources.utilizationReports.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsSourcesUtilizationReportsDeleteCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesUtilizationReportsDeleteCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesUtilizationReportsDeleteCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes after thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsSourcesUtilizationReportsGetCall

type ProjectsLocationsSourcesUtilizationReportsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesUtilizationReportsGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesUtilizationReportsGetCall)Do

Do executes the "vmmigration.projects.locations.sources.utilizationReports.get" call.Any non-2xx status code is an error. Response headers are in either*UtilizationReport.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsSourcesUtilizationReportsGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesUtilizationReportsGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesUtilizationReportsGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsSourcesUtilizationReportsGetCall)View

View sets the optional parameter "view": The level of details of the report.Defaults to FULL

Possible values:

"UTILIZATION_REPORT_VIEW_UNSPECIFIED" - The default / unset value. The API

will default to FULL on single report request and BASIC for multiple reportsrequest.

"BASIC" - Get the report metadata, without the list of VMs and their

utilization info.

"FULL" - Include everything.

typeProjectsLocationsSourcesUtilizationReportsListCall

type ProjectsLocationsSourcesUtilizationReportsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesUtilizationReportsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsSourcesUtilizationReportsListCall)Do

Do executes the "vmmigration.projects.locations.sources.utilizationReports.list" call.Any non-2xx status code is an error. Response headers are in either*ListUtilizationReportsResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsSourcesUtilizationReportsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsSourcesUtilizationReportsListCall)Filter

Filter sets the optional parameter "filter": The filter request.

func (*ProjectsLocationsSourcesUtilizationReportsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsSourcesUtilizationReportsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsSourcesUtilizationReportsListCall)OrderBy

OrderBy sets the optional parameter "orderBy": the order by fields for theresult.

func (*ProjectsLocationsSourcesUtilizationReportsListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number ofreports to return. The service may return fewer than this value. Ifunspecified, at most 500 reports will be returned. The maximum value is1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsSourcesUtilizationReportsListCall)PageToken

PageToken sets the optional parameter "pageToken": Required. A page token,received from a previous `ListUtilizationReports` call. Provide this toretrieve the subsequent page. When paginating, all other parameters providedto `ListUtilizationReports` must match the call that provided the pagetoken.

func (*ProjectsLocationsSourcesUtilizationReportsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsSourcesUtilizationReportsListCall)View

View sets the optional parameter "view": The level of details of eachreport. Defaults to BASIC.

Possible values:

"UTILIZATION_REPORT_VIEW_UNSPECIFIED" - The default / unset value. The API

will default to FULL on single report request and BASIC for multiple reportsrequest.

"BASIC" - Get the report metadata, without the list of VMs and their

utilization info.

"FULL" - Include everything.

typeProjectsLocationsSourcesUtilizationReportsService

type ProjectsLocationsSourcesUtilizationReportsService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsSourcesUtilizationReportsService)Create

Create: Creates a new UtilizationReport.

- parent: The Utilization Report's parent.

func (*ProjectsLocationsSourcesUtilizationReportsService)Delete

Delete: Deletes a single Utilization Report.

- name: The Utilization Report name.

func (*ProjectsLocationsSourcesUtilizationReportsService)Get

Get: Gets a single Utilization Report.

- name: The Utilization Report name.

func (*ProjectsLocationsSourcesUtilizationReportsService)List

List: Lists Utilization Reports of the given Source.

- parent: The Utilization Reports parent.

typeProjectsLocationsTargetProjectsCreateCall

type ProjectsLocationsTargetProjectsCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsTargetProjectsCreateCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTargetProjectsCreateCall)Do

Do executes the "vmmigration.projects.locations.targetProjects.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTargetProjectsCreateCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsTargetProjectsCreateCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsTargetProjectsCreateCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes since thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

func (*ProjectsLocationsTargetProjectsCreateCall)TargetProjectId

TargetProjectId sets the optional parameter "targetProjectId": Required. Thetarget_project identifier.

typeProjectsLocationsTargetProjectsDeleteCall

type ProjectsLocationsTargetProjectsDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsTargetProjectsDeleteCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTargetProjectsDeleteCall)Do

Do executes the "vmmigration.projects.locations.targetProjects.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTargetProjectsDeleteCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsTargetProjectsDeleteCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsTargetProjectsDeleteCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes after thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsTargetProjectsGetCall

type ProjectsLocationsTargetProjectsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsTargetProjectsGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTargetProjectsGetCall)Do

Do executes the "vmmigration.projects.locations.targetProjects.get" call.Any non-2xx status code is an error. Response headers are in either*TargetProject.ServerResponse.Header or (if a response was returned at all)in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTargetProjectsGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsTargetProjectsGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsTargetProjectsGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsTargetProjectsListCall

type ProjectsLocationsTargetProjectsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsTargetProjectsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTargetProjectsListCall)Do

Do executes the "vmmigration.projects.locations.targetProjects.list" call.Any non-2xx status code is an error. Response headers are in either*ListTargetProjectsResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsTargetProjectsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsTargetProjectsListCall)Filter

Filter sets the optional parameter "filter": The filter request.

func (*ProjectsLocationsTargetProjectsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsTargetProjectsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsTargetProjectsListCall)OrderBy

OrderBy sets the optional parameter "orderBy": the order by fields for theresult.

func (*ProjectsLocationsTargetProjectsListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number oftargets to return. The service may return fewer than this value. Ifunspecified, at most 500 targets will be returned. The maximum value is1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsTargetProjectsListCall)PageToken

PageToken sets the optional parameter "pageToken": Required. A page token,received from a previous `ListTargets` call. Provide this to retrieve thesubsequent page. When paginating, all other parameters provided to`ListTargets` must match the call that provided the page token.

func (*ProjectsLocationsTargetProjectsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsTargetProjectsPatchCall

type ProjectsLocationsTargetProjectsPatchCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsTargetProjectsPatchCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsTargetProjectsPatchCall)Do

Do executes the "vmmigration.projects.locations.targetProjects.patch" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsTargetProjectsPatchCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsTargetProjectsPatchCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsTargetProjectsPatchCall)RequestId

RequestId sets the optional parameter "requestId": A request ID to identifyrequests. Specify a unique request ID so that if you must retry yourrequest, the server will know to ignore the request if it has already beencompleted. The server will guarantee that for at least 60 minutes since thefirst request. For example, consider a situation where you make an initialrequest and the request times out. If you make the request again with thesame request ID, the server can check if original operation with the samerequest ID was received, and if so, will ignore the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

func (*ProjectsLocationsTargetProjectsPatchCall)UpdateMask

UpdateMask sets the optional parameter "updateMask": Field mask is used tospecify the fields to be overwritten in the TargetProject resource by theupdate. The fields specified in the update_mask are relative to theresource, not the full request. A field will be overwritten if it is in themask. If the user does not provide a mask then all fields will beoverwritten.

typeProjectsLocationsTargetProjectsService

type ProjectsLocationsTargetProjectsService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsTargetProjectsService)Create

Create: Creates a new TargetProject in a given project. NOTE: TargetProjectis a global resource; hence the only supported value for location is`global`.

- parent: The TargetProject's parent.

func (*ProjectsLocationsTargetProjectsService)Delete

Delete: Deletes a single TargetProject. NOTE: TargetProject is a globalresource; hence the only supported value for location is `global`.

- name: The TargetProject name.

func (*ProjectsLocationsTargetProjectsService)Get

Get: Gets details of a single TargetProject. NOTE: TargetProject is a globalresource; hence the only supported value for location is `global`.

- name: The TargetProject name.

func (*ProjectsLocationsTargetProjectsService)List

List: Lists TargetProjects in a given project. NOTE: TargetProject is aglobal resource; hence the only supported value for location is `global`.

- parent: The parent, which owns this collection of targets.

func (*ProjectsLocationsTargetProjectsService)Patch

Patch: Updates the parameters of a single TargetProject. NOTE: TargetProjectis a global resource; hence the only supported value for location is`global`.

- name: Output only. The name of the target project.

typeProjectsService

type ProjectsService struct {Locations *ProjectsLocationsService// contains filtered or unexported fields}

funcNewProjectsService

func NewProjectsService(s *Service) *ProjectsService

typeProvisioningTargetDiskStepadded inv0.249.0

type ProvisioningTargetDiskStep struct {}

ProvisioningTargetDiskStep: ProvisioningTargetDiskStep contains specificstep details.

typeRemoveGroupMigrationRequest

type RemoveGroupMigrationRequest struct {// MigratingVm: The MigratingVm to remove.MigratingVmstring `json:"migratingVm,omitempty"`// ForceSendFields is a list of field names (e.g. "MigratingVm") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "MigratingVm") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

RemoveGroupMigrationRequest: Request message for 'RemoveMigration' request.

func (RemoveGroupMigrationRequest)MarshalJSON

func (sRemoveGroupMigrationRequest) MarshalJSON() ([]byte,error)

typeReplicatingStepadded inv0.67.0

type ReplicatingStep struct {// LastThirtyMinutesAverageBytesPerSecond: The source disks replication rate// for the last 30 minutes in bytes per second.LastThirtyMinutesAverageBytesPerSecondint64 `json:"lastThirtyMinutesAverageBytesPerSecond,omitempty,string"`// LastTwoMinutesAverageBytesPerSecond: The source disks replication rate for// the last 2 minutes in bytes per second.LastTwoMinutesAverageBytesPerSecondint64 `json:"lastTwoMinutesAverageBytesPerSecond,omitempty,string"`// ReplicatedBytes: Replicated bytes in the step.ReplicatedBytesint64 `json:"replicatedBytes,omitempty,string"`// TotalBytes: Total bytes to be handled in the step.TotalBytesint64 `json:"totalBytes,omitempty,string"`// ForceSendFields is a list of field names (e.g.// "LastThirtyMinutesAverageBytesPerSecond") to unconditionally include in API// requests. By default, fields with empty or default values are omitted from// API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g.// "LastThirtyMinutesAverageBytesPerSecond") to include in API requests with// the JSON null value. By default, fields with empty values are omitted from// API requests. Seehttps://pkg.go.dev/google.golang.org/api#hdr-NullFields// for more details.NullFields []string `json:"-"`}

ReplicatingStep: ReplicatingStep contains specific step details.

func (ReplicatingStep)MarshalJSONadded inv0.67.0

func (sReplicatingStep) MarshalJSON() ([]byte,error)

typeReplicationCycle

type ReplicationCycle struct {// CycleNumber: The cycle's ordinal number.CycleNumberint64 `json:"cycleNumber,omitempty"`// EndTime: The time the replication cycle has ended.EndTimestring `json:"endTime,omitempty"`// Error: Output only. Provides details on the state of the cycle in case of an// error.Error *Status `json:"error,omitempty"`// Name: The identifier of the ReplicationCycle.Namestring `json:"name,omitempty"`// Progress: The current progress in percentage of this cycle.Progressint64 `json:"progress,omitempty"`// ProgressPercent: The current progress in percentage of this cycle. Was// replaced by 'steps' field, which breaks down the cycle progression more// accurately.ProgressPercentint64 `json:"progressPercent,omitempty"`// StartTime: The time the replication cycle has started.StartTimestring `json:"startTime,omitempty"`// State: State of the ReplicationCycle.//// Possible values://   "STATE_UNSPECIFIED" - The state is unknown. This is used for API// compatibility only and is not used by the system.//   "RUNNING" - The replication cycle is running.//   "PAUSED" - The replication cycle is paused.//   "FAILED" - The replication cycle finished with errors.//   "SUCCEEDED" - The replication cycle finished successfully.Statestring `json:"state,omitempty"`// Steps: The cycle's steps list representing its progress.Steps []*CycleStep `json:"steps,omitempty"`// TotalPauseDuration: The accumulated duration the replication cycle was// paused.TotalPauseDurationstring `json:"totalPauseDuration,omitempty"`// Warnings: Output only. Warnings that occurred during the cycle.Warnings []*MigrationWarning `json:"warnings,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "CycleNumber") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CycleNumber") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ReplicationCycle: ReplicationCycle contains information about the currentreplication cycle status.

func (ReplicationCycle)MarshalJSON

func (sReplicationCycle) MarshalJSON() ([]byte,error)

typeReplicationSync

type ReplicationSync struct {// LastSyncTime: The most updated snapshot created time in the source that// finished replication.LastSyncTimestring `json:"lastSyncTime,omitempty"`// ForceSendFields is a list of field names (e.g. "LastSyncTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "LastSyncTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ReplicationSync: ReplicationSync contain information about the last replicasync to the cloud.

func (ReplicationSync)MarshalJSON

func (sReplicationSync) MarshalJSON() ([]byte,error)

typeResumeMigrationRequest

type ResumeMigrationRequest struct {}

ResumeMigrationRequest: Request message for 'ResumeMigration' request.

typeRunDiskMigrationJobRequestadded inv0.188.0

type RunDiskMigrationJobRequest struct {}

RunDiskMigrationJobRequest: Request message for 'RunDiskMigrationJobRequest'request.

typeSchedulePolicy

type SchedulePolicy struct {// IdleDuration: The idle duration between replication stages.IdleDurationstring `json:"idleDuration,omitempty"`// SkipOsAdaptation: A flag to indicate whether to skip OS adaptation during// the replication sync. OS adaptation is a process where the VM's operating// system undergoes changes and adaptations to fully function on Compute// Engine.SkipOsAdaptationbool `json:"skipOsAdaptation,omitempty"`// ForceSendFields is a list of field names (e.g. "IdleDuration") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "IdleDuration") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

SchedulePolicy: A policy for scheduling replications.

func (SchedulePolicy)MarshalJSON

func (sSchedulePolicy) MarshalJSON() ([]byte,error)

typeSchedulingNodeAffinity

type SchedulingNodeAffinity struct {// Key: The label key of Node resource to reference.Keystring `json:"key,omitempty"`// Operator: The operator to use for the node resources specified in the// `values` parameter.//// Possible values://   "OPERATOR_UNSPECIFIED" - An unknown, unexpected behavior.//   "IN" - The node resource group should be in these resources affinity.//   "NOT_IN" - The node resource group should not be in these resources// affinity.Operatorstring `json:"operator,omitempty"`// Values: Corresponds to the label values of Node resource.Values []string `json:"values,omitempty"`// ForceSendFields is a list of field names (e.g. "Key") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Key") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

SchedulingNodeAffinity: Node Affinity: the configuration of desired nodesonto which this Instance could be scheduled. Based onhttps://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling

func (SchedulingNodeAffinity)MarshalJSON

func (sSchedulingNodeAffinity) MarshalJSON() ([]byte,error)

typeService

type Service struct {BasePathstring// API endpoint base URLUserAgentstring// optional additional User-Agent fragmentProjects *ProjectsService// contains filtered or unexported fields}

funcNewdeprecated

func New(client *http.Client) (*Service,error)

New creates a new Service. It uses the provided http.Client for requests.

Deprecated: please use NewService instead.To provide a custom HTTP client, use option.WithHTTPClient.If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.

funcNewService

func NewService(ctxcontext.Context, opts ...option.ClientOption) (*Service,error)

NewService creates a new Service.

typeServiceAccountadded inv0.190.0

type ServiceAccount struct {// Email: Required. The email address of the service account.Emailstring `json:"email,omitempty"`// Scopes: Optional. The list of scopes to be made available for this service// account.Scopes []string `json:"scopes,omitempty"`// ForceSendFields is a list of field names (e.g. "Email") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Email") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ServiceAccount: Service account to assign to the instance created by themachine image.

func (ServiceAccount)MarshalJSONadded inv0.190.0

func (sServiceAccount) MarshalJSON() ([]byte,error)

typeShieldedInstanceConfigadded inv0.190.0

type ShieldedInstanceConfig struct {// EnableIntegrityMonitoring: Optional. Defines whether the instance created by// the machine image has integrity monitoring enabled. This can be set to true// only if the image boot option is EFI, and vTPM is enabled.EnableIntegrityMonitoringbool `json:"enableIntegrityMonitoring,omitempty"`// EnableVtpm: Optional. Defines whether the instance created by the machine// image has vTPM enabled. This can be set to true only if the image boot// option is EFI.EnableVtpmbool `json:"enableVtpm,omitempty"`// SecureBoot: Optional. Defines whether the instance created by the machine// image has Secure Boot enabled. This can be set to true only if the image// boot option is EFI.//// Possible values://   "SECURE_BOOT_UNSPECIFIED" - No explicit value is selected. Will use the// configuration of the source (if exists, otherwise the default will be// false).//   "TRUE" - Use secure boot. This can be set to true only if the image boot// option is EFI.//   "FALSE" - Do not use secure boot.SecureBootstring `json:"secureBoot,omitempty"`// ForceSendFields is a list of field names (e.g. "EnableIntegrityMonitoring")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "EnableIntegrityMonitoring") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ShieldedInstanceConfig: Shielded instance configuration.

func (ShieldedInstanceConfig)MarshalJSONadded inv0.190.0

func (sShieldedInstanceConfig) MarshalJSON() ([]byte,error)

typeShuttingDownSourceVMStepadded inv0.84.0

type ShuttingDownSourceVMStep struct {}

ShuttingDownSourceVMStep: ShuttingDownSourceVMStep contains specific stepdetails.

typeSkipOsAdaptationadded inv0.190.0

type SkipOsAdaptation struct {}

SkipOsAdaptation: Mentions that the machine image import is not using OSadaptation process.

typeSource

type Source struct {// Aws: AWS type source details.Aws *AwsSourceDetails `json:"aws,omitempty"`// Azure: Azure type source details.Azure *AzureSourceDetails `json:"azure,omitempty"`// CreateTime: Output only. The create time timestamp.CreateTimestring `json:"createTime,omitempty"`// Description: User-provided description of the source.Descriptionstring `json:"description,omitempty"`// Encryption: Optional. Immutable. The encryption details of the source data// stored by the service.Encryption *Encryption `json:"encryption,omitempty"`// Error: Output only. Provides details on the state of the Source in case of// an error.Error *Status `json:"error,omitempty"`// Labels: The labels of the source.Labels map[string]string `json:"labels,omitempty"`// Name: Output only. The Source name.Namestring `json:"name,omitempty"`// UpdateTime: Output only. The update time timestamp.UpdateTimestring `json:"updateTime,omitempty"`// Vmware: Vmware type source details.Vmware *VmwareSourceDetails `json:"vmware,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Aws") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Aws") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Source: Source message describes a specific vm migration Source resource. Itcontains the source environment information.

func (Source)MarshalJSON

func (sSource) MarshalJSON() ([]byte,error)

typeSourceStorageResourceadded inv0.249.0

type SourceStorageResource struct {// AwsDiskDetails: Source AWS volume details.AwsDiskDetails *AwsSourceDiskDetails `json:"awsDiskDetails,omitempty"`// ForceSendFields is a list of field names (e.g. "AwsDiskDetails") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AwsDiskDetails") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

SourceStorageResource: SourceStorageResource describes a storage resource inthe source.

func (SourceStorageResource)MarshalJSONadded inv0.249.0

func (sSourceStorageResource) MarshalJSON() ([]byte,error)

typeStartMigrationRequest

type StartMigrationRequest struct {}

StartMigrationRequest: Request message for 'StartMigrationRequest' request.

typeStatus

type Status struct {// Code: The status code, which should be an enum value of google.rpc.Code.Codeint64 `json:"code,omitempty"`// Details: A list of messages that carry the error details. There is a common// set of message types for APIs to use.Details []googleapi.RawMessage `json:"details,omitempty"`// Message: A developer-facing error message, which should be in English. Any// user-facing error message should be localized and sent in the// google.rpc.Status.details field, or localized by the client.Messagestring `json:"message,omitempty"`// ForceSendFields is a list of field names (e.g. "Code") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Code") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Status: The `Status` type defines a logical error model that is suitable fordifferent programming environments, including REST APIs and RPC APIs. It isused by gRPC (https://github.com/grpc). Each `Status` message contains threepieces of data: error code, error message, and error details. You can findout more about this error model and how to work with it in the API DesignGuide (https://cloud.google.com/apis/design/errors).

func (Status)MarshalJSON

func (sStatus) MarshalJSON() ([]byte,error)

typeTagadded inv0.104.0

type Tag struct {// Key: Required. Key of tag.Keystring `json:"key,omitempty"`// Value: Required. Value of tag.Valuestring `json:"value,omitempty"`// ForceSendFields is a list of field names (e.g. "Key") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Key") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Tag: Tag is an AWS tag representation.

func (Tag)MarshalJSONadded inv0.104.0

func (sTag) MarshalJSON() ([]byte,error)

typeTargetProject

type TargetProject struct {// CreateTime: Output only. The time this target project resource was created// (not related to when the Compute Engine project it points to was created).CreateTimestring `json:"createTime,omitempty"`// Description: The target project's description.Descriptionstring `json:"description,omitempty"`// Name: Output only. The name of the target project.Namestring `json:"name,omitempty"`// Project: Required. The target project ID (number) or project name.Projectstring `json:"project,omitempty"`// UpdateTime: Output only. The last time the target project resource was// updated.UpdateTimestring `json:"updateTime,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "CreateTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CreateTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

TargetProject: TargetProject message represents a target Compute Engineproject for a migration or a clone.

func (TargetProject)MarshalJSON

func (sTargetProject) MarshalJSON() ([]byte,error)

typeTargetVMDetails

type TargetVMDetails struct {// AppliedLicense: Output only. The OS license returned from the adaptation// module report.AppliedLicense *AppliedLicense `json:"appliedLicense,omitempty"`// BootOption: Output only. The VM Boot Option, as set in the source VM.//// Possible values://   "BOOT_OPTION_UNSPECIFIED" - The boot option is unknown.//   "EFI" - The boot option is EFI.//   "BIOS" - The boot option is BIOS.BootOptionstring `json:"bootOption,omitempty"`// ComputeScheduling: Compute instance scheduling information (if empty default// is used).ComputeScheduling *ComputeScheduling `json:"computeScheduling,omitempty"`// DiskType: The disk type to use in the VM.//// Possible values://   "DISK_TYPE_UNSPECIFIED" - An unspecified disk type. Will be used as// STANDARD.//   "STANDARD" - A Standard disk type.//   "BALANCED" - An alternative to SSD persistent disks that balance// performance and cost.//   "SSD" - SSD hard disk type.//   "HYPERDISK_BALANCED" - Hyperdisk balanced disk type.DiskTypestring `json:"diskType,omitempty"`// ExternalIp: The external IP to define in the VM.ExternalIpstring `json:"externalIp,omitempty"`// InternalIp: The internal IP to define in the VM. The formats accepted are:// `ephemeral` \ ipv4 address \ a named address resource full path.InternalIpstring `json:"internalIp,omitempty"`// Labels: A map of labels to associate with the VM.Labels map[string]string `json:"labels,omitempty"`// LicenseType: The license type to use in OS adaptation.//// Possible values://   "DEFAULT" - The license type is the default for the OS.//   "PAYG" - The license type is Pay As You Go license type.//   "BYOL" - The license type is Bring Your Own License type.LicenseTypestring `json:"licenseType,omitempty"`// MachineType: The machine type to create the VM with.MachineTypestring `json:"machineType,omitempty"`// MachineTypeSeries: The machine type series to create the VM with.MachineTypeSeriesstring `json:"machineTypeSeries,omitempty"`// Metadata: The metadata key/value pairs to assign to the VM.Metadata map[string]string `json:"metadata,omitempty"`// Name: The name of the VM to create.Namestring `json:"name,omitempty"`// Network: The network to connect the VM to.Networkstring `json:"network,omitempty"`// NetworkInterfaces: List of NICs connected to this VM.NetworkInterfaces []*NetworkInterface `json:"networkInterfaces,omitempty"`// NetworkTags: A list of network tags to associate with the VM.NetworkTags []string `json:"networkTags,omitempty"`// Project: Output only. The project in which to create the VM.Projectstring `json:"project,omitempty"`// SecureBoot: Defines whether the instance has Secure Boot enabled. This can// be set to true only if the vm boot option is EFI.SecureBootbool `json:"secureBoot,omitempty"`// ServiceAccount: The service account to associate the VM with.ServiceAccountstring `json:"serviceAccount,omitempty"`// Subnetwork: The subnetwork to connect the VM to.Subnetworkstring `json:"subnetwork,omitempty"`// TargetProject: The full path of the resource of type TargetProject which// represents the Compute Engine project in which to create this VM.TargetProjectstring `json:"targetProject,omitempty"`// Zone: The zone in which to create the VM.Zonestring `json:"zone,omitempty"`// ForceSendFields is a list of field names (e.g. "AppliedLicense") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AppliedLicense") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

TargetVMDetails: TargetVMDetails is a collection of details for creating aVM in a target Compute Engine project.

func (TargetVMDetails)MarshalJSON

func (sTargetVMDetails) MarshalJSON() ([]byte,error)

typeUpgradeApplianceRequestadded inv0.69.0

type UpgradeApplianceRequest struct {// RequestId: A request ID to identify requests. Specify a unique request ID so// that if you must retry your request, the server will know to ignore the// request if it has already been completed. The server will guarantee that for// at least 60 minutes after the first request. For example, consider a// situation where you make an initial request and the request times out. If// you make the request again with the same request ID, the server can check if// original operation with the same request ID was received, and if so, will// ignore the second request. This prevents clients from accidentally creating// duplicate commitments. The request ID must be a valid UUID with the// exception that zero UUID is not supported// (00000000-0000-0000-0000-000000000000).RequestIdstring `json:"requestId,omitempty"`// ForceSendFields is a list of field names (e.g. "RequestId") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "RequestId") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

UpgradeApplianceRequest: Request message for 'UpgradeAppliance' request.

func (UpgradeApplianceRequest)MarshalJSONadded inv0.69.0

func (sUpgradeApplianceRequest) MarshalJSON() ([]byte,error)

typeUpgradeStatusadded inv0.69.0

type UpgradeStatus struct {// Error: Output only. Provides details on the state of the upgrade operation// in case of an error.Error *Status `json:"error,omitempty"`// PreviousVersion: The version from which we upgraded.PreviousVersionstring `json:"previousVersion,omitempty"`// StartTime: The time the operation was started.StartTimestring `json:"startTime,omitempty"`// State: The state of the upgradeAppliance operation.//// Possible values://   "STATE_UNSPECIFIED" - The state was not sampled by the health checks yet.//   "RUNNING" - The upgrade has started.//   "FAILED" - The upgrade failed.//   "SUCCEEDED" - The upgrade finished successfully.Statestring `json:"state,omitempty"`// Version: The version to upgrade to.Versionstring `json:"version,omitempty"`// ForceSendFields is a list of field names (e.g. "Error") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Error") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

UpgradeStatus: UpgradeStatus contains information about upgradeApplianceoperation.

func (UpgradeStatus)MarshalJSONadded inv0.69.0

func (sUpgradeStatus) MarshalJSON() ([]byte,error)

typeUtilizationReport

type UtilizationReport struct {// CreateTime: Output only. The time the report was created (this refers to the// time of the request, not the time the report creation completed).CreateTimestring `json:"createTime,omitempty"`// DisplayName: The report display name, as assigned by the user.DisplayNamestring `json:"displayName,omitempty"`// Error: Output only. Provides details on the state of the report in case of// an error.Error *Status `json:"error,omitempty"`// FrameEndTime: Output only. The point in time when the time frame ends.// Notice that the time frame is counted backwards. For instance if the// "frame_end_time" value is 2021/01/20 and the time frame is WEEK then the// report covers the week between 2021/01/20 and 2021/01/14.FrameEndTimestring `json:"frameEndTime,omitempty"`// Name: Output only. The report unique name.Namestring `json:"name,omitempty"`// State: Output only. Current state of the report.//// Possible values://   "STATE_UNSPECIFIED" - The state is unknown. This value is not in use.//   "CREATING" - The report is in the making.//   "SUCCEEDED" - Report creation completed successfully.//   "FAILED" - Report creation failed.Statestring `json:"state,omitempty"`// StateTime: Output only. The time the state was last set.StateTimestring `json:"stateTime,omitempty"`// TimeFrame: Time frame of the report.//// Possible values://   "TIME_FRAME_UNSPECIFIED" - The time frame was not specified and will// default to WEEK.//   "WEEK" - One week.//   "MONTH" - One month.//   "YEAR" - One year.TimeFramestring `json:"timeFrame,omitempty"`// VmCount: Output only. Total number of VMs included in the report.VmCountint64 `json:"vmCount,omitempty"`// Vms: List of utilization information per VM. When sent as part of the// request, the "vm_id" field is used in order to specify which VMs to include// in the report. In that case all other fields are ignored.Vms []*VmUtilizationInfo `json:"vms,omitempty"`// VmsCount: Output only. Total number of VMs included in the report.VmsCountint64 `json:"vmsCount,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "CreateTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CreateTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

UtilizationReport: Utilization report details the utilization (CPU, memory,etc.) of selected source VMs.

func (UtilizationReport)MarshalJSON

func (sUtilizationReport) MarshalJSON() ([]byte,error)

typeVmAttachmentDetailsadded inv0.143.0

type VmAttachmentDetails struct {// DeviceName: Optional. Specifies a unique device name of your choice that is// reflected into the /dev/disk/by-id/google-* tree of a Linux operating system// running within the instance. If not specified, the server chooses a default// device name to apply to this disk, in the form persistent-disk-x, where x is// a number assigned by Google Compute Engine. This field is only applicable// for persistent disks.DeviceNamestring `json:"deviceName,omitempty"`// ForceSendFields is a list of field names (e.g. "DeviceName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DeviceName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

VmAttachmentDetails: Details for attachment of the disk to a VM.

func (VmAttachmentDetails)MarshalJSONadded inv0.143.0

func (sVmAttachmentDetails) MarshalJSON() ([]byte,error)

typeVmCapabilitiesadded inv0.139.0

type VmCapabilities struct {// LastOsCapabilitiesUpdateTime: Output only. The last time OS capabilities// list was updated.LastOsCapabilitiesUpdateTimestring `json:"lastOsCapabilitiesUpdateTime,omitempty"`// OsCapabilities: Output only. Unordered list. List of certain VM OS// capabilities needed for some Compute Engine features.//// Possible values://   "OS_CAPABILITY_UNSPECIFIED" - This is for API compatibility only and is// not in use.//   "OS_CAPABILITY_NVME_STORAGE_ACCESS" - NVMe driver installed and the VM can// use NVMe PD or local SSD.//   "OS_CAPABILITY_GVNIC_NETWORK_INTERFACE" - gVNIC virtual NIC driver// supported.//   "OS_CAPABILITY_IDPF_NETWORK_INTERFACE" - IDPF virtual NIC driver// supported.OsCapabilities []string `json:"osCapabilities,omitempty"`// ForceSendFields is a list of field names (e.g.// "LastOsCapabilitiesUpdateTime") to unconditionally include in API requests.// By default, fields with empty or default values are omitted from API// requests. Seehttps://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields// for more details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "LastOsCapabilitiesUpdateTime") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

VmCapabilities: Migrating VM source information about the VM capabilitiesneeded for some Compute Engine features.

func (VmCapabilities)MarshalJSONadded inv0.139.0

func (sVmCapabilities) MarshalJSON() ([]byte,error)

typeVmUtilizationInfo

type VmUtilizationInfo struct {// Utilization: Utilization metrics for this VM.Utilization *VmUtilizationMetrics `json:"utilization,omitempty"`// VmId: The VM's ID in the source.VmIdstring `json:"vmId,omitempty"`// VmwareVmDetails: The description of the VM in a Source of type Vmware.VmwareVmDetails *VmwareVmDetails `json:"vmwareVmDetails,omitempty"`// ForceSendFields is a list of field names (e.g. "Utilization") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Utilization") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

VmUtilizationInfo: Utilization information of a single VM.

func (VmUtilizationInfo)MarshalJSON

func (sVmUtilizationInfo) MarshalJSON() ([]byte,error)

typeVmUtilizationMetrics

type VmUtilizationMetrics struct {// CpuAverage: Average CPU usage, percent.CpuAverageint64 `json:"cpuAverage,omitempty"`// CpuAveragePercent: Average CPU usage, percent.CpuAveragePercentint64 `json:"cpuAveragePercent,omitempty"`// CpuMax: Max CPU usage, percent.CpuMaxint64 `json:"cpuMax,omitempty"`// CpuMaxPercent: Max CPU usage, percent.CpuMaxPercentint64 `json:"cpuMaxPercent,omitempty"`// DiskIoRateAverage: Average disk IO rate, in kilobytes per second.DiskIoRateAverageint64 `json:"diskIoRateAverage,omitempty,string"`// DiskIoRateAverageKbps: Average disk IO rate, in kilobytes per second.DiskIoRateAverageKbpsint64 `json:"diskIoRateAverageKbps,omitempty,string"`// DiskIoRateMax: Max disk IO rate, in kilobytes per second.DiskIoRateMaxint64 `json:"diskIoRateMax,omitempty,string"`// DiskIoRateMaxKbps: Max disk IO rate, in kilobytes per second.DiskIoRateMaxKbpsint64 `json:"diskIoRateMaxKbps,omitempty,string"`// MemoryAverage: Average memory usage, percent.MemoryAverageint64 `json:"memoryAverage,omitempty"`// MemoryAveragePercent: Average memory usage, percent.MemoryAveragePercentint64 `json:"memoryAveragePercent,omitempty"`// MemoryMax: Max memory usage, percent.MemoryMaxint64 `json:"memoryMax,omitempty"`// MemoryMaxPercent: Max memory usage, percent.MemoryMaxPercentint64 `json:"memoryMaxPercent,omitempty"`// NetworkThroughputAverage: Average network throughput (combined// transmit-rates and receive-rates), in kilobytes per second.NetworkThroughputAverageint64 `json:"networkThroughputAverage,omitempty,string"`// NetworkThroughputAverageKbps: Average network throughput (combined// transmit-rates and receive-rates), in kilobytes per second.NetworkThroughputAverageKbpsint64 `json:"networkThroughputAverageKbps,omitempty,string"`// NetworkThroughputMax: Max network throughput (combined transmit-rates and// receive-rates), in kilobytes per second.NetworkThroughputMaxint64 `json:"networkThroughputMax,omitempty,string"`// NetworkThroughputMaxKbps: Max network throughput (combined transmit-rates// and receive-rates), in kilobytes per second.NetworkThroughputMaxKbpsint64 `json:"networkThroughputMaxKbps,omitempty,string"`// ForceSendFields is a list of field names (e.g. "CpuAverage") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CpuAverage") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

VmUtilizationMetrics: Utilization metrics values for a single VM.

func (VmUtilizationMetrics)MarshalJSON

func (sVmUtilizationMetrics) MarshalJSON() ([]byte,error)

typeVmwareDiskDetailsadded inv0.139.0

type VmwareDiskDetails struct {// DiskNumber: Output only. The ordinal number of the disk.DiskNumberint64 `json:"diskNumber,omitempty"`// Label: Output only. The disk label.Labelstring `json:"label,omitempty"`// SizeGb: Output only. Size in GB.SizeGbint64 `json:"sizeGb,omitempty,string"`// ForceSendFields is a list of field names (e.g. "DiskNumber") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DiskNumber") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

VmwareDiskDetails: The details of a Vmware VM disk.

func (VmwareDiskDetails)MarshalJSONadded inv0.139.0

func (sVmwareDiskDetails) MarshalJSON() ([]byte,error)

typeVmwareSourceDetails

type VmwareSourceDetails struct {// Password: Input only. The credentials password. This is write only and can// not be read in a GET operation.Passwordstring `json:"password,omitempty"`// ResolvedVcenterHost: The hostname of the vcenter.ResolvedVcenterHoststring `json:"resolvedVcenterHost,omitempty"`// Thumbprint: The thumbprint representing the certificate for the vcenter.Thumbprintstring `json:"thumbprint,omitempty"`// Username: The credentials username.Usernamestring `json:"username,omitempty"`// VcenterIp: The ip address of the vcenter this Source represents.VcenterIpstring `json:"vcenterIp,omitempty"`// ForceSendFields is a list of field names (e.g. "Password") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Password") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

VmwareSourceDetails: VmwareSourceDetails message describes a specific sourcedetails for the vmware source type.

func (VmwareSourceDetails)MarshalJSON

func (sVmwareSourceDetails) MarshalJSON() ([]byte,error)

typeVmwareSourceVmDetailsadded inv0.139.0

type VmwareSourceVmDetails struct {// Architecture: Output only. The VM architecture.//// Possible values://   "VM_ARCHITECTURE_UNSPECIFIED" - The architecture is unknown.//   "VM_ARCHITECTURE_X86_FAMILY" - The architecture is one of the x86// architectures.//   "VM_ARCHITECTURE_ARM64" - The architecture is ARM64.Architecturestring `json:"architecture,omitempty"`// CommittedStorageBytes: Output only. The total size of the disks being// migrated in bytes.CommittedStorageBytesint64 `json:"committedStorageBytes,omitempty,string"`// Disks: Output only. The disks attached to the source VM.Disks []*VmwareDiskDetails `json:"disks,omitempty"`// Firmware: Output only. The firmware type of the source VM.//// Possible values://   "FIRMWARE_UNSPECIFIED" - The firmware is unknown.//   "EFI" - The firmware is EFI.//   "BIOS" - The firmware is BIOS.Firmwarestring `json:"firmware,omitempty"`// VmCapabilitiesInfo: Output only. Information about VM capabilities needed// for some Compute Engine features.VmCapabilitiesInfo *VmCapabilities `json:"vmCapabilitiesInfo,omitempty"`// ForceSendFields is a list of field names (e.g. "Architecture") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Architecture") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

VmwareSourceVmDetails: Represent the source Vmware VM details.

func (VmwareSourceVmDetails)MarshalJSONadded inv0.139.0

func (sVmwareSourceVmDetails) MarshalJSON() ([]byte,error)

typeVmwareVmDetails

type VmwareVmDetails struct {// Architecture: Output only. The CPU architecture.//// Possible values://   "VM_ARCHITECTURE_UNSPECIFIED" - The architecture is unknown.//   "VM_ARCHITECTURE_X86_FAMILY" - The architecture is one of the x86// architectures.//   "VM_ARCHITECTURE_ARM64" - The architecture is ARM64.Architecturestring `json:"architecture,omitempty"`// BootOption: Output only. The VM Boot Option.//// Possible values://   "BOOT_OPTION_UNSPECIFIED" - The boot option is unknown.//   "EFI" - The boot option is EFI.//   "BIOS" - The boot option is BIOS.BootOptionstring `json:"bootOption,omitempty"`// CommittedStorage: The total size of the storage allocated to the VM in MB.CommittedStorageint64 `json:"committedStorage,omitempty,string"`// CommittedStorageMb: The total size of the storage allocated to the VM in MB.CommittedStorageMbint64 `json:"committedStorageMb,omitempty,string"`// CpuCount: The number of cpus in the VM.CpuCountint64 `json:"cpuCount,omitempty"`// DatacenterDescription: The descriptive name of the vCenter's datacenter this// VM is contained in.DatacenterDescriptionstring `json:"datacenterDescription,omitempty"`// DatacenterId: The id of the vCenter's datacenter this VM is contained in.DatacenterIdstring `json:"datacenterId,omitempty"`// DiskCount: The number of disks the VM has.DiskCountint64 `json:"diskCount,omitempty"`// DisplayName: The display name of the VM. Note that this is not necessarily// unique.DisplayNamestring `json:"displayName,omitempty"`// GuestDescription: The VM's OS. See for example//https://vdc-repo.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html// for types of strings this might hold.GuestDescriptionstring `json:"guestDescription,omitempty"`// MemoryMb: The size of the memory of the VM in MB.MemoryMbint64 `json:"memoryMb,omitempty"`// PowerState: The power state of the VM at the moment list was taken.//// Possible values://   "POWER_STATE_UNSPECIFIED" - Power state is not specified.//   "ON" - The VM is turned ON.//   "OFF" - The VM is turned OFF.//   "SUSPENDED" - The VM is suspended. This is similar to hibernation or sleep// mode.PowerStatestring `json:"powerState,omitempty"`// Uuid: The unique identifier of the VM in vCenter.Uuidstring `json:"uuid,omitempty"`// VmId: The VM's id in the source (note that this is not the MigratingVm's// id). This is the moref id of the VM.VmIdstring `json:"vmId,omitempty"`// ForceSendFields is a list of field names (e.g. "Architecture") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Architecture") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

VmwareVmDetails: VmwareVmDetails describes a VM in vCenter.

func (VmwareVmDetails)MarshalJSON

func (sVmwareVmDetails) MarshalJSON() ([]byte,error)

typeVmwareVmsDetails

type VmwareVmsDetails struct {// Details: The details of the vmware VMs.Details []*VmwareVmDetails `json:"details,omitempty"`// ForceSendFields is a list of field names (e.g. "Details") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Details") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

VmwareVmsDetails: VmwareVmsDetails describes VMs in vCenter.

func (VmwareVmsDetails)MarshalJSON

func (sVmwareVmsDetails) MarshalJSON() ([]byte,error)

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp