Documentation ¶
Overview ¶
Package baremetalsolution aliases all exported identifiers in package "cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb".
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterBareMetalSolutionServer(s *grpc.Server, srv BareMetalSolutionServer)deprecated
- type BareMetalSolutionClientdeprecated
- type BareMetalSolutionServerdeprecated
- type DetachLunRequestdeprecated
- type GetInstanceRequestdeprecated
- type GetLunRequestdeprecated
- type GetNetworkRequestdeprecated
- type GetNfsShareRequestdeprecated
- type GetVolumeRequestdeprecated
- type Instancedeprecated
- type Instance_Statedeprecated
- type ListInstancesRequestdeprecated
- type ListInstancesResponsedeprecated
- type ListLunsRequestdeprecated
- type ListLunsResponsedeprecated
- type ListNetworkUsageRequestdeprecated
- type ListNetworkUsageResponsedeprecated
- type ListNetworksRequestdeprecated
- type ListNetworksResponsedeprecated
- type ListNfsSharesRequestdeprecated
- type ListNfsSharesResponsedeprecated
- type ListVolumesRequestdeprecated
- type ListVolumesResponsedeprecated
- type LogicalInterfacedeprecated
- type LogicalInterface_LogicalNetworkInterfacedeprecated
- type Lundeprecated
- type Lun_MultiprotocolTypedeprecated
- type Lun_Statedeprecated
- type Lun_StorageTypedeprecated
- type Networkdeprecated
- type NetworkAddressReservationdeprecated
- type NetworkUsagedeprecated
- type Network_Statedeprecated
- type Network_Typedeprecated
- type NfsSharedeprecated
- type NfsShare_AllowedClientdeprecated
- type NfsShare_MountPermissionsdeprecated
- type NfsShare_Statedeprecated
- type OperationMetadatadeprecated
- type ResetInstanceRequestdeprecated
- type ResetInstanceResponsedeprecated
- type ResizeVolumeRequestdeprecated
- type ServerNetworkTemplatedeprecated
- type ServerNetworkTemplate_LogicalInterfacedeprecated
- type ServerNetworkTemplate_LogicalInterface_InterfaceTypedeprecated
- type StartInstanceRequestdeprecated
- type StartInstanceResponsedeprecated
- type StopInstanceRequestdeprecated
- type StopInstanceResponsedeprecated
- type UnimplementedBareMetalSolutionServerdeprecated
- type UpdateInstanceRequestdeprecated
- type UpdateNetworkRequestdeprecated
- type UpdateNfsShareRequestdeprecated
- type UpdateVolumeRequestdeprecated
- type VRFdeprecated
- type VRF_QosPolicydeprecated
- type VRF_Statedeprecated
- type VRF_VlanAttachmentdeprecated
- type Volumedeprecated
- type Volume_SnapshotAutoDeleteBehaviordeprecated
- type Volume_SnapshotReservationDetaildeprecated
- type Volume_Statedeprecated
- type Volume_StorageTypedeprecated
Constants ¶
const ( Instance_DELETED = src.Instance_DELETED Instance_PROVISIONING = src.Instance_PROVISIONING Instance_RUNNING = src.Instance_RUNNING Instance_STATE_UNSPECIFIED = src.Instance_STATE_UNSPECIFIED Lun_CREATING = src.Lun_CREATING Lun_DELETING = src.Lun_DELETING Lun_HDD = src.Lun_HDD Lun_LINUX = src.Lun_LINUX Lun_MULTIPROTOCOL_TYPE_UNSPECIFIED = src.Lun_MULTIPROTOCOL_TYPE_UNSPECIFIED Lun_READY = src.Lun_READY Lun_SSD = src.Lun_SSD Lun_STATE_UNSPECIFIED = src.Lun_STATE_UNSPECIFIED Lun_STORAGE_TYPE_UNSPECIFIED = src.Lun_STORAGE_TYPE_UNSPECIFIED Lun_UPDATING = src.Lun_UPDATING Network_CLIENT = src.Network_CLIENT Network_PRIVATE = src.Network_PRIVATE Network_PROVISIONED = src.Network_PROVISIONED Network_PROVISIONING = src.Network_PROVISIONING Network_STATE_UNSPECIFIED = src.Network_STATE_UNSPECIFIED Network_TYPE_UNSPECIFIED = src.Network_TYPE_UNSPECIFIED ServerNetworkTemplate_LogicalInterface_BOND = src.ServerNetworkTemplate_LogicalInterface_BOND ServerNetworkTemplate_LogicalInterface_INTERFACE_TYPE_UNSPECIFIED = src.ServerNetworkTemplate_LogicalInterface_INTERFACE_TYPE_UNSPECIFIED ServerNetworkTemplate_LogicalInterface_NIC = src.ServerNetworkTemplate_LogicalInterface_NIC VRF_PROVISIONED = src.VRF_PROVISIONED VRF_PROVISIONING = src.VRF_PROVISIONING VRF_STATE_UNSPECIFIED = src.VRF_STATE_UNSPECIFIED Volume_CREATING = src.Volume_CREATING Volume_DELETING = src.Volume_DELETING Volume_DISABLED = src.Volume_DISABLED Volume_HDD = src.Volume_HDD Volume_NEWEST_FIRST = src.Volume_NEWEST_FIRST Volume_OLDEST_FIRST = src.Volume_OLDEST_FIRST Volume_READY = src.Volume_READY Volume_SNAPSHOT_AUTO_DELETE_BEHAVIOR_UNSPECIFIED = src.Volume_SNAPSHOT_AUTO_DELETE_BEHAVIOR_UNSPECIFIED Volume_SSD = src.Volume_SSD Volume_STATE_UNSPECIFIED = src.Volume_STATE_UNSPECIFIED Volume_STORAGE_TYPE_UNSPECIFIED = src.Volume_STORAGE_TYPE_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
Variables ¶
var ( File_google_cloud_baremetalsolution_v2_baremetalsolution_proto = src.File_google_cloud_baremetalsolution_v2_baremetalsolution_proto File_google_cloud_baremetalsolution_v2_instance_proto = src.File_google_cloud_baremetalsolution_v2_instance_proto File_google_cloud_baremetalsolution_v2_lun_proto = src.File_google_cloud_baremetalsolution_v2_lun_proto File_google_cloud_baremetalsolution_v2_network_proto = src.File_google_cloud_baremetalsolution_v2_network_proto File_google_cloud_baremetalsolution_v2_volume_proto = src.File_google_cloud_baremetalsolution_v2_volume_proto Instance_State_name = src.Instance_State_name Instance_State_value = src.Instance_State_value Lun_MultiprotocolType_name = src.Lun_MultiprotocolType_name Lun_MultiprotocolType_value = src.Lun_MultiprotocolType_value Lun_State_name = src.Lun_State_name Lun_State_value = src.Lun_State_value Lun_StorageType_name = src.Lun_StorageType_name Lun_StorageType_value = src.Lun_StorageType_value Network_State_name = src.Network_State_name Network_State_value = src.Network_State_value Network_Type_name = src.Network_Type_name Network_Type_value = src.Network_Type_value ServerNetworkTemplate_LogicalInterface_InterfaceType_name = src.ServerNetworkTemplate_LogicalInterface_InterfaceType_name ServerNetworkTemplate_LogicalInterface_InterfaceType_value = src.ServerNetworkTemplate_LogicalInterface_InterfaceType_value VRF_State_name = src.VRF_State_name VRF_State_value = src.VRF_State_value Volume_SnapshotAutoDeleteBehavior_name = src.Volume_SnapshotAutoDeleteBehavior_name Volume_SnapshotAutoDeleteBehavior_value = src.Volume_SnapshotAutoDeleteBehavior_value Volume_State_name = src.Volume_State_name Volume_State_value = src.Volume_State_value Volume_StorageType_name = src.Volume_StorageType_name Volume_StorageType_value = src.Volume_StorageType_value )
Deprecated: Please use vars in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
Functions ¶
func RegisterBareMetalSolutionServer
deprecated
func RegisterBareMetalSolutionServer(s *grpc.Server, srv BareMetalSolutionServer)
Deprecated: Please use funcs in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
Types ¶
type BareMetalSolutionClient
deprecated
type BareMetalSolutionClient = src.BareMetalSolutionClient
BareMetalSolutionClient is the client API for BareMetalSolution service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
func NewBareMetalSolutionClient
deprecated
func NewBareMetalSolutionClient(cc grpc.ClientConnInterface) BareMetalSolutionClient
Deprecated: Please use funcs in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type BareMetalSolutionServer
deprecated
type BareMetalSolutionServer = src.BareMetalSolutionServer
BareMetalSolutionServer is the server API for BareMetalSolution service.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type DetachLunRequest
deprecated
type DetachLunRequest = src.DetachLunRequest
Message for detach specific LUN from an Instance.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type GetInstanceRequest
deprecated
type GetInstanceRequest = src.GetInstanceRequest
Message for requesting server information.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type GetLunRequest
deprecated
type GetLunRequest = src.GetLunRequest
Message for requesting storage lun information.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type GetNetworkRequest
deprecated
type GetNetworkRequest = src.GetNetworkRequest
Message for requesting network information.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type GetNfsShareRequest
deprecated
type GetNfsShareRequest = src.GetNfsShareRequest
Message for requesting NFS share information.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type GetVolumeRequest
deprecated
type GetVolumeRequest = src.GetVolumeRequest
Message for requesting storage volume information.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type Instance_State
deprecated
type Instance_State = src.Instance_State
The possible states for this server.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ListInstancesRequest
deprecated
type ListInstancesRequest = src.ListInstancesRequest
Message for requesting the list of servers.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ListInstancesResponse
deprecated
type ListInstancesResponse = src.ListInstancesResponse
Response message for the list of servers.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ListLunsRequest
deprecated
type ListLunsRequest = src.ListLunsRequest
Message for requesting a list of storage volume luns.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ListLunsResponse
deprecated
type ListLunsResponse = src.ListLunsResponse
Response message containing the list of storage volume luns.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ListNetworkUsageRequest
deprecated
type ListNetworkUsageRequest = src.ListNetworkUsageRequest
Request to get networks with IPs.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ListNetworkUsageResponse
deprecated
type ListNetworkUsageResponse = src.ListNetworkUsageResponse
Response with Networks with IPs
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ListNetworksRequest
deprecated
type ListNetworksRequest = src.ListNetworksRequest
Message for requesting a list of networks.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ListNetworksResponse
deprecated
type ListNetworksResponse = src.ListNetworksResponse
Response message containing the list of networks.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ListNfsSharesRequest
deprecated
type ListNfsSharesRequest = src.ListNfsSharesRequest
Message for requesting a list of NFS shares.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ListNfsSharesResponse
deprecated
type ListNfsSharesResponse = src.ListNfsSharesResponse
Response message containing the list of NFS shares.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ListVolumesRequest
deprecated
type ListVolumesRequest = src.ListVolumesRequest
Message for requesting a list of storage volumes.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ListVolumesResponse
deprecated
type ListVolumesResponse = src.ListVolumesResponse
Response message containing the list of storage volumes.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type LogicalInterface
deprecated
type LogicalInterface = src.LogicalInterface
Each logical interface represents a logical abstraction of the underlying physical interface (for eg. bond, nic) of the instance. Each logical interface can effectively map to multiple network-IP pairs and still be mapped to one underlying physical interface.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type LogicalInterface_LogicalNetworkInterface
deprecated
type LogicalInterface_LogicalNetworkInterface = src.LogicalInterface_LogicalNetworkInterface
Each logical network interface is effectively a network and IP pair.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type Lun_MultiprotocolType
deprecated
type Lun_MultiprotocolType = src.Lun_MultiprotocolType
Display the operating systems present for the LUN multiprotocol type.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type Lun_StorageType
deprecated
type Lun_StorageType = src.Lun_StorageType
The storage types for a LUN.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type NetworkAddressReservation
deprecated
type NetworkAddressReservation = src.NetworkAddressReservation
A reservation of one or more addresses in a network.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type NetworkUsage
deprecated
type NetworkUsage = src.NetworkUsage
Network with all used IP addresses.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type Network_State
deprecated
type Network_State = src.Network_State
The possible states for this Network.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type Network_Type
deprecated
type Network_Type = src.Network_Type
Network type.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type NfsShare_AllowedClient
deprecated
type NfsShare_AllowedClient = src.NfsShare_AllowedClient
Represents an 'access point' for the share.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type NfsShare_MountPermissions
deprecated
type NfsShare_MountPermissions = src.NfsShare_MountPermissions
The possible mount permissions.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type NfsShare_State
deprecated
type NfsShare_State = src.NfsShare_State
The possible states for this NFS share.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type OperationMetadata
deprecated
type OperationMetadata = src.OperationMetadata
Represents the metadata from a long-running operation.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ResetInstanceRequest
deprecated
type ResetInstanceRequest = src.ResetInstanceRequest
Message requesting to reset a server.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ResetInstanceResponse
deprecated
type ResetInstanceResponse = src.ResetInstanceResponse
Response message from resetting a server.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ResizeVolumeRequest
deprecated
type ResizeVolumeRequest = src.ResizeVolumeRequest
Request for emergency resize Volume.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ServerNetworkTemplate
deprecated
type ServerNetworkTemplate = src.ServerNetworkTemplate
Network template.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ServerNetworkTemplate_LogicalInterface
deprecated
type ServerNetworkTemplate_LogicalInterface = src.ServerNetworkTemplate_LogicalInterface
Logical interface.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type ServerNetworkTemplate_LogicalInterface_InterfaceType
deprecated
type ServerNetworkTemplate_LogicalInterface_InterfaceType = src.ServerNetworkTemplate_LogicalInterface_InterfaceType
Interface type.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type StartInstanceRequest
deprecated
type StartInstanceRequest = src.StartInstanceRequest
Message requesting to start a server.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type StartInstanceResponse
deprecated
type StartInstanceResponse = src.StartInstanceResponse
Response message from starting a server.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type StopInstanceRequest
deprecated
type StopInstanceRequest = src.StopInstanceRequest
Message requesting to stop a server.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type StopInstanceResponse
deprecated
type StopInstanceResponse = src.StopInstanceResponse
Response message from stopping a server.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type UnimplementedBareMetalSolutionServer
deprecated
type UnimplementedBareMetalSolutionServer = src.UnimplementedBareMetalSolutionServer
UnimplementedBareMetalSolutionServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type UpdateInstanceRequest
deprecated
type UpdateInstanceRequest = src.UpdateInstanceRequest
Message requesting to updating a server.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type UpdateNetworkRequest
deprecated
type UpdateNetworkRequest = src.UpdateNetworkRequest
Message requesting to updating a network.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type UpdateNfsShareRequest
deprecated
type UpdateNfsShareRequest = src.UpdateNfsShareRequest
Message requesting to updating a NFS share.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type UpdateVolumeRequest
deprecated
type UpdateVolumeRequest = src.UpdateVolumeRequest
Message for updating a volume.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type VRF_QosPolicy
deprecated
type VRF_QosPolicy = src.VRF_QosPolicy
QOS policy parameters.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type VRF_VlanAttachment
deprecated
type VRF_VlanAttachment = src.VRF_VlanAttachment
VLAN attachment details.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type Volume_SnapshotAutoDeleteBehavior
deprecated
type Volume_SnapshotAutoDeleteBehavior = src.Volume_SnapshotAutoDeleteBehavior
The kinds of auto delete behavior to use when snapshot reserved space is full.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type Volume_SnapshotReservationDetail
deprecated
type Volume_SnapshotReservationDetail = src.Volume_SnapshotReservationDetail
Details about snapshot space reservation and usage on the storage volume.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type Volume_State
deprecated
type Volume_State = src.Volume_State
The possible states for a storage volume.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb
type Volume_StorageType
deprecated
type Volume_StorageType = src.Volume_StorageType
The storage type for a volume.
Deprecated: Please use types in: cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb