Movatterモバイル変換


[0]ホーム

URL:


baremetalsolution

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 baremetalsolution provides access to the Bare Metal Solution API.

For product documentation, see:https://cloud.google.com/bare-metal

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/baremetalsolution/v2"...ctx := context.Background()baremetalsolutionService, err := baremetalsolution.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:

baremetalsolutionService, err := baremetalsolution.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, ...)baremetalsolutionService, err := baremetalsolution.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

typeAllowedClientadded inv0.69.0

type AllowedClient struct {// AllowDev: Allow dev flag. Which controls whether to allow creation of// devices.AllowDevbool `json:"allowDev,omitempty"`// AllowSuid: Allow the setuid flag.AllowSuidbool `json:"allowSuid,omitempty"`// AllowedClientsCidr: The subnet of IP addresses permitted to access the// share.AllowedClientsCidrstring `json:"allowedClientsCidr,omitempty"`// MountPermissions: Mount permissions.//// Possible values://   "MOUNT_PERMISSIONS_UNSPECIFIED" - Permissions were not specified.//   "READ" - NFS share can be mount with read-only permissions.//   "READ_WRITE" - NFS share can be mount with read-write permissions.MountPermissionsstring `json:"mountPermissions,omitempty"`// Network: The network the access point sits on.Networkstring `json:"network,omitempty"`// NfsPath: Output only. The path to access NFS, in format shareIP:/InstanceID// InstanceID is the generated ID instead of customer provided name. example// like "10.0.0.0:/g123456789-nfs001"NfsPathstring `json:"nfsPath,omitempty"`// NoRootSquash: Disable root squashing, which is a feature of NFS. Root squash// is a special mapping of the remote superuser (root) identity when using// identity authentication.NoRootSquashbool `json:"noRootSquash,omitempty"`// ShareIp: Output only. The IP address of the share on this network. Assigned// automatically during provisioning based on the network's services_cidr.ShareIpstring `json:"shareIp,omitempty"`// ForceSendFields is a list of field names (e.g. "AllowDev") 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. "AllowDev") 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:"-"`}

AllowedClient: Represents an 'access point' for the share.

func (AllowedClient)MarshalJSONadded inv0.69.0

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

typeDetachLunRequestadded inv0.79.0

type DetachLunRequest struct {// Lun: Required. Name of the Lun to detach.Lunstring `json:"lun,omitempty"`// SkipReboot: If true, performs lun unmapping without instance reboot.SkipRebootbool `json:"skipReboot,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:"-"`}

DetachLunRequest: Message for detach specific LUN from an Instance.

func (DetachLunRequest)MarshalJSONadded inv0.79.0

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

typeDisableHyperthreadingRequestadded inv0.178.0

type DisableHyperthreadingRequest struct {}

DisableHyperthreadingRequest: Message requesting to perform disablehyperthreading operation on a server.

typeDisableInteractiveSerialConsoleRequestadded inv0.98.0

type DisableInteractiveSerialConsoleRequest struct {}

DisableInteractiveSerialConsoleRequest: Message for disabling theinteractive serial console on an instance.

typeDisableInteractiveSerialConsoleResponseadded inv0.137.0

type DisableInteractiveSerialConsoleResponse struct {}

DisableInteractiveSerialConsoleResponse: Message for response ofDisableInteractiveSerialConsole.

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); }

typeEnableHyperthreadingRequestadded inv0.178.0

type EnableHyperthreadingRequest struct {}

EnableHyperthreadingRequest: Message requesting to perform enablehyperthreading operation on a server.

typeEnableInteractiveSerialConsoleRequestadded inv0.98.0

type EnableInteractiveSerialConsoleRequest struct {}

EnableInteractiveSerialConsoleRequest: Message for enabling the interactiveserial console on an instance.

typeEnableInteractiveSerialConsoleResponseadded inv0.137.0

type EnableInteractiveSerialConsoleResponse struct {}

EnableInteractiveSerialConsoleResponse: Message for response ofEnableInteractiveSerialConsole.

typeEvictLunRequestadded inv0.111.0

type EvictLunRequest struct {}

EvictLunRequest: Request for skip lun cooloff and delete it.

typeEvictVolumeRequestadded inv0.111.0

type EvictVolumeRequest struct {}

EvictVolumeRequest: Request for skip volume cooloff and delete it.

typeGoogleCloudBaremetalsolutionV2LogicalInterfaceadded inv0.82.0

type GoogleCloudBaremetalsolutionV2LogicalInterface struct {// InterfaceIndex: The index of the logical interface mapping to the index of// the hardware bond or nic on the chosen network template. This field is// deprecated.InterfaceIndexint64 `json:"interfaceIndex,omitempty"`// LogicalNetworkInterfaces: List of logical network interfaces within a// logical interface.LogicalNetworkInterfaces []*LogicalNetworkInterface `json:"logicalNetworkInterfaces,omitempty"`// Name: Interface name. This is of syntax or and forms part of the network// template name.Namestring `json:"name,omitempty"`// ForceSendFields is a list of field names (e.g. "InterfaceIndex") 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. "InterfaceIndex") 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:"-"`}

GoogleCloudBaremetalsolutionV2LogicalInterface: Each logical interfacerepresents a logical abstraction of the underlying physical interface (foreg. bond, nic) of the instance. Each logical interface can effectively mapto multiple network-IP pairs and still be mapped to one underlying physicalinterface.

func (GoogleCloudBaremetalsolutionV2LogicalInterface)MarshalJSONadded inv0.82.0

typeGoogleCloudBaremetalsolutionV2ServerNetworkTemplateLogicalInterfaceadded inv0.82.0

type GoogleCloudBaremetalsolutionV2ServerNetworkTemplateLogicalInterface struct {// Name: Interface name. This is not a globally unique identifier. Name is// unique only inside the ServerNetworkTemplate. This is of syntax or and forms// part of the network template name.Namestring `json:"name,omitempty"`// Required: If true, interface must have network connected.Requiredbool `json:"required,omitempty"`// Type: Interface type.//// Possible values://   "INTERFACE_TYPE_UNSPECIFIED" - Unspecified value.//   "BOND" - Bond interface type.//   "NIC" - NIC interface 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:"-"`}

GoogleCloudBaremetalsolutionV2ServerNetworkTemplateLogicalInterface: Logicalinterface.

func (GoogleCloudBaremetalsolutionV2ServerNetworkTemplateLogicalInterface)MarshalJSONadded inv0.82.0

typeInstance

type Instance struct {// CreateTime: Output only. Create a time stamp.CreateTimestring `json:"createTime,omitempty"`// FirmwareVersion: Output only. The firmware version for the instance.FirmwareVersionstring `json:"firmwareVersion,omitempty"`// HyperthreadingEnabled: True if you enable hyperthreading for the server,// otherwise false. The default value is false.HyperthreadingEnabledbool `json:"hyperthreadingEnabled,omitempty"`// Id: Output only. An identifier for the `Instance`, generated by the backend.Idstring `json:"id,omitempty"`// InteractiveSerialConsoleEnabled: Output only. True if the interactive serial// console feature is enabled for the instance, false otherwise. The default// value is false.InteractiveSerialConsoleEnabledbool `json:"interactiveSerialConsoleEnabled,omitempty"`// KmsKeyVersion: Optional. Name of the KMS crypto key version used to encrypt// the initial passwords. The key has to have ASYMMETRIC_DECRYPT purpose.// Format is// `projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}/// cryptoKeyVersions/{version}`.KmsKeyVersionstring `json:"kmsKeyVersion,omitempty"`// Labels: Labels as key value pairs.Labels map[string]string `json:"labels,omitempty"`// LogicalInterfaces: List of logical interfaces for the instance. The number// of logical interfaces will be the same as number of hardware bond/nic on the// chosen network template. For the non-multivlan configurations (for eg,// existing servers) that use existing default network template// (bondaa-bondaa), both the Instance.networks field and the// Instance.logical_interfaces fields will be filled to ensure backward// compatibility. For the others, only Instance.logical_interfaces will be// filled.LogicalInterfaces []*GoogleCloudBaremetalsolutionV2LogicalInterface `json:"logicalInterfaces,omitempty"`// LoginInfo: Output only. Text field about info for logging in.LoginInfostring `json:"loginInfo,omitempty"`// Luns: Immutable. List of LUNs associated with this server.Luns []*Lun `json:"luns,omitempty"`// MachineType: Immutable. The server type. Available server types// (https://cloud.google.com/bare-metal/docs/bms-planning#server_configurations)MachineTypestring `json:"machineType,omitempty"`// Name: Immutable. The resource name of this `Instance`. Resource names are// schemeless URIs that follow the conventions in//https://cloud.google.com/apis/design/resource_names. Format:// `projects/{project}/locations/{location}/instances/{instance}`Namestring `json:"name,omitempty"`// NetworkTemplate: Instance network template name. For eg, bondaa-bondaa,// bondab-nic, etc. Generally, the template name follows the syntax of "bond"// or "nic".NetworkTemplatestring `json:"networkTemplate,omitempty"`// Networks: Output only. List of networks associated with this server.Networks []*Network `json:"networks,omitempty"`// OsImage: The OS image currently installed on the server.OsImagestring `json:"osImage,omitempty"`// Pod: Immutable. Pod name. Pod is an independent part of infrastructure.// Instance can only be connected to the assets (networks, volumes) allocated// in the same pod.Podstring `json:"pod,omitempty"`// SshKeys: Optional. List of SSH Keys used during instance provisioning.SshKeys []string `json:"sshKeys,omitempty"`// State: Output only. The state of the server.//// Possible values://   "STATE_UNSPECIFIED" - The server is in an unknown state.//   "PROVISIONING" - The server is being provisioned.//   "RUNNING" - The server is running.//   "DELETED" - The server has been deleted.//   "UPDATING" - The server is being updated.//   "STARTING" - The server is starting.//   "STOPPING" - The server is stopping.//   "SHUTDOWN" - The server is shutdown.Statestring `json:"state,omitempty"`// UpdateTime: Output only. Update a time stamp.UpdateTimestring `json:"updateTime,omitempty"`// Volumes: Input only. List of Volumes to attach to this Instance on creation.// This field won't be populated in Get/List responses.Volumes []*Volume `json:"volumes,omitempty"`// WorkloadProfile: The workload profile for the instance.//// Possible values://   "WORKLOAD_PROFILE_UNSPECIFIED" - The workload profile is in an unknown// state.//   "WORKLOAD_PROFILE_GENERIC" - The workload profile is generic.//   "WORKLOAD_PROFILE_HANA" - The workload profile is hana.WorkloadProfilestring `json:"workloadProfile,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:"-"`}

Instance: A server.

func (Instance)MarshalJSON

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

typeInstanceConfigadded inv0.69.0

type InstanceConfig struct {// AccountNetworksEnabled: If true networks can be from different projects of// the same vendor account.AccountNetworksEnabledbool `json:"accountNetworksEnabled,omitempty"`// ClientNetwork: Client network address. Filled if// InstanceConfig.multivlan_config is false.ClientNetwork *NetworkAddress `json:"clientNetwork,omitempty"`// Hyperthreading: Whether the instance should be provisioned with// Hyperthreading enabled.Hyperthreadingbool `json:"hyperthreading,omitempty"`// Id: A transient unique identifier to identify an instance within an// ProvisioningConfig request.Idstring `json:"id,omitempty"`// InstanceType: Instance type. Available types// (https://cloud.google.com/bare-metal/docs/bms-planning#server_configurations)InstanceTypestring `json:"instanceType,omitempty"`// KmsKeyVersion: Name of the KMS crypto key version used to encrypt the// initial passwords. The key has to have ASYMMETRIC_DECRYPT purpose.KmsKeyVersionstring `json:"kmsKeyVersion,omitempty"`// LogicalInterfaces: List of logical interfaces for the instance. The number// of logical interfaces will be the same as number of hardware bond/nic on the// chosen network template. Filled if InstanceConfig.multivlan_config is true.LogicalInterfaces []*GoogleCloudBaremetalsolutionV2LogicalInterface `json:"logicalInterfaces,omitempty"`// Name: The name of the instance config.Namestring `json:"name,omitempty"`// NetworkConfig: The type of network configuration on the instance.//// Possible values://   "NETWORKCONFIG_UNSPECIFIED" - The unspecified network configuration.//   "SINGLE_VLAN" - Instance part of single client network and single private// network.//   "MULTI_VLAN" - Instance part of multiple (or single) client networks and// private networks.NetworkConfigstring `json:"networkConfig,omitempty"`// NetworkTemplate: Server network template name. Filled if// InstanceConfig.multivlan_config is true.NetworkTemplatestring `json:"networkTemplate,omitempty"`// OsImage: OS image to initialize the instance. Available images// (https://cloud.google.com/bare-metal/docs/bms-planning#server_configurations)OsImagestring `json:"osImage,omitempty"`// PrivateNetwork: Private network address, if any. Filled if// InstanceConfig.multivlan_config is false.PrivateNetwork *NetworkAddress `json:"privateNetwork,omitempty"`// SshKeyNames: Optional. List of names of ssh keys used to provision the// instance.SshKeyNames []string `json:"sshKeyNames,omitempty"`// UserNote: User note field, it can be used by customers to add additional// information for the BMS Ops team .UserNotestring `json:"userNote,omitempty"`// ForceSendFields is a list of field names (e.g. "AccountNetworksEnabled") 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. "AccountNetworksEnabled") 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:"-"`}

InstanceConfig: Configuration parameters for a new instance.

func (InstanceConfig)MarshalJSONadded inv0.69.0

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

typeInstanceQuotaadded inv0.69.0

type InstanceQuota struct {// AvailableMachineCount: Number of machines than can be created for the given// location and instance_type.AvailableMachineCountint64 `json:"availableMachineCount,omitempty"`// GcpService: The gcp service of the provisioning quota.GcpServicestring `json:"gcpService,omitempty"`// InstanceType: Instance type. Deprecated: use gcp_service.InstanceTypestring `json:"instanceType,omitempty"`// Location: Location where the quota applies.Locationstring `json:"location,omitempty"`// Name: Output only. The name of the instance quota.Namestring `json:"name,omitempty"`// ForceSendFields is a list of field names (e.g. "AvailableMachineCount") 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. "AvailableMachineCount") 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:"-"`}

InstanceQuota: A resource budget.

func (InstanceQuota)MarshalJSONadded inv0.69.0

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

typeIntakeVlanAttachmentadded inv0.69.0

type IntakeVlanAttachment struct {// Id: Identifier of the VLAN attachment.Idstring `json:"id,omitempty"`// PairingKey: Attachment pairing key.PairingKeystring `json:"pairingKey,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:"-"`}

IntakeVlanAttachment: A GCP vlan attachment.

func (IntakeVlanAttachment)MarshalJSONadded inv0.69.0

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

typeListInstancesResponse

type ListInstancesResponse struct {// Instances: The list of servers.Instances []*Instance `json:"instances,omitempty"`// NextPageToken: A token identifying a page of results from the server.NextPageTokenstring `json:"nextPageToken,omitempty"`// Unreachable: 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. "Instances") 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. "Instances") 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:"-"`}

ListInstancesResponse: Response message for the list of servers.

func (ListInstancesResponse)MarshalJSON

func (sListInstancesResponse) 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)

typeListLunsResponseadded inv0.60.0

type ListLunsResponse struct {// Luns: The list of luns.Luns []*Lun `json:"luns,omitempty"`// NextPageToken: A token identifying a page of results from the server.NextPageTokenstring `json:"nextPageToken,omitempty"`// Unreachable: 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. "Luns") 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. "Luns") 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:"-"`}

ListLunsResponse: Response message containing the list of storage volumeluns.

func (ListLunsResponse)MarshalJSONadded inv0.60.0

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

typeListNetworkUsageResponseadded inv0.69.0

type ListNetworkUsageResponse struct {// Networks: Networks with IPs.Networks []*NetworkUsage `json:"networks,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Networks") 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. "Networks") 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:"-"`}

ListNetworkUsageResponse: Response with Networks with IPs

func (ListNetworkUsageResponse)MarshalJSONadded inv0.69.0

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

typeListNetworksResponseadded inv0.62.0

type ListNetworksResponse struct {// Networks: The list of networks.Networks []*Network `json:"networks,omitempty"`// NextPageToken: A token identifying a page of results from the server.NextPageTokenstring `json:"nextPageToken,omitempty"`// Unreachable: 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. "Networks") 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. "Networks") 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:"-"`}

ListNetworksResponse: Response message containing the list of networks.

func (ListNetworksResponse)MarshalJSONadded inv0.62.0

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

typeListNfsSharesResponseadded inv0.69.0

type ListNfsSharesResponse struct {// NextPageToken: A token identifying a page of results from the server.NextPageTokenstring `json:"nextPageToken,omitempty"`// NfsShares: The list of NFS shares.NfsShares []*NfsShare `json:"nfsShares,omitempty"`// Unreachable: 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:"-"`}

ListNfsSharesResponse: Response message containing the list of NFS shares.

func (ListNfsSharesResponse)MarshalJSONadded inv0.69.0

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

typeListOSImagesResponseadded inv0.137.0

type ListOSImagesResponse struct {// NextPageToken: Token to retrieve the next page of results, or empty if there// are no more results in the list.NextPageTokenstring `json:"nextPageToken,omitempty"`// OsImages: The OS images available.OsImages []*OSImage `json:"osImages,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:"-"`}

ListOSImagesResponse: Request for getting all available OS images.

func (ListOSImagesResponse)MarshalJSONadded inv0.137.0

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

typeListProvisioningQuotasResponseadded inv0.69.0

type ListProvisioningQuotasResponse struct {// NextPageToken: Token to retrieve the next page of results, or empty if there// are no more results in the list.NextPageTokenstring `json:"nextPageToken,omitempty"`// ProvisioningQuotas: The provisioning quotas registered in this project.ProvisioningQuotas []*ProvisioningQuota `json:"provisioningQuotas,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:"-"`}

ListProvisioningQuotasResponse: Response message for the list ofprovisioning quotas.

func (ListProvisioningQuotasResponse)MarshalJSONadded inv0.69.0

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

typeListSSHKeysResponseadded inv0.98.0

type ListSSHKeysResponse struct {// NextPageToken: Token to retrieve the next page of results, or empty if there// are no more results in the list.NextPageTokenstring `json:"nextPageToken,omitempty"`// SshKeys: The SSH keys registered in the project.SshKeys []*SSHKey `json:"sshKeys,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:"-"`}

ListSSHKeysResponse: Message for response of ListSSHKeys.

func (ListSSHKeysResponse)MarshalJSONadded inv0.98.0

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

typeListVolumeSnapshotsResponseadded inv0.62.0

type ListVolumeSnapshotsResponse struct {// NextPageToken: A token identifying a page of results from the server.NextPageTokenstring `json:"nextPageToken,omitempty"`// Unreachable: Locations that could not be reached.Unreachable []string `json:"unreachable,omitempty"`// VolumeSnapshots: The list of snapshots.VolumeSnapshots []*VolumeSnapshot `json:"volumeSnapshots,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:"-"`}

ListVolumeSnapshotsResponse: Response message containing the list of volumesnapshots.

func (ListVolumeSnapshotsResponse)MarshalJSONadded inv0.62.0

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

typeListVolumesResponseadded inv0.55.0

type ListVolumesResponse struct {// NextPageToken: A token identifying a page of results from the server.NextPageTokenstring `json:"nextPageToken,omitempty"`// Unreachable: Locations that could not be reached.Unreachable []string `json:"unreachable,omitempty"`// Volumes: The list of storage volumes.Volumes []*Volume `json:"volumes,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:"-"`}

ListVolumesResponse: Response message containing the list of storagevolumes.

func (ListVolumesResponse)MarshalJSONadded inv0.55.0

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

typeLoadInstanceAuthInfoResponseadded inv0.154.0

type LoadInstanceAuthInfoResponse struct {// SshKeys: List of ssh keys.SshKeys []*SSHKey `json:"sshKeys,omitempty"`// UserAccounts: Map of username to the user account info.UserAccounts map[string]UserAccount `json:"userAccounts,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "SshKeys") 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. "SshKeys") 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:"-"`}

LoadInstanceAuthInfoResponse: Response for LoadInstanceAuthInfo.

func (LoadInstanceAuthInfoResponse)MarshalJSONadded inv0.154.0

func (sLoadInstanceAuthInfoResponse) 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)

typeLogicalNetworkInterfaceadded inv0.82.0

type LogicalNetworkInterface struct {// DefaultGateway: Whether this interface is the default gateway for the// instance. Only one interface can be the default gateway for the instance.DefaultGatewaybool `json:"defaultGateway,omitempty"`// Id: An identifier for the `Network`, generated by the backend.Idstring `json:"id,omitempty"`// IpAddress: IP address in the networkIpAddressstring `json:"ipAddress,omitempty"`// Network: Name of the networkNetworkstring `json:"network,omitempty"`// NetworkType: Type of network.//// Possible values://   "TYPE_UNSPECIFIED" - Unspecified value.//   "CLIENT" - Client network, a network peered to a Google Cloud VPC.//   "PRIVATE" - Private network, a network local to the Bare Metal Solution// environment.NetworkTypestring `json:"networkType,omitempty"`// ForceSendFields is a list of field names (e.g. "DefaultGateway") 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. "DefaultGateway") 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:"-"`}

LogicalNetworkInterface: Each logical network interface is effectively anetwork and IP pair.

func (LogicalNetworkInterface)MarshalJSONadded inv0.82.0

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

typeLun

type Lun struct {// BootLun: Display if this LUN is a boot LUN.BootLunbool `json:"bootLun,omitempty"`// ExpireTime: Output only. Time after which LUN will be fully deleted. It is// filled only for LUNs in COOL_OFF state.ExpireTimestring `json:"expireTime,omitempty"`// Id: An identifier for the LUN, generated by the backend.Idstring `json:"id,omitempty"`// Instances: Output only. Instances this Lun is attached to.Instances []string `json:"instances,omitempty"`// MultiprotocolType: The LUN multiprotocol type ensures the characteristics of// the LUN are optimized for each operating system.//// Possible values://   "MULTIPROTOCOL_TYPE_UNSPECIFIED" - Server has no OS specified.//   "LINUX" - Server with Linux OS.MultiprotocolTypestring `json:"multiprotocolType,omitempty"`// Name: Output only. The name of the LUN.Namestring `json:"name,omitempty"`// Shareable: Display if this LUN can be shared between multiple physical// servers.Shareablebool `json:"shareable,omitempty"`// SizeGb: The size of this LUN, in GiB.SizeGbint64 `json:"sizeGb,omitempty,string"`// State: The state of this storage volume.//// Possible values://   "STATE_UNSPECIFIED" - The LUN is in an unknown state.//   "CREATING" - The LUN is being created.//   "UPDATING" - The LUN is being updated.//   "READY" - The LUN is ready for use.//   "DELETING" - The LUN has been requested to be deleted.//   "COOL_OFF" - The LUN is in cool off state. It will be deleted after// `expire_time`.Statestring `json:"state,omitempty"`// StorageType: The storage type for this LUN.//// Possible values://   "STORAGE_TYPE_UNSPECIFIED" - The storage type for this LUN is unknown.//   "SSD" - This storage type for this LUN is SSD.//   "HDD" - This storage type for this LUN is HDD.StorageTypestring `json:"storageType,omitempty"`// StorageVolume: Display the storage volume for this LUN.StorageVolumestring `json:"storageVolume,omitempty"`// Wwid: The WWID for this LUN.Wwidstring `json:"wwid,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "BootLun") 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. "BootLun") 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:"-"`}

Lun: A storage volume logical unit number (LUN).

func (Lun)MarshalJSON

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

typeLunRangeadded inv0.69.0

type LunRange struct {// Quantity: Number of LUNs to create.Quantityint64 `json:"quantity,omitempty"`// SizeGb: The requested size of each LUN, in GB.SizeGbint64 `json:"sizeGb,omitempty"`// ForceSendFields is a list of field names (e.g. "Quantity") 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. "Quantity") 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:"-"`}

LunRange: A LUN(Logical Unit Number) range.

func (LunRange)MarshalJSONadded inv0.69.0

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

typeNetwork

type Network struct {// Cidr: The cidr of the Network.Cidrstring `json:"cidr,omitempty"`// GatewayIp: Output only. Gateway ip address.GatewayIpstring `json:"gatewayIp,omitempty"`// Id: An identifier for the `Network`, generated by the backend.Idstring `json:"id,omitempty"`// IpAddress: IP address configured.IpAddressstring `json:"ipAddress,omitempty"`// JumboFramesEnabled: Whether network uses standard frames or jumbo ones.JumboFramesEnabledbool `json:"jumboFramesEnabled,omitempty"`// Labels: Labels as key value pairs.Labels map[string]string `json:"labels,omitempty"`// MacAddress: List of physical interfaces.MacAddress []string `json:"macAddress,omitempty"`// MountPoints: Input only. List of mount points to attach the network to.MountPoints []*NetworkMountPoint `json:"mountPoints,omitempty"`// Name: Output only. The resource name of this `Network`. Resource names are// schemeless URIs that follow the conventions in//https://cloud.google.com/apis/design/resource_names. Format:// `projects/{project}/locations/{location}/networks/{network}`Namestring `json:"name,omitempty"`// Pod: Immutable. Pod name. Pod is an independent part of infrastructure.// Network can only be connected to the assets (instances, nfsshares) allocated// in the same pod.Podstring `json:"pod,omitempty"`// Reservations: List of IP address reservations in this network. When updating// this field, an error will be generated if a reservation conflicts with an IP// address already allocated to a physical server.Reservations []*NetworkAddressReservation `json:"reservations,omitempty"`// ServicesCidr: IP range for reserved for services (e.g. NFS).ServicesCidrstring `json:"servicesCidr,omitempty"`// State: The Network state.//// Possible values://   "STATE_UNSPECIFIED" - The Network is in an unknown state.//   "PROVISIONING" - The Network is provisioning.//   "PROVISIONED" - The Network has been provisioned.//   "DEPROVISIONING" - The Network is being deprovisioned.//   "UPDATING" - The Network is being updated.Statestring `json:"state,omitempty"`// Type: The type of this network.//// Possible values://   "TYPE_UNSPECIFIED" - Unspecified value.//   "CLIENT" - Client network, a network peered to a Google Cloud VPC.//   "PRIVATE" - Private network, a network local to the Bare Metal Solution// environment.Typestring `json:"type,omitempty"`// VlanId: The vlan id of the Network.VlanIdstring `json:"vlanId,omitempty"`// Vrf: The Vrf for the Network. Use this only if a new Vrf needs to be// created.Vrf *VRF `json:"vrf,omitempty"`// VrfAttachment: Optional. The name of a pre-existing Vrf that the network// should be attached to. Format is `vrfs/{vrf}`.VrfAttachmentstring `json:"vrfAttachment,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Cidr") 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. "Cidr") 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:"-"`}

Network: A Network.

func (Network)MarshalJSON

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

typeNetworkAddressadded inv0.69.0

type NetworkAddress struct {// Address: IPv4 address to be assigned to the server.Addressstring `json:"address,omitempty"`// ExistingNetworkId: Name of the existing network to use.ExistingNetworkIdstring `json:"existingNetworkId,omitempty"`// NetworkId: Id of the network to use, within the same ProvisioningConfig// request.NetworkIdstring `json:"networkId,omitempty"`// ForceSendFields is a list of field names (e.g. "Address") 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. "Address") 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:"-"`}

NetworkAddress: A network.

func (NetworkAddress)MarshalJSONadded inv0.69.0

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

typeNetworkAddressReservationadded inv0.79.0

type NetworkAddressReservation struct {// EndAddress: The last address of this reservation block, inclusive. I.e., for// cases when reservations are only single addresses, end_address and// start_address will be the same. Must be specified as a single IPv4 address,// e.g. 10.1.2.2.EndAddressstring `json:"endAddress,omitempty"`// Note: A note about this reservation, intended for human consumption.Notestring `json:"note,omitempty"`// StartAddress: The first address of this reservation block. Must be specified// as a single IPv4 address, e.g. 10.1.2.2.StartAddressstring `json:"startAddress,omitempty"`// ForceSendFields is a list of field names (e.g. "EndAddress") 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. "EndAddress") 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:"-"`}

NetworkAddressReservation: A reservation of one or more addresses in anetwork.

func (NetworkAddressReservation)MarshalJSONadded inv0.79.0

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

typeNetworkConfigadded inv0.69.0

type NetworkConfig struct {// Bandwidth: Interconnect bandwidth. Set only when type is CLIENT.//// Possible values://   "BANDWIDTH_UNSPECIFIED" - Unspecified value.//   "BW_1_GBPS" - 1 Gbps.//   "BW_2_GBPS" - 2 Gbps.//   "BW_5_GBPS" - 5 Gbps.//   "BW_10_GBPS" - 10 Gbps.Bandwidthstring `json:"bandwidth,omitempty"`// Cidr: CIDR range of the network.Cidrstring `json:"cidr,omitempty"`// GcpService: The GCP service of the network. Available gcp_service are in//https://cloud.google.com/bare-metal/docs/bms-planning.GcpServicestring `json:"gcpService,omitempty"`// Id: A transient unique identifier to identify a volume within an// ProvisioningConfig request.Idstring `json:"id,omitempty"`// JumboFramesEnabled: The JumboFramesEnabled option for customer to set.JumboFramesEnabledbool `json:"jumboFramesEnabled,omitempty"`// Name: Output only. The name of the network config.Namestring `json:"name,omitempty"`// ServiceCidr: Service CIDR, if any.//// Possible values://   "SERVICE_CIDR_UNSPECIFIED" - Unspecified value.//   "DISABLED" - Services are disabled for the given network.//   "HIGH_26" - Use the highest /26 block of the network to host services.//   "HIGH_27" - Use the highest /27 block of the network to host services.//   "HIGH_28" - Use the highest /28 block of the network to host services.ServiceCidrstring `json:"serviceCidr,omitempty"`// Type: The type of this network, either Client or Private.//// Possible values://   "TYPE_UNSPECIFIED" - Unspecified value.//   "CLIENT" - Client network, that is a network peered to a GCP VPC.//   "PRIVATE" - Private network, that is a network local to the BMS POD.Typestring `json:"type,omitempty"`// UserNote: User note field, it can be used by customers to add additional// information for the BMS Ops team .UserNotestring `json:"userNote,omitempty"`// VlanAttachments: List of VLAN attachments. As of now there are always 2// attachments, but it is going to change in the future (multi vlan). Use only// one of vlan_attachments or vrfVlanAttachments []*IntakeVlanAttachment `json:"vlanAttachments,omitempty"`// VlanSameProject: Whether the VLAN attachment pair is located in the same// project.VlanSameProjectbool `json:"vlanSameProject,omitempty"`// Vrf: Optional. The name of a pre-existing Vrf that the network should be// attached to. Format is `vrfs/{vrf}`. If vrf is specified, vlan_attachments// must be empty.Vrfstring `json:"vrf,omitempty"`// ForceSendFields is a list of field names (e.g. "Bandwidth") 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. "Bandwidth") 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:"-"`}

NetworkConfig: Configuration parameters for a new network.

func (NetworkConfig)MarshalJSONadded inv0.69.0

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

typeNetworkMountPointadded inv0.95.0

type NetworkMountPoint struct {// DefaultGateway: Network should be a default gateway.DefaultGatewaybool `json:"defaultGateway,omitempty"`// Instance: Instance to attach network to.Instancestring `json:"instance,omitempty"`// IpAddress: Ip address of the server.IpAddressstring `json:"ipAddress,omitempty"`// LogicalInterface: Logical interface to detach from.LogicalInterfacestring `json:"logicalInterface,omitempty"`// ForceSendFields is a list of field names (e.g. "DefaultGateway") 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. "DefaultGateway") 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:"-"`}

NetworkMountPoint: Mount point for a network.

func (NetworkMountPoint)MarshalJSONadded inv0.95.0

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

typeNetworkUsageadded inv0.69.0

type NetworkUsage struct {// Network: Network.Network *Network `json:"network,omitempty"`// UsedIps: All used IP addresses in this network.UsedIps []string `json:"usedIps,omitempty"`// ForceSendFields is a list of field names (e.g. "Network") 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. "Network") 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:"-"`}

NetworkUsage: Network with all used IP addresses.

func (NetworkUsage)MarshalJSONadded inv0.69.0

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

typeNfsExportadded inv0.69.0

type NfsExport struct {// AllowDev: Allow dev flag in NfsShare AllowedClientsRequest.AllowDevbool `json:"allowDev,omitempty"`// AllowSuid: Allow the setuid flag.AllowSuidbool `json:"allowSuid,omitempty"`// Cidr: A CIDR range.Cidrstring `json:"cidr,omitempty"`// MachineId: Either a single machine, identified by an ID, or a// comma-separated list of machine IDs.MachineIdstring `json:"machineId,omitempty"`// NetworkId: Network to use to publish the export.NetworkIdstring `json:"networkId,omitempty"`// NoRootSquash: Disable root squashing, which is a feature of NFS. Root squash// is a special mapping of the remote superuser (root) identity when using// identity authentication.NoRootSquashbool `json:"noRootSquash,omitempty"`// Permissions: Export permissions.//// Possible values://   "PERMISSIONS_UNSPECIFIED" - Unspecified value.//   "READ_ONLY" - Read-only permission.//   "READ_WRITE" - Read-write permission.Permissionsstring `json:"permissions,omitempty"`// ForceSendFields is a list of field names (e.g. "AllowDev") 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. "AllowDev") 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:"-"`}

NfsExport: A NFS export entry.

func (NfsExport)MarshalJSONadded inv0.69.0

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

typeNfsShareadded inv0.69.0

type NfsShare struct {// AllowedClients: List of allowed access points.AllowedClients []*AllowedClient `json:"allowedClients,omitempty"`// Id: Output only. An identifier for the NFS share, generated by the backend.// This is the same value as nfs_share_id and will replace it in the future.Idstring `json:"id,omitempty"`// Labels: Labels as key value pairs.Labels map[string]string `json:"labels,omitempty"`// Name: Immutable. The name of the NFS share.Namestring `json:"name,omitempty"`// NfsShareId: Output only. An identifier for the NFS share, generated by the// backend. This field will be deprecated in the future, use `id` instead.NfsShareIdstring `json:"nfsShareId,omitempty"`// Pod: Immutable. Pod name. Pod is an independent part of infrastructure.// NFSShare can only be connected to the assets (networks, instances) allocated// in the same pod.Podstring `json:"pod,omitempty"`// RequestedSizeGib: The requested size, in GiB.RequestedSizeGibint64 `json:"requestedSizeGib,omitempty,string"`// State: Output only. The state of the NFS share.//// Possible values://   "STATE_UNSPECIFIED" - The share is in an unknown state.//   "PROVISIONED" - The share has been provisioned.//   "CREATING" - The NFS Share is being created.//   "UPDATING" - The NFS Share is being updated.//   "DELETING" - The NFS Share has been requested to be deleted.Statestring `json:"state,omitempty"`// StorageType: Immutable. The storage type of the underlying volume.//// Possible values://   "STORAGE_TYPE_UNSPECIFIED" - The storage type for this volume is unknown.//   "SSD" - The storage type for this volume is SSD.//   "HDD" - This storage type for this volume is HDD.StorageTypestring `json:"storageType,omitempty"`// Volume: Output only. The underlying volume of the share. Created// automatically during provisioning.Volumestring `json:"volume,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "AllowedClients") 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. "AllowedClients") 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:"-"`}

NfsShare: An NFS share.

func (NfsShare)MarshalJSONadded inv0.69.0

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

typeOSImageadded inv0.75.0

type OSImage struct {// ApplicableInstanceTypes: Instance types this image is applicable to.// Available types// (https://cloud.google.com/bare-metal/docs/bms-planning#server_configurations)ApplicableInstanceTypes []string `json:"applicableInstanceTypes,omitempty"`// Code: OS Image code.Codestring `json:"code,omitempty"`// Description: OS Image description.Descriptionstring `json:"description,omitempty"`// Name: Output only. OS Image's unique name.Namestring `json:"name,omitempty"`// SupportedNetworkTemplates: Network templates that can be used with this OS// Image.SupportedNetworkTemplates []string `json:"supportedNetworkTemplates,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "ApplicableInstanceTypes") 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. "ApplicableInstanceTypes") 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:"-"`}

OSImage: Operation System image.

func (OSImage)MarshalJSONadded inv0.75.0

func (sOSImage) 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)

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 "baremetalsolution.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.

typeProjectsLocationsInstancesDetachLunCalladded inv0.79.0

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

func (*ProjectsLocationsInstancesDetachLunCall)Contextadded inv0.79.0

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

func (*ProjectsLocationsInstancesDetachLunCall)Doadded inv0.79.0

Do executes the "baremetalsolution.projects.locations.instances.detachLun" 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 (*ProjectsLocationsInstancesDetachLunCall)Fieldsadded inv0.79.0

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

func (*ProjectsLocationsInstancesDetachLunCall)Headeradded inv0.79.0

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

typeProjectsLocationsInstancesDisableHyperthreadingCalladded inv0.178.0

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

func (*ProjectsLocationsInstancesDisableHyperthreadingCall)Contextadded inv0.178.0

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

func (*ProjectsLocationsInstancesDisableHyperthreadingCall)Doadded inv0.178.0

Do executes the "baremetalsolution.projects.locations.instances.disableHyperthreading" 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 (*ProjectsLocationsInstancesDisableHyperthreadingCall)Fieldsadded inv0.178.0

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

func (*ProjectsLocationsInstancesDisableHyperthreadingCall)Headeradded inv0.178.0

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

typeProjectsLocationsInstancesDisableInteractiveSerialConsoleCalladded inv0.98.0

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

func (*ProjectsLocationsInstancesDisableInteractiveSerialConsoleCall)Contextadded inv0.98.0

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

func (*ProjectsLocationsInstancesDisableInteractiveSerialConsoleCall)Doadded inv0.98.0

Do executes the "baremetalsolution.projects.locations.instances.disableInteractiveSerialConsole" 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 (*ProjectsLocationsInstancesDisableInteractiveSerialConsoleCall)Fieldsadded inv0.98.0

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

func (*ProjectsLocationsInstancesDisableInteractiveSerialConsoleCall)Headeradded inv0.98.0

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

typeProjectsLocationsInstancesEnableHyperthreadingCalladded inv0.178.0

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

func (*ProjectsLocationsInstancesEnableHyperthreadingCall)Contextadded inv0.178.0

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

func (*ProjectsLocationsInstancesEnableHyperthreadingCall)Doadded inv0.178.0

Do executes the "baremetalsolution.projects.locations.instances.enableHyperthreading" 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 (*ProjectsLocationsInstancesEnableHyperthreadingCall)Fieldsadded inv0.178.0

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

func (*ProjectsLocationsInstancesEnableHyperthreadingCall)Headeradded inv0.178.0

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

typeProjectsLocationsInstancesEnableInteractiveSerialConsoleCalladded inv0.98.0

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

func (*ProjectsLocationsInstancesEnableInteractiveSerialConsoleCall)Contextadded inv0.98.0

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

func (*ProjectsLocationsInstancesEnableInteractiveSerialConsoleCall)Doadded inv0.98.0

Do executes the "baremetalsolution.projects.locations.instances.enableInteractiveSerialConsole" 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 (*ProjectsLocationsInstancesEnableInteractiveSerialConsoleCall)Fieldsadded inv0.98.0

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

func (*ProjectsLocationsInstancesEnableInteractiveSerialConsoleCall)Headeradded inv0.98.0

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

typeProjectsLocationsInstancesGetCall

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

func (*ProjectsLocationsInstancesGetCall)Context

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

func (*ProjectsLocationsInstancesGetCall)Do

Do executes the "baremetalsolution.projects.locations.instances.get" call.Any non-2xx status code is an error. Response headers are in either*Instance.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 (*ProjectsLocationsInstancesGetCall)Fields

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

func (*ProjectsLocationsInstancesGetCall)Header

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

func (*ProjectsLocationsInstancesGetCall)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.

typeProjectsLocationsInstancesListCall

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

func (*ProjectsLocationsInstancesListCall)Context

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

func (*ProjectsLocationsInstancesListCall)Do

Do executes the "baremetalsolution.projects.locations.instances.list" call.Any non-2xx status code is an error. Response headers are in either*ListInstancesResponse.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 (*ProjectsLocationsInstancesListCall)Fields

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

func (*ProjectsLocationsInstancesListCall)Filter

Filter sets the optional parameter "filter": List filter.

func (*ProjectsLocationsInstancesListCall)Header

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

func (*ProjectsLocationsInstancesListCall)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 (*ProjectsLocationsInstancesListCall)PageSize

PageSize sets the optional parameter "pageSize": Requested page size. Servermay return fewer items than requested. If unspecified, the server will pickan appropriate default.

func (*ProjectsLocationsInstancesListCall)PageToken

PageToken sets the optional parameter "pageToken": A token identifying apage of results from the server.

func (*ProjectsLocationsInstancesListCall)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.

typeProjectsLocationsInstancesLoadAuthInfoCalladded inv0.154.0

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

func (*ProjectsLocationsInstancesLoadAuthInfoCall)Contextadded inv0.154.0

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

func (*ProjectsLocationsInstancesLoadAuthInfoCall)Doadded inv0.154.0

Do executes the "baremetalsolution.projects.locations.instances.loadAuthInfo" call.Any non-2xx status code is an error. Response headers are in either*LoadInstanceAuthInfoResponse.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 (*ProjectsLocationsInstancesLoadAuthInfoCall)Fieldsadded inv0.154.0

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

func (*ProjectsLocationsInstancesLoadAuthInfoCall)Headeradded inv0.154.0

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

func (*ProjectsLocationsInstancesLoadAuthInfoCall)IfNoneMatchadded inv0.154.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.

typeProjectsLocationsInstancesPatchCalladded inv0.69.0

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

func (*ProjectsLocationsInstancesPatchCall)Contextadded inv0.69.0

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

func (*ProjectsLocationsInstancesPatchCall)Doadded inv0.69.0

Do executes the "baremetalsolution.projects.locations.instances.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 (*ProjectsLocationsInstancesPatchCall)Fieldsadded inv0.69.0

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

func (*ProjectsLocationsInstancesPatchCall)Headeradded inv0.69.0

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

func (*ProjectsLocationsInstancesPatchCall)UpdateMaskadded inv0.69.0

UpdateMask sets the optional parameter "updateMask": The list of fields toupdate. The currently supported fields are: `labels``hyperthreading_enabled` `os_image` `ssh_keys` `kms_key_version`

typeProjectsLocationsInstancesReimageCalladded inv0.178.0

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

func (*ProjectsLocationsInstancesReimageCall)Contextadded inv0.178.0

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

func (*ProjectsLocationsInstancesReimageCall)Doadded inv0.178.0

Do executes the "baremetalsolution.projects.locations.instances.reimage" 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 (*ProjectsLocationsInstancesReimageCall)Fieldsadded inv0.178.0

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

func (*ProjectsLocationsInstancesReimageCall)Headeradded inv0.178.0

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

typeProjectsLocationsInstancesRenameCalladded inv0.111.0

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

func (*ProjectsLocationsInstancesRenameCall)Contextadded inv0.111.0

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

func (*ProjectsLocationsInstancesRenameCall)Doadded inv0.111.0

Do executes the "baremetalsolution.projects.locations.instances.rename" call.Any non-2xx status code is an error. Response headers are in either*Instance.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 (*ProjectsLocationsInstancesRenameCall)Fieldsadded inv0.111.0

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

func (*ProjectsLocationsInstancesRenameCall)Headeradded inv0.111.0

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

typeProjectsLocationsInstancesResetCalladded inv0.62.0

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

func (*ProjectsLocationsInstancesResetCall)Contextadded inv0.62.0

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

func (*ProjectsLocationsInstancesResetCall)Doadded inv0.62.0

Do executes the "baremetalsolution.projects.locations.instances.reset" 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 (*ProjectsLocationsInstancesResetCall)Fieldsadded inv0.62.0

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

func (*ProjectsLocationsInstancesResetCall)Headeradded inv0.62.0

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

typeProjectsLocationsInstancesService

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

funcNewProjectsLocationsInstancesService

func NewProjectsLocationsInstancesService(s *Service) *ProjectsLocationsInstancesService

func (*ProjectsLocationsInstancesService)DetachLunadded inv0.79.0

DetachLun: Detach LUN from Instance.

- instance: Name of the instance.

func (*ProjectsLocationsInstancesService)DisableHyperthreadingadded inv0.178.0

DisableHyperthreading: Perform disable hyperthreading operation on a singleserver.

  • name: The `name` field is used to identify the instance. Format:projects/{project}/locations/{location}/instances/{instance}.

func (*ProjectsLocationsInstancesService)DisableInteractiveSerialConsoleadded inv0.98.0

func (r *ProjectsLocationsInstancesService) DisableInteractiveSerialConsole(namestring, disableinteractiveserialconsolerequest *DisableInteractiveSerialConsoleRequest) *ProjectsLocationsInstancesDisableInteractiveSerialConsoleCall

DisableInteractiveSerialConsole: Disable the interactive serial consolefeature on an instance.

- name: Name of the resource.

func (*ProjectsLocationsInstancesService)EnableHyperthreadingadded inv0.178.0

EnableHyperthreading: Perform enable hyperthreading operation on a singleserver.

  • name: The `name` field is used to identify the instance. Format:projects/{project}/locations/{location}/instances/{instance}.

func (*ProjectsLocationsInstancesService)EnableInteractiveSerialConsoleadded inv0.98.0

EnableInteractiveSerialConsole: Enable the interactive serial consolefeature on an instance.

- name: Name of the resource.

func (*ProjectsLocationsInstancesService)Get

Get: Get details about a single server.

- name: Name of the resource.

func (*ProjectsLocationsInstancesService)List

List: List servers in a given project and location.

- parent: Parent value for ListInstancesRequest.

func (*ProjectsLocationsInstancesService)LoadAuthInfoadded inv0.154.0

LoadAuthInfo: Load auth info for a server.

- name: Name of the server.

func (*ProjectsLocationsInstancesService)Patchadded inv0.69.0

Patch: Update details of a single server.

func (*ProjectsLocationsInstancesService)Reimageadded inv0.178.0

Reimage: Perform reimage operation on a single server.

  • name: The `name` field is used to identify the instance. Format:projects/{project}/locations/{location}/instances/{instance}.

func (*ProjectsLocationsInstancesService)Renameadded inv0.111.0

Rename: RenameInstance sets a new name for an instance. Use with caution,previous names become immediately invalidated.

  • name: The `name` field is used to identify the instance. Format:projects/{project}/locations/{location}/instances/{instance}.

func (*ProjectsLocationsInstancesService)Resetadded inv0.62.0

Reset: Perform an ungraceful, hard reset on a server. Equivalent to shuttingthe power off and then turning it back on.

- name: Name of the resource.

func (*ProjectsLocationsInstancesService)Startadded inv0.69.0

Start: Starts a server that was shutdown.

- name: Name of the resource.

func (*ProjectsLocationsInstancesService)Stopadded inv0.76.0

Stop: Stop a running server.

- name: Name of the resource.

typeProjectsLocationsInstancesStartCalladded inv0.69.0

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

func (*ProjectsLocationsInstancesStartCall)Contextadded inv0.69.0

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

func (*ProjectsLocationsInstancesStartCall)Doadded inv0.69.0

Do executes the "baremetalsolution.projects.locations.instances.start" 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 (*ProjectsLocationsInstancesStartCall)Fieldsadded inv0.69.0

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

func (*ProjectsLocationsInstancesStartCall)Headeradded inv0.69.0

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

typeProjectsLocationsInstancesStopCalladded inv0.76.0

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

func (*ProjectsLocationsInstancesStopCall)Contextadded inv0.76.0

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

func (*ProjectsLocationsInstancesStopCall)Doadded inv0.76.0

Do executes the "baremetalsolution.projects.locations.instances.stop" 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 (*ProjectsLocationsInstancesStopCall)Fieldsadded inv0.76.0

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

func (*ProjectsLocationsInstancesStopCall)Headeradded inv0.76.0

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

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 "baremetalsolution.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.230.0

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

ExtraLocationTypes sets the optional parameter "extraLocationTypes": Unlessexplicitly documented otherwise, don't use this unsupported field which isprimarily intended 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.

typeProjectsLocationsNetworksGetCalladded inv0.62.0

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

func (*ProjectsLocationsNetworksGetCall)Contextadded inv0.62.0

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

func (*ProjectsLocationsNetworksGetCall)Doadded inv0.62.0

Do executes the "baremetalsolution.projects.locations.networks.get" call.Any non-2xx status code is an error. Response headers are in either*Network.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 (*ProjectsLocationsNetworksGetCall)Fieldsadded inv0.62.0

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

func (*ProjectsLocationsNetworksGetCall)Headeradded inv0.62.0

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

func (*ProjectsLocationsNetworksGetCall)IfNoneMatchadded inv0.62.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.

typeProjectsLocationsNetworksListCalladded inv0.62.0

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

func (*ProjectsLocationsNetworksListCall)Contextadded inv0.62.0

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

func (*ProjectsLocationsNetworksListCall)Doadded inv0.62.0

Do executes the "baremetalsolution.projects.locations.networks.list" call.Any non-2xx status code is an error. Response headers are in either*ListNetworksResponse.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 (*ProjectsLocationsNetworksListCall)Fieldsadded inv0.62.0

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

func (*ProjectsLocationsNetworksListCall)Filteradded inv0.69.0

Filter sets the optional parameter "filter": List filter.

func (*ProjectsLocationsNetworksListCall)Headeradded inv0.62.0

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

func (*ProjectsLocationsNetworksListCall)IfNoneMatchadded inv0.62.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 (*ProjectsLocationsNetworksListCall)PageSizeadded inv0.62.0

PageSize sets the optional parameter "pageSize": Requested page size. Theserver might return fewer items than requested. If unspecified, server willpick an appropriate default.

func (*ProjectsLocationsNetworksListCall)PageTokenadded inv0.62.0

PageToken sets the optional parameter "pageToken": A token identifying apage of results from the server.

func (*ProjectsLocationsNetworksListCall)Pagesadded inv0.62.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.

typeProjectsLocationsNetworksListNetworkUsageCalladded inv0.69.0

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

func (*ProjectsLocationsNetworksListNetworkUsageCall)Contextadded inv0.69.0

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

func (*ProjectsLocationsNetworksListNetworkUsageCall)Doadded inv0.69.0

Do executes the "baremetalsolution.projects.locations.networks.listNetworkUsage" call.Any non-2xx status code is an error. Response headers are in either*ListNetworkUsageResponse.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 (*ProjectsLocationsNetworksListNetworkUsageCall)Fieldsadded inv0.69.0

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

func (*ProjectsLocationsNetworksListNetworkUsageCall)Headeradded inv0.69.0

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

func (*ProjectsLocationsNetworksListNetworkUsageCall)IfNoneMatchadded inv0.69.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.

typeProjectsLocationsNetworksPatchCalladded inv0.69.0

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

func (*ProjectsLocationsNetworksPatchCall)Contextadded inv0.69.0

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

func (*ProjectsLocationsNetworksPatchCall)Doadded inv0.69.0

Do executes the "baremetalsolution.projects.locations.networks.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 (*ProjectsLocationsNetworksPatchCall)Fieldsadded inv0.69.0

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

func (*ProjectsLocationsNetworksPatchCall)Headeradded inv0.69.0

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

func (*ProjectsLocationsNetworksPatchCall)UpdateMaskadded inv0.69.0

UpdateMask sets the optional parameter "updateMask": The list of fields toupdate. The only currently supported fields are: `labels`, `reservations`,`vrf.vlan_attachments`

typeProjectsLocationsNetworksRenameCalladded inv0.114.0

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

func (*ProjectsLocationsNetworksRenameCall)Contextadded inv0.114.0

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

func (*ProjectsLocationsNetworksRenameCall)Doadded inv0.114.0

Do executes the "baremetalsolution.projects.locations.networks.rename" call.Any non-2xx status code is an error. Response headers are in either*Network.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 (*ProjectsLocationsNetworksRenameCall)Fieldsadded inv0.114.0

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

func (*ProjectsLocationsNetworksRenameCall)Headeradded inv0.114.0

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

typeProjectsLocationsNetworksServiceadded inv0.62.0

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

funcNewProjectsLocationsNetworksServiceadded inv0.62.0

func NewProjectsLocationsNetworksService(s *Service) *ProjectsLocationsNetworksService

func (*ProjectsLocationsNetworksService)Getadded inv0.62.0

Get: Get details of a single network.

- name: Name of the resource.

func (*ProjectsLocationsNetworksService)Listadded inv0.62.0

List: List network in a given project and location.

- parent: Parent value for ListNetworksRequest.

func (*ProjectsLocationsNetworksService)ListNetworkUsageadded inv0.69.0

ListNetworkUsage: List all Networks (and used IPs for each Network) in thevendor account associated with the specified project.

- location: Parent value (project and location).

func (*ProjectsLocationsNetworksService)Patchadded inv0.69.0

Patch: Update details of a single network.

func (*ProjectsLocationsNetworksService)Renameadded inv0.114.0

Rename: RenameNetwork sets a new name for a network. Use with caution,previous names become immediately invalidated.

  • name: The `name` field is used to identify the network. Format:projects/{project}/locations/{location}/networks/{network}.

typeProjectsLocationsNfsSharesCreateCalladded inv0.95.0

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

func (*ProjectsLocationsNfsSharesCreateCall)Contextadded inv0.95.0

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

func (*ProjectsLocationsNfsSharesCreateCall)Doadded inv0.95.0

Do executes the "baremetalsolution.projects.locations.nfsShares.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 (*ProjectsLocationsNfsSharesCreateCall)Fieldsadded inv0.95.0

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

func (*ProjectsLocationsNfsSharesCreateCall)Headeradded inv0.95.0

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

typeProjectsLocationsNfsSharesDeleteCalladded inv0.95.0

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

func (*ProjectsLocationsNfsSharesDeleteCall)Contextadded inv0.95.0

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

func (*ProjectsLocationsNfsSharesDeleteCall)Doadded inv0.95.0

Do executes the "baremetalsolution.projects.locations.nfsShares.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 (*ProjectsLocationsNfsSharesDeleteCall)Fieldsadded inv0.95.0

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

func (*ProjectsLocationsNfsSharesDeleteCall)Headeradded inv0.95.0

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

typeProjectsLocationsNfsSharesGetCalladded inv0.69.0

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

func (*ProjectsLocationsNfsSharesGetCall)Contextadded inv0.69.0

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

func (*ProjectsLocationsNfsSharesGetCall)Doadded inv0.69.0

Do executes the "baremetalsolution.projects.locations.nfsShares.get" call.Any non-2xx status code is an error. Response headers are in either*NfsShare.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 (*ProjectsLocationsNfsSharesGetCall)Fieldsadded inv0.69.0

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

func (*ProjectsLocationsNfsSharesGetCall)Headeradded inv0.69.0

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

func (*ProjectsLocationsNfsSharesGetCall)IfNoneMatchadded inv0.69.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.

typeProjectsLocationsNfsSharesListCalladded inv0.69.0

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

func (*ProjectsLocationsNfsSharesListCall)Contextadded inv0.69.0

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

func (*ProjectsLocationsNfsSharesListCall)Doadded inv0.69.0

Do executes the "baremetalsolution.projects.locations.nfsShares.list" call.Any non-2xx status code is an error. Response headers are in either*ListNfsSharesResponse.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 (*ProjectsLocationsNfsSharesListCall)Fieldsadded inv0.69.0

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

func (*ProjectsLocationsNfsSharesListCall)Filteradded inv0.69.0

Filter sets the optional parameter "filter": List filter.

func (*ProjectsLocationsNfsSharesListCall)Headeradded inv0.69.0

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

func (*ProjectsLocationsNfsSharesListCall)IfNoneMatchadded inv0.69.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 (*ProjectsLocationsNfsSharesListCall)PageSizeadded inv0.69.0

PageSize sets the optional parameter "pageSize": Requested page size. Theserver might return fewer items than requested. If unspecified, server willpick an appropriate default.

func (*ProjectsLocationsNfsSharesListCall)PageTokenadded inv0.69.0

PageToken sets the optional parameter "pageToken": A token identifying apage of results from the server.

func (*ProjectsLocationsNfsSharesListCall)Pagesadded inv0.69.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.

typeProjectsLocationsNfsSharesPatchCalladded inv0.69.0

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

func (*ProjectsLocationsNfsSharesPatchCall)Contextadded inv0.69.0

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

func (*ProjectsLocationsNfsSharesPatchCall)Doadded inv0.69.0

Do executes the "baremetalsolution.projects.locations.nfsShares.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 (*ProjectsLocationsNfsSharesPatchCall)Fieldsadded inv0.69.0

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

func (*ProjectsLocationsNfsSharesPatchCall)Headeradded inv0.69.0

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

func (*ProjectsLocationsNfsSharesPatchCall)UpdateMaskadded inv0.69.0

UpdateMask sets the optional parameter "updateMask": The list of fields toupdate. The only currently supported fields are: `labels` `allowed_clients`

typeProjectsLocationsNfsSharesRenameCalladded inv0.115.0

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

func (*ProjectsLocationsNfsSharesRenameCall)Contextadded inv0.115.0

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

func (*ProjectsLocationsNfsSharesRenameCall)Doadded inv0.115.0

Do executes the "baremetalsolution.projects.locations.nfsShares.rename" call.Any non-2xx status code is an error. Response headers are in either*NfsShare.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 (*ProjectsLocationsNfsSharesRenameCall)Fieldsadded inv0.115.0

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

func (*ProjectsLocationsNfsSharesRenameCall)Headeradded inv0.115.0

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

typeProjectsLocationsNfsSharesServiceadded inv0.69.0

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

funcNewProjectsLocationsNfsSharesServiceadded inv0.69.0

func NewProjectsLocationsNfsSharesService(s *Service) *ProjectsLocationsNfsSharesService

func (*ProjectsLocationsNfsSharesService)Createadded inv0.95.0

Create: Create an NFS share.

- parent: The parent project and location.

func (*ProjectsLocationsNfsSharesService)Deleteadded inv0.95.0

Delete: Delete an NFS share. The underlying volume is automatically deleted.

- name: The name of the NFS share to delete.

func (*ProjectsLocationsNfsSharesService)Getadded inv0.69.0

Get: Get details of a single NFS share.

- name: Name of the resource.

func (*ProjectsLocationsNfsSharesService)Listadded inv0.69.0

List: List NFS shares.

- parent: Parent value for ListNfsSharesRequest.

func (*ProjectsLocationsNfsSharesService)Patchadded inv0.69.0

Patch: Update details of a single NFS share.

- name: Immutable. The name of the NFS share.

func (*ProjectsLocationsNfsSharesService)Renameadded inv0.115.0

Rename: RenameNfsShare sets a new name for an nfsshare. Use with caution,previous names become immediately invalidated.

  • name: The `name` field is used to identify the nfsshare. Format:projects/{project}/locations/{location}/nfsshares/{nfsshare}.

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 "baremetalsolution.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.

typeProjectsLocationsOperationsService

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

func (*ProjectsLocationsOperationsService)Get

Get: Get details about an operation.

- name: The name of the operation resource.

typeProjectsLocationsOsImagesGetCalladded inv0.144.0

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

func (*ProjectsLocationsOsImagesGetCall)Contextadded inv0.144.0

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

func (*ProjectsLocationsOsImagesGetCall)Doadded inv0.144.0

Do executes the "baremetalsolution.projects.locations.osImages.get" call.Any non-2xx status code is an error. Response headers are in either*OSImage.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 (*ProjectsLocationsOsImagesGetCall)Fieldsadded inv0.144.0

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

func (*ProjectsLocationsOsImagesGetCall)Headeradded inv0.144.0

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

func (*ProjectsLocationsOsImagesGetCall)IfNoneMatchadded inv0.144.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.

typeProjectsLocationsOsImagesListCalladded inv0.137.0

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

func (*ProjectsLocationsOsImagesListCall)Contextadded inv0.137.0

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

func (*ProjectsLocationsOsImagesListCall)Doadded inv0.137.0

Do executes the "baremetalsolution.projects.locations.osImages.list" call.Any non-2xx status code is an error. Response headers are in either*ListOSImagesResponse.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 (*ProjectsLocationsOsImagesListCall)Fieldsadded inv0.137.0

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

func (*ProjectsLocationsOsImagesListCall)Headeradded inv0.137.0

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

func (*ProjectsLocationsOsImagesListCall)IfNoneMatchadded inv0.137.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 (*ProjectsLocationsOsImagesListCall)PageSizeadded inv0.137.0

PageSize sets the optional parameter "pageSize": Requested page size. Theserver might return fewer items than requested. If unspecified, server willpick an appropriate default. Notice that page_size field is not supportedand won't be respected in the API request for now, will be updated whenpagination is supported.

func (*ProjectsLocationsOsImagesListCall)PageTokenadded inv0.137.0

PageToken sets the optional parameter "pageToken": A token identifying apage of results from the server.

func (*ProjectsLocationsOsImagesListCall)Pagesadded inv0.137.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.

typeProjectsLocationsOsImagesServiceadded inv0.137.0

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

funcNewProjectsLocationsOsImagesServiceadded inv0.137.0

func NewProjectsLocationsOsImagesService(s *Service) *ProjectsLocationsOsImagesService

func (*ProjectsLocationsOsImagesService)Getadded inv0.144.0

Get: Get details of a single OS image.

- name: Name of the OS image.

func (*ProjectsLocationsOsImagesService)Listadded inv0.137.0

List: Retrieves the list of OS images which are currently approved.

- parent: Parent value for ListOSImagesRequest.

typeProjectsLocationsProvisioningConfigsCreateCalladded inv0.73.0

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

func (*ProjectsLocationsProvisioningConfigsCreateCall)Contextadded inv0.73.0

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

func (*ProjectsLocationsProvisioningConfigsCreateCall)Doadded inv0.73.0

Do executes the "baremetalsolution.projects.locations.provisioningConfigs.create" call.Any non-2xx status code is an error. Response headers are in either*ProvisioningConfig.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 (*ProjectsLocationsProvisioningConfigsCreateCall)Emailadded inv0.74.0

Email sets the optional parameter "email": Email provided to send aconfirmation with provisioning config to.

func (*ProjectsLocationsProvisioningConfigsCreateCall)Fieldsadded inv0.73.0

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

func (*ProjectsLocationsProvisioningConfigsCreateCall)Headeradded inv0.73.0

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

typeProjectsLocationsProvisioningConfigsGetCalladded inv0.73.0

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

func (*ProjectsLocationsProvisioningConfigsGetCall)Contextadded inv0.73.0

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

func (*ProjectsLocationsProvisioningConfigsGetCall)Doadded inv0.73.0

Do executes the "baremetalsolution.projects.locations.provisioningConfigs.get" call.Any non-2xx status code is an error. Response headers are in either*ProvisioningConfig.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 (*ProjectsLocationsProvisioningConfigsGetCall)Fieldsadded inv0.73.0

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

func (*ProjectsLocationsProvisioningConfigsGetCall)Headeradded inv0.73.0

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

func (*ProjectsLocationsProvisioningConfigsGetCall)IfNoneMatchadded inv0.73.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.

typeProjectsLocationsProvisioningConfigsPatchCalladded inv0.73.0

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

func (*ProjectsLocationsProvisioningConfigsPatchCall)Contextadded inv0.73.0

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

func (*ProjectsLocationsProvisioningConfigsPatchCall)Doadded inv0.73.0

Do executes the "baremetalsolution.projects.locations.provisioningConfigs.patch" call.Any non-2xx status code is an error. Response headers are in either*ProvisioningConfig.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 (*ProjectsLocationsProvisioningConfigsPatchCall)Emailadded inv0.74.0

Email sets the optional parameter "email": Email provided to send aconfirmation with provisioning config to.

func (*ProjectsLocationsProvisioningConfigsPatchCall)Fieldsadded inv0.73.0

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

func (*ProjectsLocationsProvisioningConfigsPatchCall)Headeradded inv0.73.0

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

func (*ProjectsLocationsProvisioningConfigsPatchCall)UpdateMaskadded inv0.73.0

UpdateMask sets the optional parameter "updateMask": Required. The list offields to update.

typeProjectsLocationsProvisioningConfigsServiceadded inv0.69.0

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

funcNewProjectsLocationsProvisioningConfigsServiceadded inv0.69.0

func NewProjectsLocationsProvisioningConfigsService(s *Service) *ProjectsLocationsProvisioningConfigsService

func (*ProjectsLocationsProvisioningConfigsService)Createadded inv0.73.0

Create: Create new ProvisioningConfig.

- parent: The parent project and location containing the ProvisioningConfig.

func (*ProjectsLocationsProvisioningConfigsService)Getadded inv0.73.0

Get: Get ProvisioningConfig by name.

- name: Name of the ProvisioningConfig.

func (*ProjectsLocationsProvisioningConfigsService)Patchadded inv0.73.0

Patch: Update existing ProvisioningConfig.

  • name: Output only. The system-generated name of the provisioning config.This follows the UUID format.

func (*ProjectsLocationsProvisioningConfigsService)Submitadded inv0.69.0

Submit: Submit a provisioning configuration for a given project.

- parent: The parent project and location containing the ProvisioningConfig.

typeProjectsLocationsProvisioningConfigsSubmitCalladded inv0.69.0

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

func (*ProjectsLocationsProvisioningConfigsSubmitCall)Contextadded inv0.69.0

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

func (*ProjectsLocationsProvisioningConfigsSubmitCall)Doadded inv0.69.0

Do executes the "baremetalsolution.projects.locations.provisioningConfigs.submit" call.Any non-2xx status code is an error. Response headers are in either*SubmitProvisioningConfigResponse.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 (*ProjectsLocationsProvisioningConfigsSubmitCall)Fieldsadded inv0.69.0

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

func (*ProjectsLocationsProvisioningConfigsSubmitCall)Headeradded inv0.69.0

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

typeProjectsLocationsProvisioningQuotasListCalladded inv0.69.0

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

func (*ProjectsLocationsProvisioningQuotasListCall)Contextadded inv0.69.0

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

func (*ProjectsLocationsProvisioningQuotasListCall)Doadded inv0.69.0

Do executes the "baremetalsolution.projects.locations.provisioningQuotas.list" call.Any non-2xx status code is an error. Response headers are in either*ListProvisioningQuotasResponse.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 (*ProjectsLocationsProvisioningQuotasListCall)Fieldsadded inv0.69.0

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

func (*ProjectsLocationsProvisioningQuotasListCall)Headeradded inv0.69.0

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

func (*ProjectsLocationsProvisioningQuotasListCall)IfNoneMatchadded inv0.69.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 (*ProjectsLocationsProvisioningQuotasListCall)PageSizeadded inv0.69.0

PageSize sets the optional parameter "pageSize": Requested page size. Theserver might return fewer items than requested. If unspecified, server willpick an appropriate default. Notice that page_size field is not supportedand won't be respected in the API request for now, will be updated whenpagination is supported.

func (*ProjectsLocationsProvisioningQuotasListCall)PageTokenadded inv0.69.0

PageToken sets the optional parameter "pageToken": A token identifying apage of results from the server.

func (*ProjectsLocationsProvisioningQuotasListCall)Pagesadded inv0.69.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.

typeProjectsLocationsProvisioningQuotasServiceadded inv0.69.0

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

funcNewProjectsLocationsProvisioningQuotasServiceadded inv0.69.0

func NewProjectsLocationsProvisioningQuotasService(s *Service) *ProjectsLocationsProvisioningQuotasService

func (*ProjectsLocationsProvisioningQuotasService)Listadded inv0.69.0

List: List the budget details to provision resources on a given project.

- parent: Parent value for ListProvisioningQuotasRequest.

typeProjectsLocationsService

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.

typeProjectsLocationsSshKeysCreateCalladded inv0.98.0

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

func (*ProjectsLocationsSshKeysCreateCall)Contextadded inv0.98.0

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

func (*ProjectsLocationsSshKeysCreateCall)Doadded inv0.98.0

Do executes the "baremetalsolution.projects.locations.sshKeys.create" call.Any non-2xx status code is an error. Response headers are in either*SSHKey.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 (*ProjectsLocationsSshKeysCreateCall)Fieldsadded inv0.98.0

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

func (*ProjectsLocationsSshKeysCreateCall)Headeradded inv0.98.0

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

func (*ProjectsLocationsSshKeysCreateCall)SshKeyIdadded inv0.98.0

SshKeyId sets the optional parameter "sshKeyId": Required. The ID to use forthe key, which will become the final component of the key's resource name.This value must match the regex: [a-zA-Z0-9@.\-_]{1,64}

typeProjectsLocationsSshKeysDeleteCalladded inv0.98.0

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

func (*ProjectsLocationsSshKeysDeleteCall)Contextadded inv0.98.0

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

func (*ProjectsLocationsSshKeysDeleteCall)Doadded inv0.98.0

Do executes the "baremetalsolution.projects.locations.sshKeys.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 (*ProjectsLocationsSshKeysDeleteCall)Fieldsadded inv0.98.0

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

func (*ProjectsLocationsSshKeysDeleteCall)Headeradded inv0.98.0

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

typeProjectsLocationsSshKeysListCalladded inv0.98.0

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

func (*ProjectsLocationsSshKeysListCall)Contextadded inv0.98.0

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

func (*ProjectsLocationsSshKeysListCall)Doadded inv0.98.0

Do executes the "baremetalsolution.projects.locations.sshKeys.list" call.Any non-2xx status code is an error. Response headers are in either*ListSSHKeysResponse.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 (*ProjectsLocationsSshKeysListCall)Fieldsadded inv0.98.0

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

func (*ProjectsLocationsSshKeysListCall)Headeradded inv0.98.0

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

func (*ProjectsLocationsSshKeysListCall)IfNoneMatchadded inv0.98.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 (*ProjectsLocationsSshKeysListCall)PageSizeadded inv0.98.0

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return.

func (*ProjectsLocationsSshKeysListCall)PageTokenadded inv0.98.0

PageToken sets the optional parameter "pageToken": The next_page_token valuereturned from a previous List request, if any.

func (*ProjectsLocationsSshKeysListCall)Pagesadded inv0.98.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.

typeProjectsLocationsSshKeysServiceadded inv0.98.0

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

funcNewProjectsLocationsSshKeysServiceadded inv0.98.0

func NewProjectsLocationsSshKeysService(s *Service) *ProjectsLocationsSshKeysService

func (*ProjectsLocationsSshKeysService)Createadded inv0.98.0

Create: Register a public SSH key in the specified project for use with theinteractive serial console feature.

- parent: The parent containing the SSH keys.

func (*ProjectsLocationsSshKeysService)Deleteadded inv0.98.0

Delete: Deletes a public SSH key registered in the specified project.

  • name: The name of the SSH key to delete. Currently, the only valid valuefor the location is "global".

func (*ProjectsLocationsSshKeysService)Listadded inv0.98.0

List: Lists the public SSH keys registered for the specified project. TheseSSH keys are used only for the interactive serial console feature.

  • parent: The parent containing the SSH keys. Currently, the only validvalue for the location is "global".

typeProjectsLocationsVolumesEvictCalladded inv0.111.0

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

func (*ProjectsLocationsVolumesEvictCall)Contextadded inv0.111.0

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

func (*ProjectsLocationsVolumesEvictCall)Doadded inv0.111.0

Do executes the "baremetalsolution.projects.locations.volumes.evict" 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 (*ProjectsLocationsVolumesEvictCall)Fieldsadded inv0.111.0

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

func (*ProjectsLocationsVolumesEvictCall)Headeradded inv0.111.0

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

typeProjectsLocationsVolumesGetCalladded inv0.55.0

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

func (*ProjectsLocationsVolumesGetCall)Contextadded inv0.55.0

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

func (*ProjectsLocationsVolumesGetCall)Doadded inv0.55.0

Do executes the "baremetalsolution.projects.locations.volumes.get" call.Any non-2xx status code is an error. Response headers are in either*Volume.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 (*ProjectsLocationsVolumesGetCall)Fieldsadded inv0.55.0

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

func (*ProjectsLocationsVolumesGetCall)Headeradded inv0.55.0

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

func (*ProjectsLocationsVolumesGetCall)IfNoneMatchadded inv0.55.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.

typeProjectsLocationsVolumesListCalladded inv0.55.0

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

func (*ProjectsLocationsVolumesListCall)Contextadded inv0.55.0

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

func (*ProjectsLocationsVolumesListCall)Doadded inv0.55.0

Do executes the "baremetalsolution.projects.locations.volumes.list" call.Any non-2xx status code is an error. Response headers are in either*ListVolumesResponse.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 (*ProjectsLocationsVolumesListCall)Fieldsadded inv0.55.0

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

func (*ProjectsLocationsVolumesListCall)Filteradded inv0.55.0

Filter sets the optional parameter "filter": List filter.

func (*ProjectsLocationsVolumesListCall)Headeradded inv0.55.0

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

func (*ProjectsLocationsVolumesListCall)IfNoneMatchadded inv0.55.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 (*ProjectsLocationsVolumesListCall)PageSizeadded inv0.55.0

PageSize sets the optional parameter "pageSize": Requested page size. Theserver might return fewer items than requested. If unspecified, server willpick an appropriate default.

func (*ProjectsLocationsVolumesListCall)PageTokenadded inv0.55.0

PageToken sets the optional parameter "pageToken": A token identifying apage of results from the server.

func (*ProjectsLocationsVolumesListCall)Pagesadded inv0.55.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.

typeProjectsLocationsVolumesLunsEvictCalladded inv0.111.0

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

func (*ProjectsLocationsVolumesLunsEvictCall)Contextadded inv0.111.0

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

func (*ProjectsLocationsVolumesLunsEvictCall)Doadded inv0.111.0

Do executes the "baremetalsolution.projects.locations.volumes.luns.evict" 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 (*ProjectsLocationsVolumesLunsEvictCall)Fieldsadded inv0.111.0

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

func (*ProjectsLocationsVolumesLunsEvictCall)Headeradded inv0.111.0

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

typeProjectsLocationsVolumesLunsGetCalladded inv0.60.0

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

func (*ProjectsLocationsVolumesLunsGetCall)Contextadded inv0.60.0

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

func (*ProjectsLocationsVolumesLunsGetCall)Doadded inv0.60.0

Do executes the "baremetalsolution.projects.locations.volumes.luns.get" call.Any non-2xx status code is an error. Response headers are in either*Lun.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 (*ProjectsLocationsVolumesLunsGetCall)Fieldsadded inv0.60.0

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

func (*ProjectsLocationsVolumesLunsGetCall)Headeradded inv0.60.0

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

func (*ProjectsLocationsVolumesLunsGetCall)IfNoneMatchadded inv0.60.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.

typeProjectsLocationsVolumesLunsListCalladded inv0.60.0

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

func (*ProjectsLocationsVolumesLunsListCall)Contextadded inv0.60.0

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

func (*ProjectsLocationsVolumesLunsListCall)Doadded inv0.60.0

Do executes the "baremetalsolution.projects.locations.volumes.luns.list" call.Any non-2xx status code is an error. Response headers are in either*ListLunsResponse.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 (*ProjectsLocationsVolumesLunsListCall)Fieldsadded inv0.60.0

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

func (*ProjectsLocationsVolumesLunsListCall)Headeradded inv0.60.0

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

func (*ProjectsLocationsVolumesLunsListCall)IfNoneMatchadded inv0.60.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 (*ProjectsLocationsVolumesLunsListCall)PageSizeadded inv0.60.0

PageSize sets the optional parameter "pageSize": Requested page size. Theserver might return fewer items than requested. If unspecified, server willpick an appropriate default.

func (*ProjectsLocationsVolumesLunsListCall)PageTokenadded inv0.60.0

PageToken sets the optional parameter "pageToken": A token identifying apage of results from the server.

func (*ProjectsLocationsVolumesLunsListCall)Pagesadded inv0.60.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.

typeProjectsLocationsVolumesLunsServiceadded inv0.60.0

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

funcNewProjectsLocationsVolumesLunsServiceadded inv0.60.0

func NewProjectsLocationsVolumesLunsService(s *Service) *ProjectsLocationsVolumesLunsService

func (*ProjectsLocationsVolumesLunsService)Evictadded inv0.111.0

Evict: Skips lun's cooloff and deletes it now. Lun must be in cooloff state.

- name: The name of the lun.

func (*ProjectsLocationsVolumesLunsService)Getadded inv0.60.0

Get: Get details of a single storage logical unit number(LUN).

- name: Name of the resource.

func (*ProjectsLocationsVolumesLunsService)Listadded inv0.60.0

List: List storage volume luns for given storage volume.

- parent: Parent value for ListLunsRequest.

typeProjectsLocationsVolumesPatchCalladded inv0.62.0

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

func (*ProjectsLocationsVolumesPatchCall)Contextadded inv0.62.0

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

func (*ProjectsLocationsVolumesPatchCall)Doadded inv0.62.0

Do executes the "baremetalsolution.projects.locations.volumes.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 (*ProjectsLocationsVolumesPatchCall)Fieldsadded inv0.62.0

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

func (*ProjectsLocationsVolumesPatchCall)Headeradded inv0.62.0

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

func (*ProjectsLocationsVolumesPatchCall)UpdateMaskadded inv0.62.0

UpdateMask sets the optional parameter "updateMask": The list of fields toupdate. The only currently supported fields are: 'labels'

typeProjectsLocationsVolumesRenameCalladded inv0.114.0

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

func (*ProjectsLocationsVolumesRenameCall)Contextadded inv0.114.0

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

func (*ProjectsLocationsVolumesRenameCall)Doadded inv0.114.0

Do executes the "baremetalsolution.projects.locations.volumes.rename" call.Any non-2xx status code is an error. Response headers are in either*Volume.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 (*ProjectsLocationsVolumesRenameCall)Fieldsadded inv0.114.0

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

func (*ProjectsLocationsVolumesRenameCall)Headeradded inv0.114.0

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

typeProjectsLocationsVolumesResizeCalladded inv0.84.0

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

func (*ProjectsLocationsVolumesResizeCall)Contextadded inv0.84.0

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

func (*ProjectsLocationsVolumesResizeCall)Doadded inv0.84.0

Do executes the "baremetalsolution.projects.locations.volumes.resize" 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 (*ProjectsLocationsVolumesResizeCall)Fieldsadded inv0.84.0

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

func (*ProjectsLocationsVolumesResizeCall)Headeradded inv0.84.0

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

typeProjectsLocationsVolumesServiceadded inv0.55.0

type ProjectsLocationsVolumesService struct {Luns *ProjectsLocationsVolumesLunsServiceSnapshots *ProjectsLocationsVolumesSnapshotsService// contains filtered or unexported fields}

funcNewProjectsLocationsVolumesServiceadded inv0.55.0

func NewProjectsLocationsVolumesService(s *Service) *ProjectsLocationsVolumesService

func (*ProjectsLocationsVolumesService)Evictadded inv0.111.0

Evict: Skips volume's cooloff and deletes it now. Volume must be in cooloffstate.

- name: The name of the Volume.

func (*ProjectsLocationsVolumesService)Getadded inv0.55.0

Get: Get details of a single storage volume.

- name: Name of the resource.

func (*ProjectsLocationsVolumesService)Listadded inv0.55.0

List: List storage volumes in a given project and location.

- parent: Parent value for ListVolumesRequest.

func (*ProjectsLocationsVolumesService)Patchadded inv0.62.0

Patch: Update details of a single storage volume.

func (*ProjectsLocationsVolumesService)Renameadded inv0.114.0

Rename: RenameVolume sets a new name for a volume. Use with caution,previous names become immediately invalidated.

  • name: The `name` field is used to identify the volume. Format:projects/{project}/locations/{location}/volumes/{volume}.

func (*ProjectsLocationsVolumesService)Resizeadded inv0.84.0

Resize: Emergency Volume resize.

- volume: Volume to resize.

typeProjectsLocationsVolumesSnapshotsCreateCalladded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsCreateCall)Contextadded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsCreateCall)Doadded inv0.62.0

Do executes the "baremetalsolution.projects.locations.volumes.snapshots.create" call.Any non-2xx status code is an error. Response headers are in either*VolumeSnapshot.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 (*ProjectsLocationsVolumesSnapshotsCreateCall)Fieldsadded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsCreateCall)Headeradded inv0.62.0

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

typeProjectsLocationsVolumesSnapshotsDeleteCalladded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsDeleteCall)Contextadded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsDeleteCall)Doadded inv0.62.0

Do executes the "baremetalsolution.projects.locations.volumes.snapshots.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 (*ProjectsLocationsVolumesSnapshotsDeleteCall)Fieldsadded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsDeleteCall)Headeradded inv0.62.0

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

typeProjectsLocationsVolumesSnapshotsGetCalladded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsGetCall)Contextadded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsGetCall)Doadded inv0.62.0

Do executes the "baremetalsolution.projects.locations.volumes.snapshots.get" call.Any non-2xx status code is an error. Response headers are in either*VolumeSnapshot.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 (*ProjectsLocationsVolumesSnapshotsGetCall)Fieldsadded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsGetCall)Headeradded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsGetCall)IfNoneMatchadded inv0.62.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.

typeProjectsLocationsVolumesSnapshotsListCalladded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsListCall)Contextadded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsListCall)Doadded inv0.62.0

Do executes the "baremetalsolution.projects.locations.volumes.snapshots.list" call.Any non-2xx status code is an error. Response headers are in either*ListVolumeSnapshotsResponse.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 (*ProjectsLocationsVolumesSnapshotsListCall)Fieldsadded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsListCall)Headeradded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsListCall)IfNoneMatchadded inv0.62.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 (*ProjectsLocationsVolumesSnapshotsListCall)PageSizeadded inv0.62.0

PageSize sets the optional parameter "pageSize": Requested page size. Theserver might return fewer items than requested. If unspecified, server willpick an appropriate default.

func (*ProjectsLocationsVolumesSnapshotsListCall)PageTokenadded inv0.62.0

PageToken sets the optional parameter "pageToken": A token identifying apage of results from the server.

func (*ProjectsLocationsVolumesSnapshotsListCall)Pagesadded inv0.62.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.

typeProjectsLocationsVolumesSnapshotsRestoreVolumeSnapshotCalladded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsRestoreVolumeSnapshotCall)Contextadded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsRestoreVolumeSnapshotCall)Doadded inv0.62.0

Do executes the "baremetalsolution.projects.locations.volumes.snapshots.restoreVolumeSnapshot" 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 (*ProjectsLocationsVolumesSnapshotsRestoreVolumeSnapshotCall)Fieldsadded inv0.62.0

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

func (*ProjectsLocationsVolumesSnapshotsRestoreVolumeSnapshotCall)Headeradded inv0.62.0

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

typeProjectsLocationsVolumesSnapshotsServiceadded inv0.62.0

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

funcNewProjectsLocationsVolumesSnapshotsServiceadded inv0.62.0

func NewProjectsLocationsVolumesSnapshotsService(s *Service) *ProjectsLocationsVolumesSnapshotsService

func (*ProjectsLocationsVolumesSnapshotsService)Createadded inv0.62.0

Create: Takes a snapshot of a boot volume. Returns INVALID_ARGUMENT ifcalled for a non-boot volume.

- parent: The volume to snapshot.

func (*ProjectsLocationsVolumesSnapshotsService)Deleteadded inv0.62.0

Delete: Deletes a volume snapshot. Returns INVALID_ARGUMENT if called for anon-boot volume.

- name: The name of the snapshot to delete.

func (*ProjectsLocationsVolumesSnapshotsService)Getadded inv0.62.0

Get: Returns the specified snapshot resource. Returns INVALID_ARGUMENT ifcalled for a non-boot volume.

- name: The name of the snapshot.

func (*ProjectsLocationsVolumesSnapshotsService)Listadded inv0.62.0

List: Retrieves the list of snapshots for the specified volume. Returns aresponse with an empty list of snapshots if called for a non-boot volume.

- parent: Parent value for ListVolumesRequest.

func (*ProjectsLocationsVolumesSnapshotsService)RestoreVolumeSnapshotadded inv0.62.0

RestoreVolumeSnapshot: Uses the specified snapshot to restore its parentvolume. Returns INVALID_ARGUMENT if called for a non-boot volume.

  • volumeSnapshot: Name of the snapshot which will be used to restore itsparent volume.

typeProjectsService

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

funcNewProjectsService

func NewProjectsService(s *Service) *ProjectsService

typeProvisioningConfigadded inv0.69.0

type ProvisioningConfig struct {// CloudConsoleUri: Output only. URI to Cloud Console UI view of this// provisioning config.CloudConsoleUristring `json:"cloudConsoleUri,omitempty"`// CustomId: Optional. The user-defined identifier of the provisioning config.CustomIdstring `json:"customId,omitempty"`// Email: Email provided to send a confirmation with provisioning config to.// Deprecated in favour of email field in request messages.Emailstring `json:"email,omitempty"`// HandoverServiceAccount: A service account to enable customers to access// instance credentials upon handover.HandoverServiceAccountstring `json:"handoverServiceAccount,omitempty"`// Instances: Instances to be created.Instances []*InstanceConfig `json:"instances,omitempty"`// Location: Optional. Location name of this ProvisioningConfig. It is optional// only for Intake UI transition period.Locationstring `json:"location,omitempty"`// Name: Output only. The system-generated name of the provisioning config.// This follows the UUID format.Namestring `json:"name,omitempty"`// Networks: Networks to be created.Networks []*NetworkConfig `json:"networks,omitempty"`// Pod: Optional. Pod name. Pod is an independent part of infrastructure.// Instance can be connected to the assets (networks, volumes, nfsshares)// allocated in the same pod only.Podstring `json:"pod,omitempty"`// State: Output only. State of ProvisioningConfig.//// Possible values://   "STATE_UNSPECIFIED" - State wasn't specified.//   "DRAFT" - ProvisioningConfig is a draft and can be freely modified.//   "SUBMITTED" - ProvisioningConfig was already submitted and cannot be// modified.//   "PROVISIONING" - ProvisioningConfig was in the provisioning state.// Initially this state comes from the work order table in big query when SNOW// is used. Later this field can be set by the work order API.//   "PROVISIONED" - ProvisioningConfig was provisioned, meaning the resources// exist.//   "VALIDATED" - ProvisioningConfig was validated. A validation tool will be// run to set this state.//   "CANCELLED" - ProvisioningConfig was canceled.//   "FAILED" - The request is submitted for provisioning, with error return.Statestring `json:"state,omitempty"`// StatusMessage: Optional status messages associated with the FAILED state.StatusMessagestring `json:"statusMessage,omitempty"`// TicketId: A generated ticket id to track provisioning request.TicketIdstring `json:"ticketId,omitempty"`// UpdateTime: Output only. Last update timestamp.UpdateTimestring `json:"updateTime,omitempty"`// Volumes: Volumes to be created.Volumes []*VolumeConfig `json:"volumes,omitempty"`// VpcScEnabled: If true, VPC SC is enabled for the cluster.VpcScEnabledbool `json:"vpcScEnabled,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "CloudConsoleUri") 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. "CloudConsoleUri") 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:"-"`}

ProvisioningConfig: A provisioning configuration.

func (ProvisioningConfig)MarshalJSONadded inv0.69.0

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

typeProvisioningQuotaadded inv0.69.0

type ProvisioningQuota struct {// AssetType: The asset type of this provisioning quota.//// Possible values://   "ASSET_TYPE_UNSPECIFIED" - The unspecified type.//   "ASSET_TYPE_SERVER" - The server asset type.//   "ASSET_TYPE_STORAGE" - The storage asset type.//   "ASSET_TYPE_NETWORK" - The network asset type.AssetTypestring `json:"assetType,omitempty"`// AvailableCount: The available count of the provisioning quota.AvailableCountint64 `json:"availableCount,omitempty"`// GcpService: The gcp service of the provisioning quota.GcpServicestring `json:"gcpService,omitempty"`// InstanceQuota: Instance quota.InstanceQuota *InstanceQuota `json:"instanceQuota,omitempty"`// Location: The specific location of the provisioining quota.Locationstring `json:"location,omitempty"`// Name: Output only. The name of the provisioning quota.Namestring `json:"name,omitempty"`// NetworkBandwidth: Network bandwidth, GbpsNetworkBandwidthint64 `json:"networkBandwidth,omitempty,string"`// ServerCount: Server count.ServerCountint64 `json:"serverCount,omitempty,string"`// StorageGib: Storage size (GB).StorageGibint64 `json:"storageGib,omitempty,string"`// ForceSendFields is a list of field names (e.g. "AssetType") 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. "AssetType") 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:"-"`}

ProvisioningQuota: A provisioning quota for a given project.

func (ProvisioningQuota)MarshalJSONadded inv0.69.0

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

typeQosPolicyadded inv0.66.0

type QosPolicy struct {// BandwidthGbps: The bandwidth permitted by the QOS policy, in gbps.BandwidthGbpsfloat64 `json:"bandwidthGbps,omitempty"`// ForceSendFields is a list of field names (e.g. "BandwidthGbps") 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. "BandwidthGbps") 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:"-"`}

QosPolicy: QOS policy parameters.

func (QosPolicy)MarshalJSONadded inv0.66.0

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

func (*QosPolicy)UnmarshalJSONadded inv0.66.0

func (s *QosPolicy) UnmarshalJSON(data []byte)error

typeReimageInstanceRequestadded inv0.178.0

type ReimageInstanceRequest struct {// KmsKeyVersion: Optional. Name of the KMS crypto key version used to encrypt// the initial passwords. The key has to have ASYMMETRIC_DECRYPT purpose.// Format is// `projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}/// cryptoKeyVersions/{version}`.KmsKeyVersionstring `json:"kmsKeyVersion,omitempty"`// OsImage: Required. The OS image code of the image which will be used in the// reimage operation.OsImagestring `json:"osImage,omitempty"`// SshKeys: Optional. List of SSH Keys used during reimaging an instance.SshKeys []string `json:"sshKeys,omitempty"`// ForceSendFields is a list of field names (e.g. "KmsKeyVersion") 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. "KmsKeyVersion") 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:"-"`}

ReimageInstanceRequest: Message requesting to perform reimage operation on aserver.

func (ReimageInstanceRequest)MarshalJSONadded inv0.178.0

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

typeRenameInstanceRequestadded inv0.111.0

type RenameInstanceRequest struct {// NewInstanceId: Required. The new `id` of the instance.NewInstanceIdstring `json:"newInstanceId,omitempty"`// ForceSendFields is a list of field names (e.g. "NewInstanceId") 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. "NewInstanceId") 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:"-"`}

RenameInstanceRequest: Message requesting rename of a server.

func (RenameInstanceRequest)MarshalJSONadded inv0.111.0

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

typeRenameNetworkRequestadded inv0.114.0

type RenameNetworkRequest struct {// NewNetworkId: Required. The new `id` of the network.NewNetworkIdstring `json:"newNetworkId,omitempty"`// ForceSendFields is a list of field names (e.g. "NewNetworkId") 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. "NewNetworkId") 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:"-"`}

RenameNetworkRequest: Message requesting rename of a server.

func (RenameNetworkRequest)MarshalJSONadded inv0.114.0

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

typeRenameNfsShareRequestadded inv0.114.0

type RenameNfsShareRequest struct {// NewNfsshareId: Required. The new `id` of the nfsshare.NewNfsshareIdstring `json:"newNfsshareId,omitempty"`// ForceSendFields is a list of field names (e.g. "NewNfsshareId") 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. "NewNfsshareId") 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:"-"`}

RenameNfsShareRequest: Message requesting rename of a server.

func (RenameNfsShareRequest)MarshalJSONadded inv0.114.0

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

typeRenameVolumeRequestadded inv0.114.0

type RenameVolumeRequest struct {// NewVolumeId: Required. The new `id` of the volume.NewVolumeIdstring `json:"newVolumeId,omitempty"`// ForceSendFields is a list of field names (e.g. "NewVolumeId") 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. "NewVolumeId") 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:"-"`}

RenameVolumeRequest: Message requesting rename of a server.

func (RenameVolumeRequest)MarshalJSONadded inv0.114.0

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

typeResetInstanceRequestadded inv0.62.0

type ResetInstanceRequest struct {}

ResetInstanceRequest: Message requesting to reset a server.

typeResetInstanceResponseadded inv0.125.0

type ResetInstanceResponse struct {}

ResetInstanceResponse: Response message from resetting a server.

typeResizeVolumeRequestadded inv0.84.0

type ResizeVolumeRequest struct {// SizeGib: New Volume size, in GiB.SizeGibint64 `json:"sizeGib,omitempty,string"`// ForceSendFields is a list of field names (e.g. "SizeGib") 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. "SizeGib") 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:"-"`}

ResizeVolumeRequest: Request for emergency resize Volume.

func (ResizeVolumeRequest)MarshalJSONadded inv0.84.0

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

typeRestoreVolumeSnapshotRequestadded inv0.62.0

type RestoreVolumeSnapshotRequest struct {}

RestoreVolumeSnapshotRequest: Message for restoring a volume snapshot.

typeSSHKeyadded inv0.98.0

type SSHKey struct {// Name: Output only. The name of this SSH key. Currently, the only valid value// for the location is "global".Namestring `json:"name,omitempty"`// PublicKey: The public SSH key. This must be in OpenSSH .authorized_keys// format.PublicKeystring `json:"publicKey,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// 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:"-"`}

SSHKey: An SSH key, used for authorizing with the interactive serial consolefeature.

func (SSHKey)MarshalJSONadded inv0.98.0

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

typeServerNetworkTemplateadded inv0.75.0

type ServerNetworkTemplate struct {// ApplicableInstanceTypes: Instance types this template is applicable to.ApplicableInstanceTypes []string `json:"applicableInstanceTypes,omitempty"`// LogicalInterfaces: Logical interfaces.LogicalInterfaces []*GoogleCloudBaremetalsolutionV2ServerNetworkTemplateLogicalInterface `json:"logicalInterfaces,omitempty"`// Name: Output only. Template's unique name. The full resource name follows// the pattern:// `projects/{project}/locations/{location}/serverNetworkTemplate/{server_networ// k_template}` Generally, the {server_network_template} follows the syntax of// "bond" or "nic".Namestring `json:"name,omitempty"`// ForceSendFields is a list of field names (e.g. "ApplicableInstanceTypes") 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. "ApplicableInstanceTypes") 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:"-"`}

ServerNetworkTemplate: Network template.

func (ServerNetworkTemplate)MarshalJSONadded inv0.75.0

func (sServerNetworkTemplate) 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.

typeSnapshotReservationDetailadded inv0.55.0

type SnapshotReservationDetail struct {// ReservedSpaceGib: The space on this storage volume reserved for snapshots,// shown in GiB.ReservedSpaceGibint64 `json:"reservedSpaceGib,omitempty,string"`// ReservedSpacePercent: Percent of the total Volume size reserved for snapshot// copies. Enabling snapshots requires reserving 20% or more of the storage// volume space for snapshots. Maximum reserved space for snapshots is 40%.// Setting this field will effectively set snapshot_enabled to true.ReservedSpacePercentint64 `json:"reservedSpacePercent,omitempty"`// ReservedSpaceRemainingGib: The amount, in GiB, of available space in this// storage volume's reserved snapshot space.ReservedSpaceRemainingGibint64 `json:"reservedSpaceRemainingGib,omitempty,string"`// ReservedSpaceUsedPercent: The percent of snapshot space on this storage// volume actually being used by the snapshot copies. This value might be// higher than 100% if the snapshot copies have overflowed into the data// portion of the storage volume.ReservedSpaceUsedPercentint64 `json:"reservedSpaceUsedPercent,omitempty"`// ForceSendFields is a list of field names (e.g. "ReservedSpaceGib") 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. "ReservedSpaceGib") 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:"-"`}

SnapshotReservationDetail: Details about snapshot space reservation andusage on the storage volume.

func (SnapshotReservationDetail)MarshalJSONadded inv0.55.0

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

typeStartInstanceRequestadded inv0.69.0

type StartInstanceRequest struct {}

StartInstanceRequest: Message requesting to start a server.

typeStartInstanceResponseadded inv0.125.0

type StartInstanceResponse struct {}

StartInstanceResponse: Response message from starting a server.

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)

typeStopInstanceRequestadded inv0.76.0

type StopInstanceRequest struct {}

StopInstanceRequest: Message requesting to stop a server.

typeStopInstanceResponseadded inv0.125.0

type StopInstanceResponse struct {}

StopInstanceResponse: Response message from stopping a server.

typeSubmitProvisioningConfigRequestadded inv0.69.0

type SubmitProvisioningConfigRequest struct {// Email: Optional. Email provided to send a confirmation with provisioning// config to.Emailstring `json:"email,omitempty"`// ProvisioningConfig: Required. The ProvisioningConfig to create.ProvisioningConfig *ProvisioningConfig `json:"provisioningConfig,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:"-"`}

SubmitProvisioningConfigRequest: Request for SubmitProvisioningConfig.

func (SubmitProvisioningConfigRequest)MarshalJSONadded inv0.69.0

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

typeSubmitProvisioningConfigResponseadded inv0.69.0

type SubmitProvisioningConfigResponse struct {// ProvisioningConfig: The submitted provisioning config.ProvisioningConfig *ProvisioningConfig `json:"provisioningConfig,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "ProvisioningConfig") 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. "ProvisioningConfig") 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:"-"`}

SubmitProvisioningConfigResponse: Response for SubmitProvisioningConfig.

func (SubmitProvisioningConfigResponse)MarshalJSONadded inv0.69.0

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

typeUserAccountadded inv0.154.0

type UserAccount struct {// EncryptedPassword: Encrypted initial password value.EncryptedPasswordstring `json:"encryptedPassword,omitempty"`// KmsKeyVersion: KMS CryptoKey Version used to encrypt the password.KmsKeyVersionstring `json:"kmsKeyVersion,omitempty"`// ForceSendFields is a list of field names (e.g. "EncryptedPassword") 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. "EncryptedPassword") 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:"-"`}

UserAccount: User account provisioned for the customer.

func (UserAccount)MarshalJSONadded inv0.154.0

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

typeVRFadded inv0.60.0

type VRF struct {// Name: The name of the VRF.Namestring `json:"name,omitempty"`// QosPolicy: The QOS policy applied to this VRF. The value is only meaningful// when all the vlan attachments have the same QoS. This field should not be// used for new integrations, use vlan attachment level qos instead. The field// is left for backward-compatibility.QosPolicy *QosPolicy `json:"qosPolicy,omitempty"`// State: The possible state of VRF.//// Possible values://   "STATE_UNSPECIFIED" - The unspecified state.//   "PROVISIONING" - The vrf is provisioning.//   "PROVISIONED" - The vrf is provisioned.Statestring `json:"state,omitempty"`// VlanAttachments: The list of VLAN attachments for the VRF.VlanAttachments []*VlanAttachment `json:"vlanAttachments,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:"-"`}

VRF: A network VRF.

func (VRF)MarshalJSONadded inv0.60.0

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

typeVlanAttachmentadded inv0.66.0

type VlanAttachment struct {// Id: Immutable. The identifier of the attachment within vrf.Idstring `json:"id,omitempty"`// InterconnectAttachment: Optional. The name of the vlan attachment within// vrf. This is of the form// projects/{project_number}/regions/{region}/interconnectAttachments/{interconn// ect_attachment}InterconnectAttachmentstring `json:"interconnectAttachment,omitempty"`// PairingKey: Input only. Pairing key.PairingKeystring `json:"pairingKey,omitempty"`// PeerIp: The peer IP of the attachment.PeerIpstring `json:"peerIp,omitempty"`// PeerVlanId: The peer vlan ID of the attachment.PeerVlanIdint64 `json:"peerVlanId,omitempty,string"`// QosPolicy: The QOS policy applied to this VLAN attachment. This value should// be preferred to using qos at vrf level.QosPolicy *QosPolicy `json:"qosPolicy,omitempty"`// RouterIp: The router IP of the attachment.RouterIpstring `json:"routerIp,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:"-"`}

VlanAttachment: VLAN attachment details.

func (VlanAttachment)MarshalJSONadded inv0.66.0

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

typeVolumeadded inv0.55.0

type Volume struct {// Attached: Output only. Is the Volume attached at at least one instance. This// field is a lightweight counterpart of `instances` field. It is filled in// List responses as well.Attachedbool `json:"attached,omitempty"`// AutoGrownSizeGib: The size, in GiB, that this storage volume has expanded as// a result of an auto grow policy. In the absence of auto-grow, the value is// 0.AutoGrownSizeGibint64 `json:"autoGrownSizeGib,omitempty,string"`// BootVolume: Output only. Whether this volume is a boot volume. A boot volume// is one which contains a boot LUN.BootVolumebool `json:"bootVolume,omitempty"`// CurrentSizeGib: The current size of this storage volume, in GiB, including// space reserved for snapshots. This size might be different than the// requested size if the storage volume has been configured with auto grow or// auto shrink.CurrentSizeGibint64 `json:"currentSizeGib,omitempty,string"`// EmergencySizeGib: Additional emergency size that was requested for this// Volume, in GiB. current_size_gib includes this value.EmergencySizeGibint64 `json:"emergencySizeGib,omitempty,string"`// ExpireTime: Output only. Time after which volume will be fully deleted. It// is filled only for volumes in COOLOFF state.ExpireTimestring `json:"expireTime,omitempty"`// Id: An identifier for the `Volume`, generated by the backend.Idstring `json:"id,omitempty"`// Instances: Output only. Instances this Volume is attached to. This field is// set only in Get requests.Instances []string `json:"instances,omitempty"`// Labels: Labels as key value pairs.Labels map[string]string `json:"labels,omitempty"`// MaxSizeGib: Maximum size volume can be expanded to in case of evergency, in// GiB.MaxSizeGibint64 `json:"maxSizeGib,omitempty,string"`// Name: Output only. The resource name of this `Volume`. Resource names are// schemeless URIs that follow the conventions in//https://cloud.google.com/apis/design/resource_names. Format:// `projects/{project}/locations/{location}/volumes/{volume}`Namestring `json:"name,omitempty"`// Notes: Input only. User-specified notes for new Volume. Used to provision// Volumes that require manual intervention.Notesstring `json:"notes,omitempty"`// OriginallyRequestedSizeGib: Originally requested size, in GiB.OriginallyRequestedSizeGibint64 `json:"originallyRequestedSizeGib,omitempty,string"`// PerformanceTier: Immutable. Performance tier of the Volume. Default is// SHARED.//// Possible values://   "VOLUME_PERFORMANCE_TIER_UNSPECIFIED" - Value is not specified.//   "VOLUME_PERFORMANCE_TIER_SHARED" - Regular volumes, shared aggregates.//   "VOLUME_PERFORMANCE_TIER_ASSIGNED" - Assigned aggregates.//   "VOLUME_PERFORMANCE_TIER_HT" - High throughput aggregates.//   "VOLUME_PERFORMANCE_TIER_QOS2_PERFORMANCE" - QoS 2.0 high performance// storage.PerformanceTierstring `json:"performanceTier,omitempty"`// Pod: Immutable. Pod name. Pod is an independent part of infrastructure.// Volume can only be connected to the instances allocated in the same pod.Podstring `json:"pod,omitempty"`// Protocol: Output only. Storage protocol for the Volume.//// Possible values://   "PROTOCOL_UNSPECIFIED" - Value is not specified.//   "FIBRE_CHANNEL" - Fibre Channel protocol.//   "NFS" - NFS protocol means Volume is a NFS Share volume. Such volumes// cannot be manipulated via Volumes API.Protocolstring `json:"protocol,omitempty"`// RemainingSpaceGib: The space remaining in the storage volume for new LUNs,// in GiB, excluding space reserved for snapshots.RemainingSpaceGibint64 `json:"remainingSpaceGib,omitempty,string"`// RequestedSizeGib: The requested size of this storage volume, in GiB.RequestedSizeGibint64 `json:"requestedSizeGib,omitempty,string"`// SnapshotAutoDeleteBehavior: The behavior to use when snapshot reserved space// is full.//// Possible values://   "SNAPSHOT_AUTO_DELETE_BEHAVIOR_UNSPECIFIED" - The unspecified behavior.//   "DISABLED" - Don't delete any snapshots. This disables new snapshot// creation, as long as the snapshot reserved space is full.//   "OLDEST_FIRST" - Delete the oldest snapshots first.//   "NEWEST_FIRST" - Delete the newest snapshots first.SnapshotAutoDeleteBehaviorstring `json:"snapshotAutoDeleteBehavior,omitempty"`// SnapshotEnabled: Whether snapshots are enabled.SnapshotEnabledbool `json:"snapshotEnabled,omitempty"`// SnapshotReservationDetail: Details about snapshot space reservation and// usage on the storage volume.SnapshotReservationDetail *SnapshotReservationDetail `json:"snapshotReservationDetail,omitempty"`// State: The state of this storage volume.//// Possible values://   "STATE_UNSPECIFIED" - The storage volume is in an unknown state.//   "CREATING" - The storage volume is being created.//   "READY" - The storage volume is ready for use.//   "DELETING" - The storage volume has been requested to be deleted.//   "UPDATING" - The storage volume is being updated.//   "COOL_OFF" - The storage volume is in cool off state. It will be deleted// after `expire_time`.Statestring `json:"state,omitempty"`// StorageType: The storage type for this volume.//// Possible values://   "STORAGE_TYPE_UNSPECIFIED" - The storage type for this volume is unknown.//   "SSD" - The storage type for this volume is SSD.//   "HDD" - This storage type for this volume is HDD.StorageTypestring `json:"storageType,omitempty"`// WorkloadProfile: The workload profile for the volume.//// Possible values://   "WORKLOAD_PROFILE_UNSPECIFIED" - The workload profile is in an unknown// state.//   "GENERIC" - The workload profile is generic.//   "HANA" - The workload profile is hana.WorkloadProfilestring `json:"workloadProfile,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Attached") 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. "Attached") 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:"-"`}

Volume: A storage volume.

func (Volume)MarshalJSONadded inv0.55.0

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

typeVolumeConfigadded inv0.69.0

type VolumeConfig struct {// GcpService: The GCP service of the storage volume. Available gcp_service are// inhttps://cloud.google.com/bare-metal/docs/bms-planning.GcpServicestring `json:"gcpService,omitempty"`// Id: A transient unique identifier to identify a volume within an// ProvisioningConfig request.Idstring `json:"id,omitempty"`// LunRanges: LUN ranges to be configured. Set only when protocol is// PROTOCOL_FC.LunRanges []*LunRange `json:"lunRanges,omitempty"`// MachineIds: Machine ids connected to this volume. Set only when protocol is// PROTOCOL_FC.MachineIds []string `json:"machineIds,omitempty"`// Name: Output only. The name of the volume config.Namestring `json:"name,omitempty"`// NfsExports: NFS exports. Set only when protocol is PROTOCOL_NFS.NfsExports []*NfsExport `json:"nfsExports,omitempty"`// PerformanceTier: Performance tier of the Volume. Default is SHARED.//// Possible values://   "VOLUME_PERFORMANCE_TIER_UNSPECIFIED" - Value is not specified.//   "VOLUME_PERFORMANCE_TIER_SHARED" - Regular volumes, shared aggregates.//   "VOLUME_PERFORMANCE_TIER_ASSIGNED" - Assigned aggregates.//   "VOLUME_PERFORMANCE_TIER_HT" - High throughput aggregates.//   "VOLUME_PERFORMANCE_TIER_QOS2_PERFORMANCE" - QoS 2.0 high performance// storage.PerformanceTierstring `json:"performanceTier,omitempty"`// Protocol: Volume protocol.//// Possible values://   "PROTOCOL_UNSPECIFIED" - Unspecified value.//   "PROTOCOL_FC" - Fibre channel.//   "PROTOCOL_NFS" - Network file system.Protocolstring `json:"protocol,omitempty"`// SizeGb: The requested size of this volume, in GB.SizeGbint64 `json:"sizeGb,omitempty"`// SnapshotsEnabled: Whether snapshots should be enabled.SnapshotsEnabledbool `json:"snapshotsEnabled,omitempty"`// Type: The type of this Volume.//// Possible values://   "TYPE_UNSPECIFIED" - The unspecified type.//   "FLASH" - This Volume is on flash.//   "DISK" - This Volume is on disk.Typestring `json:"type,omitempty"`// UserNote: User note field, it can be used by customers to add additional// information for the BMS Ops team .UserNotestring `json:"userNote,omitempty"`// ForceSendFields is a list of field names (e.g. "GcpService") 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. "GcpService") 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:"-"`}

VolumeConfig: Configuration parameters for a new volume.

func (VolumeConfig)MarshalJSONadded inv0.69.0

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

typeVolumeSnapshotadded inv0.62.0

type VolumeSnapshot struct {// CreateTime: Output only. The creation time of the snapshot.CreateTimestring `json:"createTime,omitempty"`// Description: The description of the snapshot.Descriptionstring `json:"description,omitempty"`// Id: Output only. An identifier for the snapshot, generated by the backend.Idstring `json:"id,omitempty"`// Name: The name of the snapshot.Namestring `json:"name,omitempty"`// StorageVolume: Output only. The name of the volume which this snapshot// belongs to.StorageVolumestring `json:"storageVolume,omitempty"`// Type: Output only. The type of the snapshot which indicates whether it was// scheduled or manual/ad-hoc.//// Possible values://   "SNAPSHOT_TYPE_UNSPECIFIED" - Type is not specified.//   "AD_HOC" - Snapshot was taken manually by user.//   "SCHEDULED" - Snapshot was taken automatically as a part of a snapshot// schedule.Typestring `json:"type,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:"-"`}

VolumeSnapshot: A snapshot of a volume. Only boot volumes can havesnapshots.

func (VolumeSnapshot)MarshalJSONadded inv0.62.0

func (sVolumeSnapshot) 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