Documentation ¶
Overview ¶
nolint
nolint
nolint
nolint
nolint
nolint
nolint
nolint
nolint
nolint
nolint
nolint
nolint
Index ¶
- type Compute
- func (c *Compute) Disk() *DiskServiceClient
- func (c *Compute) DiskPlacementGroup() *DiskPlacementGroupServiceClient
- func (c *Compute) DiskType() *DiskTypeServiceClient
- func (c *Compute) Filesystem() *FilesystemServiceClient
- func (c *Compute) GpuCluster() *GpuClusterServiceClient
- func (c *Compute) HostGroup() *HostGroupServiceClient
- func (c *Compute) HostType() *HostTypeServiceClient
- func (c *Compute) Image() *ImageServiceClient
- func (c *Compute) Instance() *InstanceServiceClient
- func (c *Compute) PlacementGroup() *PlacementGroupServiceClient
- func (c *Compute) Snapshot() *SnapshotServiceClient
- func (c *Compute) SnapshotSchedule() *SnapshotScheduleServiceClient
- func (c *Compute) Zone() *ZoneServiceClient
- type DiskAccessBindingsIterator
- func (it *DiskAccessBindingsIterator) Error() error
- func (it *DiskAccessBindingsIterator) Next() bool
- func (it *DiskAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
- func (it *DiskAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
- func (it *DiskAccessBindingsIterator) Value() *access.AccessBinding
- type DiskIterator
- type DiskOperationsIterator
- func (it *DiskOperationsIterator) Error() error
- func (it *DiskOperationsIterator) Next() bool
- func (it *DiskOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *DiskOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *DiskOperationsIterator) Value() *operation.Operation
- type DiskPlacementGroupAccessBindingsIterator
- func (it *DiskPlacementGroupAccessBindingsIterator) Error() error
- func (it *DiskPlacementGroupAccessBindingsIterator) Next() bool
- func (it *DiskPlacementGroupAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
- func (it *DiskPlacementGroupAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
- func (it *DiskPlacementGroupAccessBindingsIterator) Value() *access.AccessBinding
- type DiskPlacementGroupDisksIterator
- func (it *DiskPlacementGroupDisksIterator) Error() error
- func (it *DiskPlacementGroupDisksIterator) Next() bool
- func (it *DiskPlacementGroupDisksIterator) Take(size int64) ([]*compute.Disk, error)
- func (it *DiskPlacementGroupDisksIterator) TakeAll() ([]*compute.Disk, error)
- func (it *DiskPlacementGroupDisksIterator) Value() *compute.Disk
- type DiskPlacementGroupIterator
- func (it *DiskPlacementGroupIterator) Error() error
- func (it *DiskPlacementGroupIterator) Next() bool
- func (it *DiskPlacementGroupIterator) Take(size int64) ([]*compute.DiskPlacementGroup, error)
- func (it *DiskPlacementGroupIterator) TakeAll() ([]*compute.DiskPlacementGroup, error)
- func (it *DiskPlacementGroupIterator) Value() *compute.DiskPlacementGroup
- type DiskPlacementGroupOperationsIterator
- func (it *DiskPlacementGroupOperationsIterator) Error() error
- func (it *DiskPlacementGroupOperationsIterator) Next() bool
- func (it *DiskPlacementGroupOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *DiskPlacementGroupOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *DiskPlacementGroupOperationsIterator) Value() *operation.Operation
- type DiskPlacementGroupServiceClient
- func (c *DiskPlacementGroupServiceClient) Create(ctx context.Context, in *compute.CreateDiskPlacementGroupRequest, ...) (*operation.Operation, error)
- func (c *DiskPlacementGroupServiceClient) Delete(ctx context.Context, in *compute.DeleteDiskPlacementGroupRequest, ...) (*operation.Operation, error)
- func (c *DiskPlacementGroupServiceClient) DiskPlacementGroupAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, ...) *DiskPlacementGroupAccessBindingsIterator
- func (c *DiskPlacementGroupServiceClient) DiskPlacementGroupDisksIterator(ctx context.Context, req *compute.ListDiskPlacementGroupDisksRequest, ...) *DiskPlacementGroupDisksIterator
- func (c *DiskPlacementGroupServiceClient) DiskPlacementGroupIterator(ctx context.Context, req *compute.ListDiskPlacementGroupsRequest, ...) *DiskPlacementGroupIterator
- func (c *DiskPlacementGroupServiceClient) DiskPlacementGroupOperationsIterator(ctx context.Context, req *compute.ListDiskPlacementGroupOperationsRequest, ...) *DiskPlacementGroupOperationsIterator
- func (c *DiskPlacementGroupServiceClient) Get(ctx context.Context, in *compute.GetDiskPlacementGroupRequest, ...) (*compute.DiskPlacementGroup, error)
- func (c *DiskPlacementGroupServiceClient) List(ctx context.Context, in *compute.ListDiskPlacementGroupsRequest, ...) (*compute.ListDiskPlacementGroupsResponse, error)
- func (c *DiskPlacementGroupServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, ...) (*access.ListAccessBindingsResponse, error)
- func (c *DiskPlacementGroupServiceClient) ListDisks(ctx context.Context, in *compute.ListDiskPlacementGroupDisksRequest, ...) (*compute.ListDiskPlacementGroupDisksResponse, error)
- func (c *DiskPlacementGroupServiceClient) ListOperations(ctx context.Context, in *compute.ListDiskPlacementGroupOperationsRequest, ...) (*compute.ListDiskPlacementGroupOperationsResponse, error)
- func (c *DiskPlacementGroupServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *DiskPlacementGroupServiceClient) Update(ctx context.Context, in *compute.UpdateDiskPlacementGroupRequest, ...) (*operation.Operation, error)
- func (c *DiskPlacementGroupServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, ...) (*operation.Operation, error)
- type DiskServiceClient
- func (c *DiskServiceClient) Create(ctx context.Context, in *compute.CreateDiskRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *DiskServiceClient) Delete(ctx context.Context, in *compute.DeleteDiskRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *DiskServiceClient) DiskAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, ...) *DiskAccessBindingsIterator
- func (c *DiskServiceClient) DiskIterator(ctx context.Context, req *compute.ListDisksRequest, opts ...grpc.CallOption) *DiskIterator
- func (c *DiskServiceClient) DiskOperationsIterator(ctx context.Context, req *compute.ListDiskOperationsRequest, ...) *DiskOperationsIterator
- func (c *DiskServiceClient) DiskSnapshotSchedulesIterator(ctx context.Context, req *compute.ListDiskSnapshotSchedulesRequest, ...) *DiskSnapshotSchedulesIterator
- func (c *DiskServiceClient) Get(ctx context.Context, in *compute.GetDiskRequest, opts ...grpc.CallOption) (*compute.Disk, error)
- func (c *DiskServiceClient) List(ctx context.Context, in *compute.ListDisksRequest, opts ...grpc.CallOption) (*compute.ListDisksResponse, error)
- func (c *DiskServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, ...) (*access.ListAccessBindingsResponse, error)
- func (c *DiskServiceClient) ListOperations(ctx context.Context, in *compute.ListDiskOperationsRequest, ...) (*compute.ListDiskOperationsResponse, error)
- func (c *DiskServiceClient) ListSnapshotSchedules(ctx context.Context, in *compute.ListDiskSnapshotSchedulesRequest, ...) (*compute.ListDiskSnapshotSchedulesResponse, error)
- func (c *DiskServiceClient) Move(ctx context.Context, in *compute.MoveDiskRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *DiskServiceClient) Relocate(ctx context.Context, in *compute.RelocateDiskRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *DiskServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *DiskServiceClient) Update(ctx context.Context, in *compute.UpdateDiskRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *DiskServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, ...) (*operation.Operation, error)
- type DiskSnapshotSchedulesIterator
- func (it *DiskSnapshotSchedulesIterator) Error() error
- func (it *DiskSnapshotSchedulesIterator) Next() bool
- func (it *DiskSnapshotSchedulesIterator) Take(size int64) ([]*compute.SnapshotSchedule, error)
- func (it *DiskSnapshotSchedulesIterator) TakeAll() ([]*compute.SnapshotSchedule, error)
- func (it *DiskSnapshotSchedulesIterator) Value() *compute.SnapshotSchedule
- type DiskTypeIterator
- type DiskTypeServiceClient
- func (c *DiskTypeServiceClient) DiskTypeIterator(ctx context.Context, req *compute.ListDiskTypesRequest, ...) *DiskTypeIterator
- func (c *DiskTypeServiceClient) Get(ctx context.Context, in *compute.GetDiskTypeRequest, opts ...grpc.CallOption) (*compute.DiskType, error)
- func (c *DiskTypeServiceClient) List(ctx context.Context, in *compute.ListDiskTypesRequest, opts ...grpc.CallOption) (*compute.ListDiskTypesResponse, error)
- type FilesystemAccessBindingsIterator
- func (it *FilesystemAccessBindingsIterator) Error() error
- func (it *FilesystemAccessBindingsIterator) Next() bool
- func (it *FilesystemAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
- func (it *FilesystemAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
- func (it *FilesystemAccessBindingsIterator) Value() *access.AccessBinding
- type FilesystemIterator
- type FilesystemOperationsIterator
- func (it *FilesystemOperationsIterator) Error() error
- func (it *FilesystemOperationsIterator) Next() bool
- func (it *FilesystemOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *FilesystemOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *FilesystemOperationsIterator) Value() *operation.Operation
- type FilesystemServiceClient
- func (c *FilesystemServiceClient) Create(ctx context.Context, in *compute.CreateFilesystemRequest, ...) (*operation.Operation, error)
- func (c *FilesystemServiceClient) Delete(ctx context.Context, in *compute.DeleteFilesystemRequest, ...) (*operation.Operation, error)
- func (c *FilesystemServiceClient) FilesystemAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, ...) *FilesystemAccessBindingsIterator
- func (c *FilesystemServiceClient) FilesystemIterator(ctx context.Context, req *compute.ListFilesystemsRequest, ...) *FilesystemIterator
- func (c *FilesystemServiceClient) FilesystemOperationsIterator(ctx context.Context, req *compute.ListFilesystemOperationsRequest, ...) *FilesystemOperationsIterator
- func (c *FilesystemServiceClient) Get(ctx context.Context, in *compute.GetFilesystemRequest, opts ...grpc.CallOption) (*compute.Filesystem, error)
- func (c *FilesystemServiceClient) List(ctx context.Context, in *compute.ListFilesystemsRequest, ...) (*compute.ListFilesystemsResponse, error)
- func (c *FilesystemServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, ...) (*access.ListAccessBindingsResponse, error)
- func (c *FilesystemServiceClient) ListOperations(ctx context.Context, in *compute.ListFilesystemOperationsRequest, ...) (*compute.ListFilesystemOperationsResponse, error)
- func (c *FilesystemServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *FilesystemServiceClient) Update(ctx context.Context, in *compute.UpdateFilesystemRequest, ...) (*operation.Operation, error)
- func (c *FilesystemServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, ...) (*operation.Operation, error)
- type GpuClusterAccessBindingsIterator
- func (it *GpuClusterAccessBindingsIterator) Error() error
- func (it *GpuClusterAccessBindingsIterator) Next() bool
- func (it *GpuClusterAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
- func (it *GpuClusterAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
- func (it *GpuClusterAccessBindingsIterator) Value() *access.AccessBinding
- type GpuClusterInstancesIterator
- func (it *GpuClusterInstancesIterator) Error() error
- func (it *GpuClusterInstancesIterator) Next() bool
- func (it *GpuClusterInstancesIterator) Take(size int64) ([]*compute.Instance, error)
- func (it *GpuClusterInstancesIterator) TakeAll() ([]*compute.Instance, error)
- func (it *GpuClusterInstancesIterator) Value() *compute.Instance
- type GpuClusterIterator
- type GpuClusterOperationsIterator
- func (it *GpuClusterOperationsIterator) Error() error
- func (it *GpuClusterOperationsIterator) Next() bool
- func (it *GpuClusterOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *GpuClusterOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *GpuClusterOperationsIterator) Value() *operation.Operation
- type GpuClusterServiceClient
- func (c *GpuClusterServiceClient) Create(ctx context.Context, in *compute.CreateGpuClusterRequest, ...) (*operation.Operation, error)
- func (c *GpuClusterServiceClient) Delete(ctx context.Context, in *compute.DeleteGpuClusterRequest, ...) (*operation.Operation, error)
- func (c *GpuClusterServiceClient) Get(ctx context.Context, in *compute.GetGpuClusterRequest, opts ...grpc.CallOption) (*compute.GpuCluster, error)
- func (c *GpuClusterServiceClient) GpuClusterAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, ...) *GpuClusterAccessBindingsIterator
- func (c *GpuClusterServiceClient) GpuClusterInstancesIterator(ctx context.Context, req *compute.ListGpuClusterInstancesRequest, ...) *GpuClusterInstancesIterator
- func (c *GpuClusterServiceClient) GpuClusterIterator(ctx context.Context, req *compute.ListGpuClustersRequest, ...) *GpuClusterIterator
- func (c *GpuClusterServiceClient) GpuClusterOperationsIterator(ctx context.Context, req *compute.ListGpuClusterOperationsRequest, ...) *GpuClusterOperationsIterator
- func (c *GpuClusterServiceClient) List(ctx context.Context, in *compute.ListGpuClustersRequest, ...) (*compute.ListGpuClustersResponse, error)
- func (c *GpuClusterServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, ...) (*access.ListAccessBindingsResponse, error)
- func (c *GpuClusterServiceClient) ListInstances(ctx context.Context, in *compute.ListGpuClusterInstancesRequest, ...) (*compute.ListGpuClusterInstancesResponse, error)
- func (c *GpuClusterServiceClient) ListOperations(ctx context.Context, in *compute.ListGpuClusterOperationsRequest, ...) (*compute.ListGpuClusterOperationsResponse, error)
- func (c *GpuClusterServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *GpuClusterServiceClient) Update(ctx context.Context, in *compute.UpdateGpuClusterRequest, ...) (*operation.Operation, error)
- func (c *GpuClusterServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, ...) (*operation.Operation, error)
- type HostGroupAccessBindingsIterator
- func (it *HostGroupAccessBindingsIterator) Error() error
- func (it *HostGroupAccessBindingsIterator) Next() bool
- func (it *HostGroupAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
- func (it *HostGroupAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
- func (it *HostGroupAccessBindingsIterator) Value() *access.AccessBinding
- type HostGroupHostsIterator
- type HostGroupInstancesIterator
- func (it *HostGroupInstancesIterator) Error() error
- func (it *HostGroupInstancesIterator) Next() bool
- func (it *HostGroupInstancesIterator) Take(size int64) ([]*compute.Instance, error)
- func (it *HostGroupInstancesIterator) TakeAll() ([]*compute.Instance, error)
- func (it *HostGroupInstancesIterator) Value() *compute.Instance
- type HostGroupIterator
- type HostGroupOperationsIterator
- func (it *HostGroupOperationsIterator) Error() error
- func (it *HostGroupOperationsIterator) Next() bool
- func (it *HostGroupOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *HostGroupOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *HostGroupOperationsIterator) Value() *operation.Operation
- type HostGroupServiceClient
- func (c *HostGroupServiceClient) Create(ctx context.Context, in *compute.CreateHostGroupRequest, ...) (*operation.Operation, error)
- func (c *HostGroupServiceClient) Delete(ctx context.Context, in *compute.DeleteHostGroupRequest, ...) (*operation.Operation, error)
- func (c *HostGroupServiceClient) Get(ctx context.Context, in *compute.GetHostGroupRequest, opts ...grpc.CallOption) (*compute.HostGroup, error)
- func (c *HostGroupServiceClient) HostGroupAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, ...) *HostGroupAccessBindingsIterator
- func (c *HostGroupServiceClient) HostGroupHostsIterator(ctx context.Context, req *compute.ListHostGroupHostsRequest, ...) *HostGroupHostsIterator
- func (c *HostGroupServiceClient) HostGroupInstancesIterator(ctx context.Context, req *compute.ListHostGroupInstancesRequest, ...) *HostGroupInstancesIterator
- func (c *HostGroupServiceClient) HostGroupIterator(ctx context.Context, req *compute.ListHostGroupsRequest, ...) *HostGroupIterator
- func (c *HostGroupServiceClient) HostGroupOperationsIterator(ctx context.Context, req *compute.ListHostGroupOperationsRequest, ...) *HostGroupOperationsIterator
- func (c *HostGroupServiceClient) List(ctx context.Context, in *compute.ListHostGroupsRequest, ...) (*compute.ListHostGroupsResponse, error)
- func (c *HostGroupServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, ...) (*access.ListAccessBindingsResponse, error)
- func (c *HostGroupServiceClient) ListHosts(ctx context.Context, in *compute.ListHostGroupHostsRequest, ...) (*compute.ListHostGroupHostsResponse, error)
- func (c *HostGroupServiceClient) ListInstances(ctx context.Context, in *compute.ListHostGroupInstancesRequest, ...) (*compute.ListHostGroupInstancesResponse, error)
- func (c *HostGroupServiceClient) ListOperations(ctx context.Context, in *compute.ListHostGroupOperationsRequest, ...) (*compute.ListHostGroupOperationsResponse, error)
- func (c *HostGroupServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *HostGroupServiceClient) Update(ctx context.Context, in *compute.UpdateHostGroupRequest, ...) (*operation.Operation, error)
- func (c *HostGroupServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *HostGroupServiceClient) UpdateHost(ctx context.Context, in *compute.UpdateHostGroupHostRequest, ...) (*operation.Operation, error)
- type HostTypeIterator
- type HostTypeServiceClient
- func (c *HostTypeServiceClient) Get(ctx context.Context, in *compute.GetHostTypeRequest, opts ...grpc.CallOption) (*compute.HostType, error)
- func (c *HostTypeServiceClient) HostTypeIterator(ctx context.Context, req *compute.ListHostTypesRequest, ...) *HostTypeIterator
- func (c *HostTypeServiceClient) List(ctx context.Context, in *compute.ListHostTypesRequest, opts ...grpc.CallOption) (*compute.ListHostTypesResponse, error)
- type ImageAccessBindingsIterator
- func (it *ImageAccessBindingsIterator) Error() error
- func (it *ImageAccessBindingsIterator) Next() bool
- func (it *ImageAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
- func (it *ImageAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
- func (it *ImageAccessBindingsIterator) Value() *access.AccessBinding
- type ImageIterator
- type ImageOperationsIterator
- func (it *ImageOperationsIterator) Error() error
- func (it *ImageOperationsIterator) Next() bool
- func (it *ImageOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *ImageOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *ImageOperationsIterator) Value() *operation.Operation
- type ImageServiceClient
- func (c *ImageServiceClient) Create(ctx context.Context, in *compute.CreateImageRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *ImageServiceClient) Delete(ctx context.Context, in *compute.DeleteImageRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *ImageServiceClient) Get(ctx context.Context, in *compute.GetImageRequest, opts ...grpc.CallOption) (*compute.Image, error)
- func (c *ImageServiceClient) GetLatestByFamily(ctx context.Context, in *compute.GetImageLatestByFamilyRequest, ...) (*compute.Image, error)
- func (c *ImageServiceClient) ImageAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, ...) *ImageAccessBindingsIterator
- func (c *ImageServiceClient) ImageIterator(ctx context.Context, req *compute.ListImagesRequest, opts ...grpc.CallOption) *ImageIterator
- func (c *ImageServiceClient) ImageOperationsIterator(ctx context.Context, req *compute.ListImageOperationsRequest, ...) *ImageOperationsIterator
- func (c *ImageServiceClient) List(ctx context.Context, in *compute.ListImagesRequest, opts ...grpc.CallOption) (*compute.ListImagesResponse, error)
- func (c *ImageServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, ...) (*access.ListAccessBindingsResponse, error)
- func (c *ImageServiceClient) ListOperations(ctx context.Context, in *compute.ListImageOperationsRequest, ...) (*compute.ListImageOperationsResponse, error)
- func (c *ImageServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *ImageServiceClient) Update(ctx context.Context, in *compute.UpdateImageRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *ImageServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, ...) (*operation.Operation, error)
- type InstanceAccessBindingsIterator
- func (it *InstanceAccessBindingsIterator) Error() error
- func (it *InstanceAccessBindingsIterator) Next() bool
- func (it *InstanceAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
- func (it *InstanceAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
- func (it *InstanceAccessBindingsIterator) Value() *access.AccessBinding
- type InstanceIterator
- type InstanceOperationsIterator
- func (it *InstanceOperationsIterator) Error() error
- func (it *InstanceOperationsIterator) Next() bool
- func (it *InstanceOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *InstanceOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *InstanceOperationsIterator) Value() *operation.Operation
- type InstanceServiceClient
- func (c *InstanceServiceClient) AddOneToOneNat(ctx context.Context, in *compute.AddInstanceOneToOneNatRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) AttachDisk(ctx context.Context, in *compute.AttachInstanceDiskRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) AttachFilesystem(ctx context.Context, in *compute.AttachInstanceFilesystemRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) AttachNetworkInterface(ctx context.Context, in *compute.AttachInstanceNetworkInterfaceRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) Create(ctx context.Context, in *compute.CreateInstanceRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) Delete(ctx context.Context, in *compute.DeleteInstanceRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) DetachDisk(ctx context.Context, in *compute.DetachInstanceDiskRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) DetachFilesystem(ctx context.Context, in *compute.DetachInstanceFilesystemRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) DetachNetworkInterface(ctx context.Context, in *compute.DetachInstanceNetworkInterfaceRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) Get(ctx context.Context, in *compute.GetInstanceRequest, opts ...grpc.CallOption) (*compute.Instance, error)
- func (c *InstanceServiceClient) GetSerialPortOutput(ctx context.Context, in *compute.GetInstanceSerialPortOutputRequest, ...) (*compute.GetInstanceSerialPortOutputResponse, error)
- func (c *InstanceServiceClient) InstanceAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, ...) *InstanceAccessBindingsIterator
- func (c *InstanceServiceClient) InstanceIterator(ctx context.Context, req *compute.ListInstancesRequest, ...) *InstanceIterator
- func (c *InstanceServiceClient) InstanceOperationsIterator(ctx context.Context, req *compute.ListInstanceOperationsRequest, ...) *InstanceOperationsIterator
- func (c *InstanceServiceClient) List(ctx context.Context, in *compute.ListInstancesRequest, opts ...grpc.CallOption) (*compute.ListInstancesResponse, error)
- func (c *InstanceServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, ...) (*access.ListAccessBindingsResponse, error)
- func (c *InstanceServiceClient) ListOperations(ctx context.Context, in *compute.ListInstanceOperationsRequest, ...) (*compute.ListInstanceOperationsResponse, error)
- func (c *InstanceServiceClient) Move(ctx context.Context, in *compute.MoveInstanceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *InstanceServiceClient) Relocate(ctx context.Context, in *compute.RelocateInstanceRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) RemoveOneToOneNat(ctx context.Context, in *compute.RemoveInstanceOneToOneNatRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) Restart(ctx context.Context, in *compute.RestartInstanceRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) SimulateMaintenanceEvent(ctx context.Context, in *compute.SimulateInstanceMaintenanceEventRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) Start(ctx context.Context, in *compute.StartInstanceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *InstanceServiceClient) Stop(ctx context.Context, in *compute.StopInstanceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *InstanceServiceClient) Update(ctx context.Context, in *compute.UpdateInstanceRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) UpdateMetadata(ctx context.Context, in *compute.UpdateInstanceMetadataRequest, ...) (*operation.Operation, error)
- func (c *InstanceServiceClient) UpdateNetworkInterface(ctx context.Context, in *compute.UpdateInstanceNetworkInterfaceRequest, ...) (*operation.Operation, error)
- type PlacementGroupAccessBindingsIterator
- func (it *PlacementGroupAccessBindingsIterator) Error() error
- func (it *PlacementGroupAccessBindingsIterator) Next() bool
- func (it *PlacementGroupAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
- func (it *PlacementGroupAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
- func (it *PlacementGroupAccessBindingsIterator) Value() *access.AccessBinding
- type PlacementGroupInstancesIterator
- func (it *PlacementGroupInstancesIterator) Error() error
- func (it *PlacementGroupInstancesIterator) Next() bool
- func (it *PlacementGroupInstancesIterator) Take(size int64) ([]*compute.Instance, error)
- func (it *PlacementGroupInstancesIterator) TakeAll() ([]*compute.Instance, error)
- func (it *PlacementGroupInstancesIterator) Value() *compute.Instance
- type PlacementGroupIterator
- func (it *PlacementGroupIterator) Error() error
- func (it *PlacementGroupIterator) Next() bool
- func (it *PlacementGroupIterator) Take(size int64) ([]*compute.PlacementGroup, error)
- func (it *PlacementGroupIterator) TakeAll() ([]*compute.PlacementGroup, error)
- func (it *PlacementGroupIterator) Value() *compute.PlacementGroup
- type PlacementGroupOperationsIterator
- func (it *PlacementGroupOperationsIterator) Error() error
- func (it *PlacementGroupOperationsIterator) Next() bool
- func (it *PlacementGroupOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *PlacementGroupOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *PlacementGroupOperationsIterator) Value() *operation.Operation
- type PlacementGroupServiceClient
- func (c *PlacementGroupServiceClient) Create(ctx context.Context, in *compute.CreatePlacementGroupRequest, ...) (*operation.Operation, error)
- func (c *PlacementGroupServiceClient) Delete(ctx context.Context, in *compute.DeletePlacementGroupRequest, ...) (*operation.Operation, error)
- func (c *PlacementGroupServiceClient) Get(ctx context.Context, in *compute.GetPlacementGroupRequest, ...) (*compute.PlacementGroup, error)
- func (c *PlacementGroupServiceClient) List(ctx context.Context, in *compute.ListPlacementGroupsRequest, ...) (*compute.ListPlacementGroupsResponse, error)
- func (c *PlacementGroupServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, ...) (*access.ListAccessBindingsResponse, error)
- func (c *PlacementGroupServiceClient) ListInstances(ctx context.Context, in *compute.ListPlacementGroupInstancesRequest, ...) (*compute.ListPlacementGroupInstancesResponse, error)
- func (c *PlacementGroupServiceClient) ListOperations(ctx context.Context, in *compute.ListPlacementGroupOperationsRequest, ...) (*compute.ListPlacementGroupOperationsResponse, error)
- func (c *PlacementGroupServiceClient) PlacementGroupAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, ...) *PlacementGroupAccessBindingsIterator
- func (c *PlacementGroupServiceClient) PlacementGroupInstancesIterator(ctx context.Context, req *compute.ListPlacementGroupInstancesRequest, ...) *PlacementGroupInstancesIterator
- func (c *PlacementGroupServiceClient) PlacementGroupIterator(ctx context.Context, req *compute.ListPlacementGroupsRequest, ...) *PlacementGroupIterator
- func (c *PlacementGroupServiceClient) PlacementGroupOperationsIterator(ctx context.Context, req *compute.ListPlacementGroupOperationsRequest, ...) *PlacementGroupOperationsIterator
- func (c *PlacementGroupServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *PlacementGroupServiceClient) Update(ctx context.Context, in *compute.UpdatePlacementGroupRequest, ...) (*operation.Operation, error)
- func (c *PlacementGroupServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, ...) (*operation.Operation, error)
- type SnapshotAccessBindingsIterator
- func (it *SnapshotAccessBindingsIterator) Error() error
- func (it *SnapshotAccessBindingsIterator) Next() bool
- func (it *SnapshotAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
- func (it *SnapshotAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
- func (it *SnapshotAccessBindingsIterator) Value() *access.AccessBinding
- type SnapshotIterator
- type SnapshotOperationsIterator
- func (it *SnapshotOperationsIterator) Error() error
- func (it *SnapshotOperationsIterator) Next() bool
- func (it *SnapshotOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *SnapshotOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *SnapshotOperationsIterator) Value() *operation.Operation
- type SnapshotScheduleAccessBindingsIterator
- func (it *SnapshotScheduleAccessBindingsIterator) Error() error
- func (it *SnapshotScheduleAccessBindingsIterator) Next() bool
- func (it *SnapshotScheduleAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
- func (it *SnapshotScheduleAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
- func (it *SnapshotScheduleAccessBindingsIterator) Value() *access.AccessBinding
- type SnapshotScheduleDisksIterator
- func (it *SnapshotScheduleDisksIterator) Error() error
- func (it *SnapshotScheduleDisksIterator) Next() bool
- func (it *SnapshotScheduleDisksIterator) Take(size int64) ([]*compute.Disk, error)
- func (it *SnapshotScheduleDisksIterator) TakeAll() ([]*compute.Disk, error)
- func (it *SnapshotScheduleDisksIterator) Value() *compute.Disk
- type SnapshotScheduleIterator
- func (it *SnapshotScheduleIterator) Error() error
- func (it *SnapshotScheduleIterator) Next() bool
- func (it *SnapshotScheduleIterator) Take(size int64) ([]*compute.SnapshotSchedule, error)
- func (it *SnapshotScheduleIterator) TakeAll() ([]*compute.SnapshotSchedule, error)
- func (it *SnapshotScheduleIterator) Value() *compute.SnapshotSchedule
- type SnapshotScheduleOperationsIterator
- func (it *SnapshotScheduleOperationsIterator) Error() error
- func (it *SnapshotScheduleOperationsIterator) Next() bool
- func (it *SnapshotScheduleOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *SnapshotScheduleOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *SnapshotScheduleOperationsIterator) Value() *operation.Operation
- type SnapshotScheduleServiceClient
- func (c *SnapshotScheduleServiceClient) Create(ctx context.Context, in *compute.CreateSnapshotScheduleRequest, ...) (*operation.Operation, error)
- func (c *SnapshotScheduleServiceClient) Delete(ctx context.Context, in *compute.DeleteSnapshotScheduleRequest, ...) (*operation.Operation, error)
- func (c *SnapshotScheduleServiceClient) Disable(ctx context.Context, in *compute.DisableSnapshotScheduleRequest, ...) (*operation.Operation, error)
- func (c *SnapshotScheduleServiceClient) Enable(ctx context.Context, in *compute.EnableSnapshotScheduleRequest, ...) (*operation.Operation, error)
- func (c *SnapshotScheduleServiceClient) Get(ctx context.Context, in *compute.GetSnapshotScheduleRequest, ...) (*compute.SnapshotSchedule, error)
- func (c *SnapshotScheduleServiceClient) List(ctx context.Context, in *compute.ListSnapshotSchedulesRequest, ...) (*compute.ListSnapshotSchedulesResponse, error)
- func (c *SnapshotScheduleServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, ...) (*access.ListAccessBindingsResponse, error)
- func (c *SnapshotScheduleServiceClient) ListDisks(ctx context.Context, in *compute.ListSnapshotScheduleDisksRequest, ...) (*compute.ListSnapshotScheduleDisksResponse, error)
- func (c *SnapshotScheduleServiceClient) ListOperations(ctx context.Context, in *compute.ListSnapshotScheduleOperationsRequest, ...) (*compute.ListSnapshotScheduleOperationsResponse, error)
- func (c *SnapshotScheduleServiceClient) ListSnapshots(ctx context.Context, in *compute.ListSnapshotScheduleSnapshotsRequest, ...) (*compute.ListSnapshotScheduleSnapshotsResponse, error)
- func (c *SnapshotScheduleServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *SnapshotScheduleServiceClient) SnapshotScheduleAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, ...) *SnapshotScheduleAccessBindingsIterator
- func (c *SnapshotScheduleServiceClient) SnapshotScheduleDisksIterator(ctx context.Context, req *compute.ListSnapshotScheduleDisksRequest, ...) *SnapshotScheduleDisksIterator
- func (c *SnapshotScheduleServiceClient) SnapshotScheduleIterator(ctx context.Context, req *compute.ListSnapshotSchedulesRequest, ...) *SnapshotScheduleIterator
- func (c *SnapshotScheduleServiceClient) SnapshotScheduleOperationsIterator(ctx context.Context, req *compute.ListSnapshotScheduleOperationsRequest, ...) *SnapshotScheduleOperationsIterator
- func (c *SnapshotScheduleServiceClient) SnapshotScheduleSnapshotsIterator(ctx context.Context, req *compute.ListSnapshotScheduleSnapshotsRequest, ...) *SnapshotScheduleSnapshotsIterator
- func (c *SnapshotScheduleServiceClient) Update(ctx context.Context, in *compute.UpdateSnapshotScheduleRequest, ...) (*operation.Operation, error)
- func (c *SnapshotScheduleServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *SnapshotScheduleServiceClient) UpdateDisks(ctx context.Context, in *compute.UpdateSnapshotScheduleDisksRequest, ...) (*operation.Operation, error)
- type SnapshotScheduleSnapshotsIterator
- func (it *SnapshotScheduleSnapshotsIterator) Error() error
- func (it *SnapshotScheduleSnapshotsIterator) Next() bool
- func (it *SnapshotScheduleSnapshotsIterator) Take(size int64) ([]*compute.Snapshot, error)
- func (it *SnapshotScheduleSnapshotsIterator) TakeAll() ([]*compute.Snapshot, error)
- func (it *SnapshotScheduleSnapshotsIterator) Value() *compute.Snapshot
- type SnapshotServiceClient
- func (c *SnapshotServiceClient) Create(ctx context.Context, in *compute.CreateSnapshotRequest, ...) (*operation.Operation, error)
- func (c *SnapshotServiceClient) Delete(ctx context.Context, in *compute.DeleteSnapshotRequest, ...) (*operation.Operation, error)
- func (c *SnapshotServiceClient) Get(ctx context.Context, in *compute.GetSnapshotRequest, opts ...grpc.CallOption) (*compute.Snapshot, error)
- func (c *SnapshotServiceClient) List(ctx context.Context, in *compute.ListSnapshotsRequest, opts ...grpc.CallOption) (*compute.ListSnapshotsResponse, error)
- func (c *SnapshotServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, ...) (*access.ListAccessBindingsResponse, error)
- func (c *SnapshotServiceClient) ListOperations(ctx context.Context, in *compute.ListSnapshotOperationsRequest, ...) (*compute.ListSnapshotOperationsResponse, error)
- func (c *SnapshotServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *SnapshotServiceClient) SnapshotAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, ...) *SnapshotAccessBindingsIterator
- func (c *SnapshotServiceClient) SnapshotIterator(ctx context.Context, req *compute.ListSnapshotsRequest, ...) *SnapshotIterator
- func (c *SnapshotServiceClient) SnapshotOperationsIterator(ctx context.Context, req *compute.ListSnapshotOperationsRequest, ...) *SnapshotOperationsIterator
- func (c *SnapshotServiceClient) Update(ctx context.Context, in *compute.UpdateSnapshotRequest, ...) (*operation.Operation, error)
- func (c *SnapshotServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, ...) (*operation.Operation, error)
- type ZoneIterator
- type ZoneServiceClient
- func (c *ZoneServiceClient) Get(ctx context.Context, in *compute.GetZoneRequest, opts ...grpc.CallOption) (*compute.Zone, error)
- func (c *ZoneServiceClient) List(ctx context.Context, in *compute.ListZonesRequest, opts ...grpc.CallOption) (*compute.ListZonesResponse, error)
- func (c *ZoneServiceClient) ZoneIterator(ctx context.Context, req *compute.ListZonesRequest, opts ...grpc.CallOption) *ZoneIterator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compute ¶
type Compute struct {
// contains filtered or unexported fields
}
Compute provides access to "compute" component of Yandex.Cloud
func NewCompute ¶
NewCompute creates instance of Compute
func (*Compute) DiskPlacementGroup ¶
func (c *Compute) DiskPlacementGroup() *DiskPlacementGroupServiceClient
DiskPlacementGroup gets DiskPlacementGroupService client
func (*Compute) DiskType ¶
func (c *Compute) DiskType() *DiskTypeServiceClient
DiskType gets DiskTypeService client
func (*Compute) Filesystem ¶
func (c *Compute) Filesystem() *FilesystemServiceClient
Filesystem gets FilesystemService client
func (*Compute) GpuCluster ¶
func (c *Compute) GpuCluster() *GpuClusterServiceClient
GpuCluster gets GpuClusterService client
func (*Compute) HostGroup ¶
func (c *Compute) HostGroup() *HostGroupServiceClient
HostGroup gets HostGroupService client
func (*Compute) HostType ¶
func (c *Compute) HostType() *HostTypeServiceClient
HostType gets HostTypeService client
func (*Compute) Image ¶
func (c *Compute) Image() *ImageServiceClient
Image gets ImageService client
func (*Compute) Instance ¶
func (c *Compute) Instance() *InstanceServiceClient
Instance gets InstanceService client
func (*Compute) PlacementGroup ¶
func (c *Compute) PlacementGroup() *PlacementGroupServiceClient
PlacementGroup gets PlacementGroupService client
func (*Compute) Snapshot ¶
func (c *Compute) Snapshot() *SnapshotServiceClient
Snapshot gets SnapshotService client
func (*Compute) SnapshotSchedule ¶
func (c *Compute) SnapshotSchedule() *SnapshotScheduleServiceClient
SnapshotSchedule gets SnapshotScheduleService client
type DiskAccessBindingsIterator ¶
type DiskAccessBindingsIterator struct {
// contains filtered or unexported fields
}
func (*DiskAccessBindingsIterator) Error ¶
func (it *DiskAccessBindingsIterator) Error() error
func (*DiskAccessBindingsIterator) Next ¶
func (it *DiskAccessBindingsIterator) Next() bool
func (*DiskAccessBindingsIterator) Take ¶
func (it *DiskAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
func (*DiskAccessBindingsIterator) TakeAll ¶
func (it *DiskAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
func (*DiskAccessBindingsIterator) Value ¶
func (it *DiskAccessBindingsIterator) Value() *access.AccessBinding
type DiskIterator ¶
type DiskIterator struct {
// contains filtered or unexported fields
}
func (*DiskIterator) Error ¶
func (it *DiskIterator) Error() error
func (*DiskIterator) Next ¶
func (it *DiskIterator) Next() bool
func (*DiskIterator) Value ¶
func (it *DiskIterator) Value() *compute.Disk
type DiskOperationsIterator ¶
type DiskOperationsIterator struct {
// contains filtered or unexported fields
}
func (*DiskOperationsIterator) Error ¶
func (it *DiskOperationsIterator) Error() error
func (*DiskOperationsIterator) Next ¶
func (it *DiskOperationsIterator) Next() bool
func (*DiskOperationsIterator) Take ¶
func (it *DiskOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*DiskOperationsIterator) TakeAll ¶
func (it *DiskOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*DiskOperationsIterator) Value ¶
func (it *DiskOperationsIterator) Value() *operation.Operation
type DiskPlacementGroupAccessBindingsIterator ¶
type DiskPlacementGroupAccessBindingsIterator struct {
// contains filtered or unexported fields
}
func (*DiskPlacementGroupAccessBindingsIterator) Error ¶
func (it *DiskPlacementGroupAccessBindingsIterator) Error() error
func (*DiskPlacementGroupAccessBindingsIterator) Next ¶
func (it *DiskPlacementGroupAccessBindingsIterator) Next() bool
func (*DiskPlacementGroupAccessBindingsIterator) Take ¶
func (it *DiskPlacementGroupAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
func (*DiskPlacementGroupAccessBindingsIterator) TakeAll ¶
func (it *DiskPlacementGroupAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
func (*DiskPlacementGroupAccessBindingsIterator) Value ¶
func (it *DiskPlacementGroupAccessBindingsIterator) Value() *access.AccessBinding
type DiskPlacementGroupDisksIterator ¶
type DiskPlacementGroupDisksIterator struct {
// contains filtered or unexported fields
}
func (*DiskPlacementGroupDisksIterator) Error ¶
func (it *DiskPlacementGroupDisksIterator) Error() error
func (*DiskPlacementGroupDisksIterator) Next ¶
func (it *DiskPlacementGroupDisksIterator) Next() bool
func (*DiskPlacementGroupDisksIterator) Take ¶
func (it *DiskPlacementGroupDisksIterator) Take(size int64) ([]*compute.Disk, error)
func (*DiskPlacementGroupDisksIterator) TakeAll ¶
func (it *DiskPlacementGroupDisksIterator) TakeAll() ([]*compute.Disk, error)
func (*DiskPlacementGroupDisksIterator) Value ¶
func (it *DiskPlacementGroupDisksIterator) Value() *compute.Disk
type DiskPlacementGroupIterator ¶
type DiskPlacementGroupIterator struct {
// contains filtered or unexported fields
}
func (*DiskPlacementGroupIterator) Error ¶
func (it *DiskPlacementGroupIterator) Error() error
func (*DiskPlacementGroupIterator) Next ¶
func (it *DiskPlacementGroupIterator) Next() bool
func (*DiskPlacementGroupIterator) Take ¶
func (it *DiskPlacementGroupIterator) Take(size int64) ([]*compute.DiskPlacementGroup, error)
func (*DiskPlacementGroupIterator) TakeAll ¶
func (it *DiskPlacementGroupIterator) TakeAll() ([]*compute.DiskPlacementGroup, error)
func (*DiskPlacementGroupIterator) Value ¶
func (it *DiskPlacementGroupIterator) Value() *compute.DiskPlacementGroup
type DiskPlacementGroupOperationsIterator ¶
type DiskPlacementGroupOperationsIterator struct {
// contains filtered or unexported fields
}
func (*DiskPlacementGroupOperationsIterator) Error ¶
func (it *DiskPlacementGroupOperationsIterator) Error() error
func (*DiskPlacementGroupOperationsIterator) Next ¶
func (it *DiskPlacementGroupOperationsIterator) Next() bool
func (*DiskPlacementGroupOperationsIterator) Take ¶
func (it *DiskPlacementGroupOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*DiskPlacementGroupOperationsIterator) TakeAll ¶
func (it *DiskPlacementGroupOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*DiskPlacementGroupOperationsIterator) Value ¶
func (it *DiskPlacementGroupOperationsIterator) Value() *operation.Operation
type DiskPlacementGroupServiceClient ¶
type DiskPlacementGroupServiceClient struct {
// contains filtered or unexported fields
}
DiskPlacementGroupServiceClient is a compute.DiskPlacementGroupServiceClient with lazy GRPC connection initialization.
func (*DiskPlacementGroupServiceClient) Create ¶
func (c *DiskPlacementGroupServiceClient) Create(ctx context.Context, in *compute.CreateDiskPlacementGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements compute.DiskPlacementGroupServiceClient
func (*DiskPlacementGroupServiceClient) Delete ¶
func (c *DiskPlacementGroupServiceClient) Delete(ctx context.Context, in *compute.DeleteDiskPlacementGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements compute.DiskPlacementGroupServiceClient
func (*DiskPlacementGroupServiceClient) DiskPlacementGroupAccessBindingsIterator ¶
func (c *DiskPlacementGroupServiceClient) DiskPlacementGroupAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, opts ...grpc.CallOption) *DiskPlacementGroupAccessBindingsIterator
func (*DiskPlacementGroupServiceClient) DiskPlacementGroupDisksIterator ¶
func (c *DiskPlacementGroupServiceClient) DiskPlacementGroupDisksIterator(ctx context.Context, req *compute.ListDiskPlacementGroupDisksRequest, opts ...grpc.CallOption) *DiskPlacementGroupDisksIterator
func (*DiskPlacementGroupServiceClient) DiskPlacementGroupIterator ¶
func (c *DiskPlacementGroupServiceClient) DiskPlacementGroupIterator(ctx context.Context, req *compute.ListDiskPlacementGroupsRequest, opts ...grpc.CallOption) *DiskPlacementGroupIterator
func (*DiskPlacementGroupServiceClient) DiskPlacementGroupOperationsIterator ¶
func (c *DiskPlacementGroupServiceClient) DiskPlacementGroupOperationsIterator(ctx context.Context, req *compute.ListDiskPlacementGroupOperationsRequest, opts ...grpc.CallOption) *DiskPlacementGroupOperationsIterator
func (*DiskPlacementGroupServiceClient) Get ¶
func (c *DiskPlacementGroupServiceClient) Get(ctx context.Context, in *compute.GetDiskPlacementGroupRequest, opts ...grpc.CallOption) (*compute.DiskPlacementGroup, error)
Get implements compute.DiskPlacementGroupServiceClient
func (*DiskPlacementGroupServiceClient) List ¶
func (c *DiskPlacementGroupServiceClient) List(ctx context.Context, in *compute.ListDiskPlacementGroupsRequest, opts ...grpc.CallOption) (*compute.ListDiskPlacementGroupsResponse, error)
List implements compute.DiskPlacementGroupServiceClient
func (*DiskPlacementGroupServiceClient) ListAccessBindings ¶
func (c *DiskPlacementGroupServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error)
ListAccessBindings implements compute.DiskPlacementGroupServiceClient
func (*DiskPlacementGroupServiceClient) ListDisks ¶
func (c *DiskPlacementGroupServiceClient) ListDisks(ctx context.Context, in *compute.ListDiskPlacementGroupDisksRequest, opts ...grpc.CallOption) (*compute.ListDiskPlacementGroupDisksResponse, error)
ListDisks implements compute.DiskPlacementGroupServiceClient
func (*DiskPlacementGroupServiceClient) ListOperations ¶
func (c *DiskPlacementGroupServiceClient) ListOperations(ctx context.Context, in *compute.ListDiskPlacementGroupOperationsRequest, opts ...grpc.CallOption) (*compute.ListDiskPlacementGroupOperationsResponse, error)
ListOperations implements compute.DiskPlacementGroupServiceClient
func (*DiskPlacementGroupServiceClient) SetAccessBindings ¶
func (c *DiskPlacementGroupServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
SetAccessBindings implements compute.DiskPlacementGroupServiceClient
func (*DiskPlacementGroupServiceClient) Update ¶
func (c *DiskPlacementGroupServiceClient) Update(ctx context.Context, in *compute.UpdateDiskPlacementGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements compute.DiskPlacementGroupServiceClient
func (*DiskPlacementGroupServiceClient) UpdateAccessBindings ¶
func (c *DiskPlacementGroupServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateAccessBindings implements compute.DiskPlacementGroupServiceClient
type DiskServiceClient ¶
type DiskServiceClient struct {
// contains filtered or unexported fields
}
DiskServiceClient is a compute.DiskServiceClient with lazy GRPC connection initialization.
func (*DiskServiceClient) Create ¶
func (c *DiskServiceClient) Create(ctx context.Context, in *compute.CreateDiskRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements compute.DiskServiceClient
func (*DiskServiceClient) Delete ¶
func (c *DiskServiceClient) Delete(ctx context.Context, in *compute.DeleteDiskRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements compute.DiskServiceClient
func (*DiskServiceClient) DiskAccessBindingsIterator ¶
func (c *DiskServiceClient) DiskAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, opts ...grpc.CallOption) *DiskAccessBindingsIterator
func (*DiskServiceClient) DiskIterator ¶
func (c *DiskServiceClient) DiskIterator(ctx context.Context, req *compute.ListDisksRequest, opts ...grpc.CallOption) *DiskIterator
func (*DiskServiceClient) DiskOperationsIterator ¶
func (c *DiskServiceClient) DiskOperationsIterator(ctx context.Context, req *compute.ListDiskOperationsRequest, opts ...grpc.CallOption) *DiskOperationsIterator
func (*DiskServiceClient) DiskSnapshotSchedulesIterator ¶
func (c *DiskServiceClient) DiskSnapshotSchedulesIterator(ctx context.Context, req *compute.ListDiskSnapshotSchedulesRequest, opts ...grpc.CallOption) *DiskSnapshotSchedulesIterator
func (*DiskServiceClient) Get ¶
func (c *DiskServiceClient) Get(ctx context.Context, in *compute.GetDiskRequest, opts ...grpc.CallOption) (*compute.Disk, error)
Get implements compute.DiskServiceClient
func (*DiskServiceClient) List ¶
func (c *DiskServiceClient) List(ctx context.Context, in *compute.ListDisksRequest, opts ...grpc.CallOption) (*compute.ListDisksResponse, error)
List implements compute.DiskServiceClient
func (*DiskServiceClient) ListAccessBindings ¶
func (c *DiskServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error)
ListAccessBindings implements compute.DiskServiceClient
func (*DiskServiceClient) ListOperations ¶
func (c *DiskServiceClient) ListOperations(ctx context.Context, in *compute.ListDiskOperationsRequest, opts ...grpc.CallOption) (*compute.ListDiskOperationsResponse, error)
ListOperations implements compute.DiskServiceClient
func (*DiskServiceClient) ListSnapshotSchedules ¶
func (c *DiskServiceClient) ListSnapshotSchedules(ctx context.Context, in *compute.ListDiskSnapshotSchedulesRequest, opts ...grpc.CallOption) (*compute.ListDiskSnapshotSchedulesResponse, error)
ListSnapshotSchedules implements compute.DiskServiceClient
func (*DiskServiceClient) Move ¶
func (c *DiskServiceClient) Move(ctx context.Context, in *compute.MoveDiskRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Move implements compute.DiskServiceClient
func (*DiskServiceClient) Relocate ¶
func (c *DiskServiceClient) Relocate(ctx context.Context, in *compute.RelocateDiskRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Relocate implements compute.DiskServiceClient
func (*DiskServiceClient) SetAccessBindings ¶
func (c *DiskServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
SetAccessBindings implements compute.DiskServiceClient
func (*DiskServiceClient) Update ¶
func (c *DiskServiceClient) Update(ctx context.Context, in *compute.UpdateDiskRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements compute.DiskServiceClient
func (*DiskServiceClient) UpdateAccessBindings ¶
func (c *DiskServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateAccessBindings implements compute.DiskServiceClient
type DiskSnapshotSchedulesIterator ¶
type DiskSnapshotSchedulesIterator struct {
// contains filtered or unexported fields
}
func (*DiskSnapshotSchedulesIterator) Error ¶
func (it *DiskSnapshotSchedulesIterator) Error() error
func (*DiskSnapshotSchedulesIterator) Next ¶
func (it *DiskSnapshotSchedulesIterator) Next() bool
func (*DiskSnapshotSchedulesIterator) Take ¶
func (it *DiskSnapshotSchedulesIterator) Take(size int64) ([]*compute.SnapshotSchedule, error)
func (*DiskSnapshotSchedulesIterator) TakeAll ¶
func (it *DiskSnapshotSchedulesIterator) TakeAll() ([]*compute.SnapshotSchedule, error)
func (*DiskSnapshotSchedulesIterator) Value ¶
func (it *DiskSnapshotSchedulesIterator) Value() *compute.SnapshotSchedule
type DiskTypeIterator ¶
type DiskTypeIterator struct {
// contains filtered or unexported fields
}
func (*DiskTypeIterator) Error ¶
func (it *DiskTypeIterator) Error() error
func (*DiskTypeIterator) Next ¶
func (it *DiskTypeIterator) Next() bool
func (*DiskTypeIterator) Take ¶
func (it *DiskTypeIterator) Take(size int64) ([]*compute.DiskType, error)
func (*DiskTypeIterator) TakeAll ¶
func (it *DiskTypeIterator) TakeAll() ([]*compute.DiskType, error)
func (*DiskTypeIterator) Value ¶
func (it *DiskTypeIterator) Value() *compute.DiskType
type DiskTypeServiceClient ¶
type DiskTypeServiceClient struct {
// contains filtered or unexported fields
}
DiskTypeServiceClient is a compute.DiskTypeServiceClient with lazy GRPC connection initialization.
func (*DiskTypeServiceClient) DiskTypeIterator ¶
func (c *DiskTypeServiceClient) DiskTypeIterator(ctx context.Context, req *compute.ListDiskTypesRequest, opts ...grpc.CallOption) *DiskTypeIterator
func (*DiskTypeServiceClient) Get ¶
func (c *DiskTypeServiceClient) Get(ctx context.Context, in *compute.GetDiskTypeRequest, opts ...grpc.CallOption) (*compute.DiskType, error)
Get implements compute.DiskTypeServiceClient
func (*DiskTypeServiceClient) List ¶
func (c *DiskTypeServiceClient) List(ctx context.Context, in *compute.ListDiskTypesRequest, opts ...grpc.CallOption) (*compute.ListDiskTypesResponse, error)
List implements compute.DiskTypeServiceClient
type FilesystemAccessBindingsIterator ¶
type FilesystemAccessBindingsIterator struct {
// contains filtered or unexported fields
}
func (*FilesystemAccessBindingsIterator) Error ¶
func (it *FilesystemAccessBindingsIterator) Error() error
func (*FilesystemAccessBindingsIterator) Next ¶
func (it *FilesystemAccessBindingsIterator) Next() bool
func (*FilesystemAccessBindingsIterator) Take ¶
func (it *FilesystemAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
func (*FilesystemAccessBindingsIterator) TakeAll ¶
func (it *FilesystemAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
func (*FilesystemAccessBindingsIterator) Value ¶
func (it *FilesystemAccessBindingsIterator) Value() *access.AccessBinding
type FilesystemIterator ¶
type FilesystemIterator struct {
// contains filtered or unexported fields
}
func (*FilesystemIterator) Error ¶
func (it *FilesystemIterator) Error() error
func (*FilesystemIterator) Next ¶
func (it *FilesystemIterator) Next() bool
func (*FilesystemIterator) Take ¶
func (it *FilesystemIterator) Take(size int64) ([]*compute.Filesystem, error)
func (*FilesystemIterator) TakeAll ¶
func (it *FilesystemIterator) TakeAll() ([]*compute.Filesystem, error)
func (*FilesystemIterator) Value ¶
func (it *FilesystemIterator) Value() *compute.Filesystem
type FilesystemOperationsIterator ¶
type FilesystemOperationsIterator struct {
// contains filtered or unexported fields
}
func (*FilesystemOperationsIterator) Error ¶
func (it *FilesystemOperationsIterator) Error() error
func (*FilesystemOperationsIterator) Next ¶
func (it *FilesystemOperationsIterator) Next() bool
func (*FilesystemOperationsIterator) Take ¶
func (it *FilesystemOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*FilesystemOperationsIterator) TakeAll ¶
func (it *FilesystemOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*FilesystemOperationsIterator) Value ¶
func (it *FilesystemOperationsIterator) Value() *operation.Operation
type FilesystemServiceClient ¶
type FilesystemServiceClient struct {
// contains filtered or unexported fields
}
FilesystemServiceClient is a compute.FilesystemServiceClient with lazy GRPC connection initialization.
func (*FilesystemServiceClient) Create ¶
func (c *FilesystemServiceClient) Create(ctx context.Context, in *compute.CreateFilesystemRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements compute.FilesystemServiceClient
func (*FilesystemServiceClient) Delete ¶
func (c *FilesystemServiceClient) Delete(ctx context.Context, in *compute.DeleteFilesystemRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements compute.FilesystemServiceClient
func (*FilesystemServiceClient) FilesystemAccessBindingsIterator ¶
func (c *FilesystemServiceClient) FilesystemAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, opts ...grpc.CallOption) *FilesystemAccessBindingsIterator
func (*FilesystemServiceClient) FilesystemIterator ¶
func (c *FilesystemServiceClient) FilesystemIterator(ctx context.Context, req *compute.ListFilesystemsRequest, opts ...grpc.CallOption) *FilesystemIterator
func (*FilesystemServiceClient) FilesystemOperationsIterator ¶
func (c *FilesystemServiceClient) FilesystemOperationsIterator(ctx context.Context, req *compute.ListFilesystemOperationsRequest, opts ...grpc.CallOption) *FilesystemOperationsIterator
func (*FilesystemServiceClient) Get ¶
func (c *FilesystemServiceClient) Get(ctx context.Context, in *compute.GetFilesystemRequest, opts ...grpc.CallOption) (*compute.Filesystem, error)
Get implements compute.FilesystemServiceClient
func (*FilesystemServiceClient) List ¶
func (c *FilesystemServiceClient) List(ctx context.Context, in *compute.ListFilesystemsRequest, opts ...grpc.CallOption) (*compute.ListFilesystemsResponse, error)
List implements compute.FilesystemServiceClient
func (*FilesystemServiceClient) ListAccessBindings ¶
func (c *FilesystemServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error)
ListAccessBindings implements compute.FilesystemServiceClient
func (*FilesystemServiceClient) ListOperations ¶
func (c *FilesystemServiceClient) ListOperations(ctx context.Context, in *compute.ListFilesystemOperationsRequest, opts ...grpc.CallOption) (*compute.ListFilesystemOperationsResponse, error)
ListOperations implements compute.FilesystemServiceClient
func (*FilesystemServiceClient) SetAccessBindings ¶
func (c *FilesystemServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
SetAccessBindings implements compute.FilesystemServiceClient
func (*FilesystemServiceClient) Update ¶
func (c *FilesystemServiceClient) Update(ctx context.Context, in *compute.UpdateFilesystemRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements compute.FilesystemServiceClient
func (*FilesystemServiceClient) UpdateAccessBindings ¶
func (c *FilesystemServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateAccessBindings implements compute.FilesystemServiceClient
type GpuClusterAccessBindingsIterator ¶
type GpuClusterAccessBindingsIterator struct {
// contains filtered or unexported fields
}
func (*GpuClusterAccessBindingsIterator) Error ¶
func (it *GpuClusterAccessBindingsIterator) Error() error
func (*GpuClusterAccessBindingsIterator) Next ¶
func (it *GpuClusterAccessBindingsIterator) Next() bool
func (*GpuClusterAccessBindingsIterator) Take ¶
func (it *GpuClusterAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
func (*GpuClusterAccessBindingsIterator) TakeAll ¶
func (it *GpuClusterAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
func (*GpuClusterAccessBindingsIterator) Value ¶
func (it *GpuClusterAccessBindingsIterator) Value() *access.AccessBinding
type GpuClusterInstancesIterator ¶
type GpuClusterInstancesIterator struct {
// contains filtered or unexported fields
}
func (*GpuClusterInstancesIterator) Error ¶
func (it *GpuClusterInstancesIterator) Error() error
func (*GpuClusterInstancesIterator) Next ¶
func (it *GpuClusterInstancesIterator) Next() bool
func (*GpuClusterInstancesIterator) Take ¶
func (it *GpuClusterInstancesIterator) Take(size int64) ([]*compute.Instance, error)
func (*GpuClusterInstancesIterator) TakeAll ¶
func (it *GpuClusterInstancesIterator) TakeAll() ([]*compute.Instance, error)
func (*GpuClusterInstancesIterator) Value ¶
func (it *GpuClusterInstancesIterator) Value() *compute.Instance
type GpuClusterIterator ¶
type GpuClusterIterator struct {
// contains filtered or unexported fields
}
func (*GpuClusterIterator) Error ¶
func (it *GpuClusterIterator) Error() error
func (*GpuClusterIterator) Next ¶
func (it *GpuClusterIterator) Next() bool
func (*GpuClusterIterator) Take ¶
func (it *GpuClusterIterator) Take(size int64) ([]*compute.GpuCluster, error)
func (*GpuClusterIterator) TakeAll ¶
func (it *GpuClusterIterator) TakeAll() ([]*compute.GpuCluster, error)
func (*GpuClusterIterator) Value ¶
func (it *GpuClusterIterator) Value() *compute.GpuCluster
type GpuClusterOperationsIterator ¶
type GpuClusterOperationsIterator struct {
// contains filtered or unexported fields
}
func (*GpuClusterOperationsIterator) Error ¶
func (it *GpuClusterOperationsIterator) Error() error
func (*GpuClusterOperationsIterator) Next ¶
func (it *GpuClusterOperationsIterator) Next() bool
func (*GpuClusterOperationsIterator) Take ¶
func (it *GpuClusterOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*GpuClusterOperationsIterator) TakeAll ¶
func (it *GpuClusterOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*GpuClusterOperationsIterator) Value ¶
func (it *GpuClusterOperationsIterator) Value() *operation.Operation
type GpuClusterServiceClient ¶
type GpuClusterServiceClient struct {
// contains filtered or unexported fields
}
GpuClusterServiceClient is a compute.GpuClusterServiceClient with lazy GRPC connection initialization.
func (*GpuClusterServiceClient) Create ¶
func (c *GpuClusterServiceClient) Create(ctx context.Context, in *compute.CreateGpuClusterRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements compute.GpuClusterServiceClient
func (*GpuClusterServiceClient) Delete ¶
func (c *GpuClusterServiceClient) Delete(ctx context.Context, in *compute.DeleteGpuClusterRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements compute.GpuClusterServiceClient
func (*GpuClusterServiceClient) Get ¶
func (c *GpuClusterServiceClient) Get(ctx context.Context, in *compute.GetGpuClusterRequest, opts ...grpc.CallOption) (*compute.GpuCluster, error)
Get implements compute.GpuClusterServiceClient
func (*GpuClusterServiceClient) GpuClusterAccessBindingsIterator ¶
func (c *GpuClusterServiceClient) GpuClusterAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, opts ...grpc.CallOption) *GpuClusterAccessBindingsIterator
func (*GpuClusterServiceClient) GpuClusterInstancesIterator ¶
func (c *GpuClusterServiceClient) GpuClusterInstancesIterator(ctx context.Context, req *compute.ListGpuClusterInstancesRequest, opts ...grpc.CallOption) *GpuClusterInstancesIterator
func (*GpuClusterServiceClient) GpuClusterIterator ¶
func (c *GpuClusterServiceClient) GpuClusterIterator(ctx context.Context, req *compute.ListGpuClustersRequest, opts ...grpc.CallOption) *GpuClusterIterator
func (*GpuClusterServiceClient) GpuClusterOperationsIterator ¶
func (c *GpuClusterServiceClient) GpuClusterOperationsIterator(ctx context.Context, req *compute.ListGpuClusterOperationsRequest, opts ...grpc.CallOption) *GpuClusterOperationsIterator
func (*GpuClusterServiceClient) List ¶
func (c *GpuClusterServiceClient) List(ctx context.Context, in *compute.ListGpuClustersRequest, opts ...grpc.CallOption) (*compute.ListGpuClustersResponse, error)
List implements compute.GpuClusterServiceClient
func (*GpuClusterServiceClient) ListAccessBindings ¶
func (c *GpuClusterServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error)
ListAccessBindings implements compute.GpuClusterServiceClient
func (*GpuClusterServiceClient) ListInstances ¶
func (c *GpuClusterServiceClient) ListInstances(ctx context.Context, in *compute.ListGpuClusterInstancesRequest, opts ...grpc.CallOption) (*compute.ListGpuClusterInstancesResponse, error)
ListInstances implements compute.GpuClusterServiceClient
func (*GpuClusterServiceClient) ListOperations ¶
func (c *GpuClusterServiceClient) ListOperations(ctx context.Context, in *compute.ListGpuClusterOperationsRequest, opts ...grpc.CallOption) (*compute.ListGpuClusterOperationsResponse, error)
ListOperations implements compute.GpuClusterServiceClient
func (*GpuClusterServiceClient) SetAccessBindings ¶
func (c *GpuClusterServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
SetAccessBindings implements compute.GpuClusterServiceClient
func (*GpuClusterServiceClient) Update ¶
func (c *GpuClusterServiceClient) Update(ctx context.Context, in *compute.UpdateGpuClusterRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements compute.GpuClusterServiceClient
func (*GpuClusterServiceClient) UpdateAccessBindings ¶
func (c *GpuClusterServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateAccessBindings implements compute.GpuClusterServiceClient
type HostGroupAccessBindingsIterator ¶
type HostGroupAccessBindingsIterator struct {
// contains filtered or unexported fields
}
func (*HostGroupAccessBindingsIterator) Error ¶
func (it *HostGroupAccessBindingsIterator) Error() error
func (*HostGroupAccessBindingsIterator) Next ¶
func (it *HostGroupAccessBindingsIterator) Next() bool
func (*HostGroupAccessBindingsIterator) Take ¶
func (it *HostGroupAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
func (*HostGroupAccessBindingsIterator) TakeAll ¶
func (it *HostGroupAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
func (*HostGroupAccessBindingsIterator) Value ¶
func (it *HostGroupAccessBindingsIterator) Value() *access.AccessBinding
type HostGroupHostsIterator ¶
type HostGroupHostsIterator struct {
// contains filtered or unexported fields
}
func (*HostGroupHostsIterator) Error ¶
func (it *HostGroupHostsIterator) Error() error
func (*HostGroupHostsIterator) Next ¶
func (it *HostGroupHostsIterator) Next() bool
func (*HostGroupHostsIterator) Take ¶
func (it *HostGroupHostsIterator) Take(size int64) ([]*compute.Host, error)
func (*HostGroupHostsIterator) TakeAll ¶
func (it *HostGroupHostsIterator) TakeAll() ([]*compute.Host, error)
func (*HostGroupHostsIterator) Value ¶
func (it *HostGroupHostsIterator) Value() *compute.Host
type HostGroupInstancesIterator ¶
type HostGroupInstancesIterator struct {
// contains filtered or unexported fields
}
func (*HostGroupInstancesIterator) Error ¶
func (it *HostGroupInstancesIterator) Error() error
func (*HostGroupInstancesIterator) Next ¶
func (it *HostGroupInstancesIterator) Next() bool
func (*HostGroupInstancesIterator) Take ¶
func (it *HostGroupInstancesIterator) Take(size int64) ([]*compute.Instance, error)
func (*HostGroupInstancesIterator) TakeAll ¶
func (it *HostGroupInstancesIterator) TakeAll() ([]*compute.Instance, error)
func (*HostGroupInstancesIterator) Value ¶
func (it *HostGroupInstancesIterator) Value() *compute.Instance
type HostGroupIterator ¶
type HostGroupIterator struct {
// contains filtered or unexported fields
}
func (*HostGroupIterator) Error ¶
func (it *HostGroupIterator) Error() error
func (*HostGroupIterator) Next ¶
func (it *HostGroupIterator) Next() bool
func (*HostGroupIterator) Take ¶
func (it *HostGroupIterator) Take(size int64) ([]*compute.HostGroup, error)
func (*HostGroupIterator) TakeAll ¶
func (it *HostGroupIterator) TakeAll() ([]*compute.HostGroup, error)
func (*HostGroupIterator) Value ¶
func (it *HostGroupIterator) Value() *compute.HostGroup
type HostGroupOperationsIterator ¶
type HostGroupOperationsIterator struct {
// contains filtered or unexported fields
}
func (*HostGroupOperationsIterator) Error ¶
func (it *HostGroupOperationsIterator) Error() error
func (*HostGroupOperationsIterator) Next ¶
func (it *HostGroupOperationsIterator) Next() bool
func (*HostGroupOperationsIterator) Take ¶
func (it *HostGroupOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*HostGroupOperationsIterator) TakeAll ¶
func (it *HostGroupOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*HostGroupOperationsIterator) Value ¶
func (it *HostGroupOperationsIterator) Value() *operation.Operation
type HostGroupServiceClient ¶
type HostGroupServiceClient struct {
// contains filtered or unexported fields
}
HostGroupServiceClient is a compute.HostGroupServiceClient with lazy GRPC connection initialization.
func (*HostGroupServiceClient) Create ¶
func (c *HostGroupServiceClient) Create(ctx context.Context, in *compute.CreateHostGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements compute.HostGroupServiceClient
func (*HostGroupServiceClient) Delete ¶
func (c *HostGroupServiceClient) Delete(ctx context.Context, in *compute.DeleteHostGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements compute.HostGroupServiceClient
func (*HostGroupServiceClient) Get ¶
func (c *HostGroupServiceClient) Get(ctx context.Context, in *compute.GetHostGroupRequest, opts ...grpc.CallOption) (*compute.HostGroup, error)
Get implements compute.HostGroupServiceClient
func (*HostGroupServiceClient) HostGroupAccessBindingsIterator ¶
func (c *HostGroupServiceClient) HostGroupAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, opts ...grpc.CallOption) *HostGroupAccessBindingsIterator
func (*HostGroupServiceClient) HostGroupHostsIterator ¶
func (c *HostGroupServiceClient) HostGroupHostsIterator(ctx context.Context, req *compute.ListHostGroupHostsRequest, opts ...grpc.CallOption) *HostGroupHostsIterator
func (*HostGroupServiceClient) HostGroupInstancesIterator ¶
func (c *HostGroupServiceClient) HostGroupInstancesIterator(ctx context.Context, req *compute.ListHostGroupInstancesRequest, opts ...grpc.CallOption) *HostGroupInstancesIterator
func (*HostGroupServiceClient) HostGroupIterator ¶
func (c *HostGroupServiceClient) HostGroupIterator(ctx context.Context, req *compute.ListHostGroupsRequest, opts ...grpc.CallOption) *HostGroupIterator
func (*HostGroupServiceClient) HostGroupOperationsIterator ¶
func (c *HostGroupServiceClient) HostGroupOperationsIterator(ctx context.Context, req *compute.ListHostGroupOperationsRequest, opts ...grpc.CallOption) *HostGroupOperationsIterator
func (*HostGroupServiceClient) List ¶
func (c *HostGroupServiceClient) List(ctx context.Context, in *compute.ListHostGroupsRequest, opts ...grpc.CallOption) (*compute.ListHostGroupsResponse, error)
List implements compute.HostGroupServiceClient
func (*HostGroupServiceClient) ListAccessBindings ¶
func (c *HostGroupServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error)
ListAccessBindings implements compute.HostGroupServiceClient
func (*HostGroupServiceClient) ListHosts ¶
func (c *HostGroupServiceClient) ListHosts(ctx context.Context, in *compute.ListHostGroupHostsRequest, opts ...grpc.CallOption) (*compute.ListHostGroupHostsResponse, error)
ListHosts implements compute.HostGroupServiceClient
func (*HostGroupServiceClient) ListInstances ¶
func (c *HostGroupServiceClient) ListInstances(ctx context.Context, in *compute.ListHostGroupInstancesRequest, opts ...grpc.CallOption) (*compute.ListHostGroupInstancesResponse, error)
ListInstances implements compute.HostGroupServiceClient
func (*HostGroupServiceClient) ListOperations ¶
func (c *HostGroupServiceClient) ListOperations(ctx context.Context, in *compute.ListHostGroupOperationsRequest, opts ...grpc.CallOption) (*compute.ListHostGroupOperationsResponse, error)
ListOperations implements compute.HostGroupServiceClient
func (*HostGroupServiceClient) SetAccessBindings ¶
func (c *HostGroupServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
SetAccessBindings implements compute.HostGroupServiceClient
func (*HostGroupServiceClient) Update ¶
func (c *HostGroupServiceClient) Update(ctx context.Context, in *compute.UpdateHostGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements compute.HostGroupServiceClient
func (*HostGroupServiceClient) UpdateAccessBindings ¶
func (c *HostGroupServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateAccessBindings implements compute.HostGroupServiceClient
func (*HostGroupServiceClient) UpdateHost ¶
func (c *HostGroupServiceClient) UpdateHost(ctx context.Context, in *compute.UpdateHostGroupHostRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateHost implements compute.HostGroupServiceClient
type HostTypeIterator ¶
type HostTypeIterator struct {
// contains filtered or unexported fields
}
func (*HostTypeIterator) Error ¶
func (it *HostTypeIterator) Error() error
func (*HostTypeIterator) Next ¶
func (it *HostTypeIterator) Next() bool
func (*HostTypeIterator) Take ¶
func (it *HostTypeIterator) Take(size int64) ([]*compute.HostType, error)
func (*HostTypeIterator) TakeAll ¶
func (it *HostTypeIterator) TakeAll() ([]*compute.HostType, error)
func (*HostTypeIterator) Value ¶
func (it *HostTypeIterator) Value() *compute.HostType
type HostTypeServiceClient ¶
type HostTypeServiceClient struct {
// contains filtered or unexported fields
}
HostTypeServiceClient is a compute.HostTypeServiceClient with lazy GRPC connection initialization.
func (*HostTypeServiceClient) Get ¶
func (c *HostTypeServiceClient) Get(ctx context.Context, in *compute.GetHostTypeRequest, opts ...grpc.CallOption) (*compute.HostType, error)
Get implements compute.HostTypeServiceClient
func (*HostTypeServiceClient) HostTypeIterator ¶
func (c *HostTypeServiceClient) HostTypeIterator(ctx context.Context, req *compute.ListHostTypesRequest, opts ...grpc.CallOption) *HostTypeIterator
func (*HostTypeServiceClient) List ¶
func (c *HostTypeServiceClient) List(ctx context.Context, in *compute.ListHostTypesRequest, opts ...grpc.CallOption) (*compute.ListHostTypesResponse, error)
List implements compute.HostTypeServiceClient
type ImageAccessBindingsIterator ¶
type ImageAccessBindingsIterator struct {
// contains filtered or unexported fields
}
func (*ImageAccessBindingsIterator) Error ¶
func (it *ImageAccessBindingsIterator) Error() error
func (*ImageAccessBindingsIterator) Next ¶
func (it *ImageAccessBindingsIterator) Next() bool
func (*ImageAccessBindingsIterator) Take ¶
func (it *ImageAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
func (*ImageAccessBindingsIterator) TakeAll ¶
func (it *ImageAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
func (*ImageAccessBindingsIterator) Value ¶
func (it *ImageAccessBindingsIterator) Value() *access.AccessBinding
type ImageIterator ¶
type ImageIterator struct {
// contains filtered or unexported fields
}
func (*ImageIterator) Error ¶
func (it *ImageIterator) Error() error
func (*ImageIterator) Next ¶
func (it *ImageIterator) Next() bool
func (*ImageIterator) Value ¶
func (it *ImageIterator) Value() *compute.Image
type ImageOperationsIterator ¶
type ImageOperationsIterator struct {
// contains filtered or unexported fields
}
func (*ImageOperationsIterator) Error ¶
func (it *ImageOperationsIterator) Error() error
func (*ImageOperationsIterator) Next ¶
func (it *ImageOperationsIterator) Next() bool
func (*ImageOperationsIterator) Take ¶
func (it *ImageOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*ImageOperationsIterator) TakeAll ¶
func (it *ImageOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*ImageOperationsIterator) Value ¶
func (it *ImageOperationsIterator) Value() *operation.Operation
type ImageServiceClient ¶
type ImageServiceClient struct {
// contains filtered or unexported fields
}
ImageServiceClient is a compute.ImageServiceClient with lazy GRPC connection initialization.
func (*ImageServiceClient) Create ¶
func (c *ImageServiceClient) Create(ctx context.Context, in *compute.CreateImageRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements compute.ImageServiceClient
func (*ImageServiceClient) Delete ¶
func (c *ImageServiceClient) Delete(ctx context.Context, in *compute.DeleteImageRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements compute.ImageServiceClient
func (*ImageServiceClient) Get ¶
func (c *ImageServiceClient) Get(ctx context.Context, in *compute.GetImageRequest, opts ...grpc.CallOption) (*compute.Image, error)
Get implements compute.ImageServiceClient
func (*ImageServiceClient) GetLatestByFamily ¶
func (c *ImageServiceClient) GetLatestByFamily(ctx context.Context, in *compute.GetImageLatestByFamilyRequest, opts ...grpc.CallOption) (*compute.Image, error)
GetLatestByFamily implements compute.ImageServiceClient
func (*ImageServiceClient) ImageAccessBindingsIterator ¶
func (c *ImageServiceClient) ImageAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, opts ...grpc.CallOption) *ImageAccessBindingsIterator
func (*ImageServiceClient) ImageIterator ¶
func (c *ImageServiceClient) ImageIterator(ctx context.Context, req *compute.ListImagesRequest, opts ...grpc.CallOption) *ImageIterator
func (*ImageServiceClient) ImageOperationsIterator ¶
func (c *ImageServiceClient) ImageOperationsIterator(ctx context.Context, req *compute.ListImageOperationsRequest, opts ...grpc.CallOption) *ImageOperationsIterator
func (*ImageServiceClient) List ¶
func (c *ImageServiceClient) List(ctx context.Context, in *compute.ListImagesRequest, opts ...grpc.CallOption) (*compute.ListImagesResponse, error)
List implements compute.ImageServiceClient
func (*ImageServiceClient) ListAccessBindings ¶
func (c *ImageServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error)
ListAccessBindings implements compute.ImageServiceClient
func (*ImageServiceClient) ListOperations ¶
func (c *ImageServiceClient) ListOperations(ctx context.Context, in *compute.ListImageOperationsRequest, opts ...grpc.CallOption) (*compute.ListImageOperationsResponse, error)
ListOperations implements compute.ImageServiceClient
func (*ImageServiceClient) SetAccessBindings ¶
func (c *ImageServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
SetAccessBindings implements compute.ImageServiceClient
func (*ImageServiceClient) Update ¶
func (c *ImageServiceClient) Update(ctx context.Context, in *compute.UpdateImageRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements compute.ImageServiceClient
func (*ImageServiceClient) UpdateAccessBindings ¶
func (c *ImageServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateAccessBindings implements compute.ImageServiceClient
type InstanceAccessBindingsIterator ¶
type InstanceAccessBindingsIterator struct {
// contains filtered or unexported fields
}
func (*InstanceAccessBindingsIterator) Error ¶
func (it *InstanceAccessBindingsIterator) Error() error
func (*InstanceAccessBindingsIterator) Next ¶
func (it *InstanceAccessBindingsIterator) Next() bool
func (*InstanceAccessBindingsIterator) Take ¶
func (it *InstanceAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
func (*InstanceAccessBindingsIterator) TakeAll ¶
func (it *InstanceAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
func (*InstanceAccessBindingsIterator) Value ¶
func (it *InstanceAccessBindingsIterator) Value() *access.AccessBinding
type InstanceIterator ¶
type InstanceIterator struct {
// contains filtered or unexported fields
}
func (*InstanceIterator) Error ¶
func (it *InstanceIterator) Error() error
func (*InstanceIterator) Next ¶
func (it *InstanceIterator) Next() bool
func (*InstanceIterator) Take ¶
func (it *InstanceIterator) Take(size int64) ([]*compute.Instance, error)
func (*InstanceIterator) TakeAll ¶
func (it *InstanceIterator) TakeAll() ([]*compute.Instance, error)
func (*InstanceIterator) Value ¶
func (it *InstanceIterator) Value() *compute.Instance
type InstanceOperationsIterator ¶
type InstanceOperationsIterator struct {
// contains filtered or unexported fields
}
func (*InstanceOperationsIterator) Error ¶
func (it *InstanceOperationsIterator) Error() error
func (*InstanceOperationsIterator) Next ¶
func (it *InstanceOperationsIterator) Next() bool
func (*InstanceOperationsIterator) Take ¶
func (it *InstanceOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*InstanceOperationsIterator) TakeAll ¶
func (it *InstanceOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*InstanceOperationsIterator) Value ¶
func (it *InstanceOperationsIterator) Value() *operation.Operation
type InstanceServiceClient ¶
type InstanceServiceClient struct {
// contains filtered or unexported fields
}
InstanceServiceClient is a compute.InstanceServiceClient with lazy GRPC connection initialization.
func (*InstanceServiceClient) AddOneToOneNat ¶
func (c *InstanceServiceClient) AddOneToOneNat(ctx context.Context, in *compute.AddInstanceOneToOneNatRequest, opts ...grpc.CallOption) (*operation.Operation, error)
AddOneToOneNat implements compute.InstanceServiceClient
func (*InstanceServiceClient) AttachDisk ¶
func (c *InstanceServiceClient) AttachDisk(ctx context.Context, in *compute.AttachInstanceDiskRequest, opts ...grpc.CallOption) (*operation.Operation, error)
AttachDisk implements compute.InstanceServiceClient
func (*InstanceServiceClient) AttachFilesystem ¶
func (c *InstanceServiceClient) AttachFilesystem(ctx context.Context, in *compute.AttachInstanceFilesystemRequest, opts ...grpc.CallOption) (*operation.Operation, error)
AttachFilesystem implements compute.InstanceServiceClient
func (*InstanceServiceClient) AttachNetworkInterface ¶
func (c *InstanceServiceClient) AttachNetworkInterface(ctx context.Context, in *compute.AttachInstanceNetworkInterfaceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
AttachNetworkInterface implements compute.InstanceServiceClient
func (*InstanceServiceClient) Create ¶
func (c *InstanceServiceClient) Create(ctx context.Context, in *compute.CreateInstanceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements compute.InstanceServiceClient
func (*InstanceServiceClient) Delete ¶
func (c *InstanceServiceClient) Delete(ctx context.Context, in *compute.DeleteInstanceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements compute.InstanceServiceClient
func (*InstanceServiceClient) DetachDisk ¶
func (c *InstanceServiceClient) DetachDisk(ctx context.Context, in *compute.DetachInstanceDiskRequest, opts ...grpc.CallOption) (*operation.Operation, error)
DetachDisk implements compute.InstanceServiceClient
func (*InstanceServiceClient) DetachFilesystem ¶
func (c *InstanceServiceClient) DetachFilesystem(ctx context.Context, in *compute.DetachInstanceFilesystemRequest, opts ...grpc.CallOption) (*operation.Operation, error)
DetachFilesystem implements compute.InstanceServiceClient
func (*InstanceServiceClient) DetachNetworkInterface ¶
func (c *InstanceServiceClient) DetachNetworkInterface(ctx context.Context, in *compute.DetachInstanceNetworkInterfaceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
DetachNetworkInterface implements compute.InstanceServiceClient
func (*InstanceServiceClient) Get ¶
func (c *InstanceServiceClient) Get(ctx context.Context, in *compute.GetInstanceRequest, opts ...grpc.CallOption) (*compute.Instance, error)
Get implements compute.InstanceServiceClient
func (*InstanceServiceClient) GetSerialPortOutput ¶
func (c *InstanceServiceClient) GetSerialPortOutput(ctx context.Context, in *compute.GetInstanceSerialPortOutputRequest, opts ...grpc.CallOption) (*compute.GetInstanceSerialPortOutputResponse, error)
GetSerialPortOutput implements compute.InstanceServiceClient
func (*InstanceServiceClient) InstanceAccessBindingsIterator ¶
func (c *InstanceServiceClient) InstanceAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, opts ...grpc.CallOption) *InstanceAccessBindingsIterator
func (*InstanceServiceClient) InstanceIterator ¶
func (c *InstanceServiceClient) InstanceIterator(ctx context.Context, req *compute.ListInstancesRequest, opts ...grpc.CallOption) *InstanceIterator
func (*InstanceServiceClient) InstanceOperationsIterator ¶
func (c *InstanceServiceClient) InstanceOperationsIterator(ctx context.Context, req *compute.ListInstanceOperationsRequest, opts ...grpc.CallOption) *InstanceOperationsIterator
func (*InstanceServiceClient) List ¶
func (c *InstanceServiceClient) List(ctx context.Context, in *compute.ListInstancesRequest, opts ...grpc.CallOption) (*compute.ListInstancesResponse, error)
List implements compute.InstanceServiceClient
func (*InstanceServiceClient) ListAccessBindings ¶
func (c *InstanceServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error)
ListAccessBindings implements compute.InstanceServiceClient
func (*InstanceServiceClient) ListOperations ¶
func (c *InstanceServiceClient) ListOperations(ctx context.Context, in *compute.ListInstanceOperationsRequest, opts ...grpc.CallOption) (*compute.ListInstanceOperationsResponse, error)
ListOperations implements compute.InstanceServiceClient
func (*InstanceServiceClient) Move ¶
func (c *InstanceServiceClient) Move(ctx context.Context, in *compute.MoveInstanceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Move implements compute.InstanceServiceClient
func (*InstanceServiceClient) Relocate ¶
func (c *InstanceServiceClient) Relocate(ctx context.Context, in *compute.RelocateInstanceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Relocate implements compute.InstanceServiceClient
func (*InstanceServiceClient) RemoveOneToOneNat ¶
func (c *InstanceServiceClient) RemoveOneToOneNat(ctx context.Context, in *compute.RemoveInstanceOneToOneNatRequest, opts ...grpc.CallOption) (*operation.Operation, error)
RemoveOneToOneNat implements compute.InstanceServiceClient
func (*InstanceServiceClient) Restart ¶
func (c *InstanceServiceClient) Restart(ctx context.Context, in *compute.RestartInstanceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Restart implements compute.InstanceServiceClient
func (*InstanceServiceClient) SetAccessBindings ¶
func (c *InstanceServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
SetAccessBindings implements compute.InstanceServiceClient
func (*InstanceServiceClient) SimulateMaintenanceEvent ¶
func (c *InstanceServiceClient) SimulateMaintenanceEvent(ctx context.Context, in *compute.SimulateInstanceMaintenanceEventRequest, opts ...grpc.CallOption) (*operation.Operation, error)
SimulateMaintenanceEvent implements compute.InstanceServiceClient
func (*InstanceServiceClient) Start ¶
func (c *InstanceServiceClient) Start(ctx context.Context, in *compute.StartInstanceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Start implements compute.InstanceServiceClient
func (*InstanceServiceClient) Stop ¶
func (c *InstanceServiceClient) Stop(ctx context.Context, in *compute.StopInstanceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Stop implements compute.InstanceServiceClient
func (*InstanceServiceClient) Update ¶
func (c *InstanceServiceClient) Update(ctx context.Context, in *compute.UpdateInstanceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements compute.InstanceServiceClient
func (*InstanceServiceClient) UpdateAccessBindings ¶
func (c *InstanceServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateAccessBindings implements compute.InstanceServiceClient
func (*InstanceServiceClient) UpdateMetadata ¶
func (c *InstanceServiceClient) UpdateMetadata(ctx context.Context, in *compute.UpdateInstanceMetadataRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateMetadata implements compute.InstanceServiceClient
func (*InstanceServiceClient) UpdateNetworkInterface ¶
func (c *InstanceServiceClient) UpdateNetworkInterface(ctx context.Context, in *compute.UpdateInstanceNetworkInterfaceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateNetworkInterface implements compute.InstanceServiceClient
type PlacementGroupAccessBindingsIterator ¶
type PlacementGroupAccessBindingsIterator struct {
// contains filtered or unexported fields
}
func (*PlacementGroupAccessBindingsIterator) Error ¶
func (it *PlacementGroupAccessBindingsIterator) Error() error
func (*PlacementGroupAccessBindingsIterator) Next ¶
func (it *PlacementGroupAccessBindingsIterator) Next() bool
func (*PlacementGroupAccessBindingsIterator) Take ¶
func (it *PlacementGroupAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
func (*PlacementGroupAccessBindingsIterator) TakeAll ¶
func (it *PlacementGroupAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
func (*PlacementGroupAccessBindingsIterator) Value ¶
func (it *PlacementGroupAccessBindingsIterator) Value() *access.AccessBinding
type PlacementGroupInstancesIterator ¶
type PlacementGroupInstancesIterator struct {
// contains filtered or unexported fields
}
func (*PlacementGroupInstancesIterator) Error ¶
func (it *PlacementGroupInstancesIterator) Error() error
func (*PlacementGroupInstancesIterator) Next ¶
func (it *PlacementGroupInstancesIterator) Next() bool
func (*PlacementGroupInstancesIterator) Take ¶
func (it *PlacementGroupInstancesIterator) Take(size int64) ([]*compute.Instance, error)
func (*PlacementGroupInstancesIterator) TakeAll ¶
func (it *PlacementGroupInstancesIterator) TakeAll() ([]*compute.Instance, error)
func (*PlacementGroupInstancesIterator) Value ¶
func (it *PlacementGroupInstancesIterator) Value() *compute.Instance
type PlacementGroupIterator ¶
type PlacementGroupIterator struct {
// contains filtered or unexported fields
}
func (*PlacementGroupIterator) Error ¶
func (it *PlacementGroupIterator) Error() error
func (*PlacementGroupIterator) Next ¶
func (it *PlacementGroupIterator) Next() bool
func (*PlacementGroupIterator) Take ¶
func (it *PlacementGroupIterator) Take(size int64) ([]*compute.PlacementGroup, error)
func (*PlacementGroupIterator) TakeAll ¶
func (it *PlacementGroupIterator) TakeAll() ([]*compute.PlacementGroup, error)
func (*PlacementGroupIterator) Value ¶
func (it *PlacementGroupIterator) Value() *compute.PlacementGroup
type PlacementGroupOperationsIterator ¶
type PlacementGroupOperationsIterator struct {
// contains filtered or unexported fields
}
func (*PlacementGroupOperationsIterator) Error ¶
func (it *PlacementGroupOperationsIterator) Error() error
func (*PlacementGroupOperationsIterator) Next ¶
func (it *PlacementGroupOperationsIterator) Next() bool
func (*PlacementGroupOperationsIterator) Take ¶
func (it *PlacementGroupOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*PlacementGroupOperationsIterator) TakeAll ¶
func (it *PlacementGroupOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*PlacementGroupOperationsIterator) Value ¶
func (it *PlacementGroupOperationsIterator) Value() *operation.Operation
type PlacementGroupServiceClient ¶
type PlacementGroupServiceClient struct {
// contains filtered or unexported fields
}
PlacementGroupServiceClient is a compute.PlacementGroupServiceClient with lazy GRPC connection initialization.
func (*PlacementGroupServiceClient) Create ¶
func (c *PlacementGroupServiceClient) Create(ctx context.Context, in *compute.CreatePlacementGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements compute.PlacementGroupServiceClient
func (*PlacementGroupServiceClient) Delete ¶
func (c *PlacementGroupServiceClient) Delete(ctx context.Context, in *compute.DeletePlacementGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements compute.PlacementGroupServiceClient
func (*PlacementGroupServiceClient) Get ¶
func (c *PlacementGroupServiceClient) Get(ctx context.Context, in *compute.GetPlacementGroupRequest, opts ...grpc.CallOption) (*compute.PlacementGroup, error)
Get implements compute.PlacementGroupServiceClient
func (*PlacementGroupServiceClient) List ¶
func (c *PlacementGroupServiceClient) List(ctx context.Context, in *compute.ListPlacementGroupsRequest, opts ...grpc.CallOption) (*compute.ListPlacementGroupsResponse, error)
List implements compute.PlacementGroupServiceClient
func (*PlacementGroupServiceClient) ListAccessBindings ¶
func (c *PlacementGroupServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error)
ListAccessBindings implements compute.PlacementGroupServiceClient
func (*PlacementGroupServiceClient) ListInstances ¶
func (c *PlacementGroupServiceClient) ListInstances(ctx context.Context, in *compute.ListPlacementGroupInstancesRequest, opts ...grpc.CallOption) (*compute.ListPlacementGroupInstancesResponse, error)
ListInstances implements compute.PlacementGroupServiceClient
func (*PlacementGroupServiceClient) ListOperations ¶
func (c *PlacementGroupServiceClient) ListOperations(ctx context.Context, in *compute.ListPlacementGroupOperationsRequest, opts ...grpc.CallOption) (*compute.ListPlacementGroupOperationsResponse, error)
ListOperations implements compute.PlacementGroupServiceClient
func (*PlacementGroupServiceClient) PlacementGroupAccessBindingsIterator ¶
func (c *PlacementGroupServiceClient) PlacementGroupAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, opts ...grpc.CallOption) *PlacementGroupAccessBindingsIterator
func (*PlacementGroupServiceClient) PlacementGroupInstancesIterator ¶
func (c *PlacementGroupServiceClient) PlacementGroupInstancesIterator(ctx context.Context, req *compute.ListPlacementGroupInstancesRequest, opts ...grpc.CallOption) *PlacementGroupInstancesIterator
func (*PlacementGroupServiceClient) PlacementGroupIterator ¶
func (c *PlacementGroupServiceClient) PlacementGroupIterator(ctx context.Context, req *compute.ListPlacementGroupsRequest, opts ...grpc.CallOption) *PlacementGroupIterator
func (*PlacementGroupServiceClient) PlacementGroupOperationsIterator ¶
func (c *PlacementGroupServiceClient) PlacementGroupOperationsIterator(ctx context.Context, req *compute.ListPlacementGroupOperationsRequest, opts ...grpc.CallOption) *PlacementGroupOperationsIterator
func (*PlacementGroupServiceClient) SetAccessBindings ¶
func (c *PlacementGroupServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
SetAccessBindings implements compute.PlacementGroupServiceClient
func (*PlacementGroupServiceClient) Update ¶
func (c *PlacementGroupServiceClient) Update(ctx context.Context, in *compute.UpdatePlacementGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements compute.PlacementGroupServiceClient
func (*PlacementGroupServiceClient) UpdateAccessBindings ¶
func (c *PlacementGroupServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateAccessBindings implements compute.PlacementGroupServiceClient
type SnapshotAccessBindingsIterator ¶
type SnapshotAccessBindingsIterator struct {
// contains filtered or unexported fields
}
func (*SnapshotAccessBindingsIterator) Error ¶
func (it *SnapshotAccessBindingsIterator) Error() error
func (*SnapshotAccessBindingsIterator) Next ¶
func (it *SnapshotAccessBindingsIterator) Next() bool
func (*SnapshotAccessBindingsIterator) Take ¶
func (it *SnapshotAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
func (*SnapshotAccessBindingsIterator) TakeAll ¶
func (it *SnapshotAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
func (*SnapshotAccessBindingsIterator) Value ¶
func (it *SnapshotAccessBindingsIterator) Value() *access.AccessBinding
type SnapshotIterator ¶
type SnapshotIterator struct {
// contains filtered or unexported fields
}
func (*SnapshotIterator) Error ¶
func (it *SnapshotIterator) Error() error
func (*SnapshotIterator) Next ¶
func (it *SnapshotIterator) Next() bool
func (*SnapshotIterator) Take ¶
func (it *SnapshotIterator) Take(size int64) ([]*compute.Snapshot, error)
func (*SnapshotIterator) TakeAll ¶
func (it *SnapshotIterator) TakeAll() ([]*compute.Snapshot, error)
func (*SnapshotIterator) Value ¶
func (it *SnapshotIterator) Value() *compute.Snapshot
type SnapshotOperationsIterator ¶
type SnapshotOperationsIterator struct {
// contains filtered or unexported fields
}
func (*SnapshotOperationsIterator) Error ¶
func (it *SnapshotOperationsIterator) Error() error
func (*SnapshotOperationsIterator) Next ¶
func (it *SnapshotOperationsIterator) Next() bool
func (*SnapshotOperationsIterator) Take ¶
func (it *SnapshotOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*SnapshotOperationsIterator) TakeAll ¶
func (it *SnapshotOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*SnapshotOperationsIterator) Value ¶
func (it *SnapshotOperationsIterator) Value() *operation.Operation
type SnapshotScheduleAccessBindingsIterator ¶
type SnapshotScheduleAccessBindingsIterator struct {
// contains filtered or unexported fields
}
func (*SnapshotScheduleAccessBindingsIterator) Error ¶
func (it *SnapshotScheduleAccessBindingsIterator) Error() error
func (*SnapshotScheduleAccessBindingsIterator) Next ¶
func (it *SnapshotScheduleAccessBindingsIterator) Next() bool
func (*SnapshotScheduleAccessBindingsIterator) Take ¶
func (it *SnapshotScheduleAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
func (*SnapshotScheduleAccessBindingsIterator) TakeAll ¶
func (it *SnapshotScheduleAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
func (*SnapshotScheduleAccessBindingsIterator) Value ¶
func (it *SnapshotScheduleAccessBindingsIterator) Value() *access.AccessBinding
type SnapshotScheduleDisksIterator ¶
type SnapshotScheduleDisksIterator struct {
// contains filtered or unexported fields
}
func (*SnapshotScheduleDisksIterator) Error ¶
func (it *SnapshotScheduleDisksIterator) Error() error
func (*SnapshotScheduleDisksIterator) Next ¶
func (it *SnapshotScheduleDisksIterator) Next() bool
func (*SnapshotScheduleDisksIterator) Take ¶
func (it *SnapshotScheduleDisksIterator) Take(size int64) ([]*compute.Disk, error)
func (*SnapshotScheduleDisksIterator) TakeAll ¶
func (it *SnapshotScheduleDisksIterator) TakeAll() ([]*compute.Disk, error)
func (*SnapshotScheduleDisksIterator) Value ¶
func (it *SnapshotScheduleDisksIterator) Value() *compute.Disk
type SnapshotScheduleIterator ¶
type SnapshotScheduleIterator struct {
// contains filtered or unexported fields
}
func (*SnapshotScheduleIterator) Error ¶
func (it *SnapshotScheduleIterator) Error() error
func (*SnapshotScheduleIterator) Next ¶
func (it *SnapshotScheduleIterator) Next() bool
func (*SnapshotScheduleIterator) Take ¶
func (it *SnapshotScheduleIterator) Take(size int64) ([]*compute.SnapshotSchedule, error)
func (*SnapshotScheduleIterator) TakeAll ¶
func (it *SnapshotScheduleIterator) TakeAll() ([]*compute.SnapshotSchedule, error)
func (*SnapshotScheduleIterator) Value ¶
func (it *SnapshotScheduleIterator) Value() *compute.SnapshotSchedule
type SnapshotScheduleOperationsIterator ¶
type SnapshotScheduleOperationsIterator struct {
// contains filtered or unexported fields
}
func (*SnapshotScheduleOperationsIterator) Error ¶
func (it *SnapshotScheduleOperationsIterator) Error() error
func (*SnapshotScheduleOperationsIterator) Next ¶
func (it *SnapshotScheduleOperationsIterator) Next() bool
func (*SnapshotScheduleOperationsIterator) Take ¶
func (it *SnapshotScheduleOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*SnapshotScheduleOperationsIterator) TakeAll ¶
func (it *SnapshotScheduleOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*SnapshotScheduleOperationsIterator) Value ¶
func (it *SnapshotScheduleOperationsIterator) Value() *operation.Operation
type SnapshotScheduleServiceClient ¶
type SnapshotScheduleServiceClient struct {
// contains filtered or unexported fields
}
SnapshotScheduleServiceClient is a compute.SnapshotScheduleServiceClient with lazy GRPC connection initialization.
func (*SnapshotScheduleServiceClient) Create ¶
func (c *SnapshotScheduleServiceClient) Create(ctx context.Context, in *compute.CreateSnapshotScheduleRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements compute.SnapshotScheduleServiceClient
func (*SnapshotScheduleServiceClient) Delete ¶
func (c *SnapshotScheduleServiceClient) Delete(ctx context.Context, in *compute.DeleteSnapshotScheduleRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements compute.SnapshotScheduleServiceClient
func (*SnapshotScheduleServiceClient) Disable ¶
func (c *SnapshotScheduleServiceClient) Disable(ctx context.Context, in *compute.DisableSnapshotScheduleRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Disable implements compute.SnapshotScheduleServiceClient
func (*SnapshotScheduleServiceClient) Enable ¶
func (c *SnapshotScheduleServiceClient) Enable(ctx context.Context, in *compute.EnableSnapshotScheduleRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Enable implements compute.SnapshotScheduleServiceClient
func (*SnapshotScheduleServiceClient) Get ¶
func (c *SnapshotScheduleServiceClient) Get(ctx context.Context, in *compute.GetSnapshotScheduleRequest, opts ...grpc.CallOption) (*compute.SnapshotSchedule, error)
Get implements compute.SnapshotScheduleServiceClient
func (*SnapshotScheduleServiceClient) List ¶
func (c *SnapshotScheduleServiceClient) List(ctx context.Context, in *compute.ListSnapshotSchedulesRequest, opts ...grpc.CallOption) (*compute.ListSnapshotSchedulesResponse, error)
List implements compute.SnapshotScheduleServiceClient
func (*SnapshotScheduleServiceClient) ListAccessBindings ¶
func (c *SnapshotScheduleServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error)
ListAccessBindings implements compute.SnapshotScheduleServiceClient
func (*SnapshotScheduleServiceClient) ListDisks ¶
func (c *SnapshotScheduleServiceClient) ListDisks(ctx context.Context, in *compute.ListSnapshotScheduleDisksRequest, opts ...grpc.CallOption) (*compute.ListSnapshotScheduleDisksResponse, error)
ListDisks implements compute.SnapshotScheduleServiceClient
func (*SnapshotScheduleServiceClient) ListOperations ¶
func (c *SnapshotScheduleServiceClient) ListOperations(ctx context.Context, in *compute.ListSnapshotScheduleOperationsRequest, opts ...grpc.CallOption) (*compute.ListSnapshotScheduleOperationsResponse, error)
ListOperations implements compute.SnapshotScheduleServiceClient
func (*SnapshotScheduleServiceClient) ListSnapshots ¶
func (c *SnapshotScheduleServiceClient) ListSnapshots(ctx context.Context, in *compute.ListSnapshotScheduleSnapshotsRequest, opts ...grpc.CallOption) (*compute.ListSnapshotScheduleSnapshotsResponse, error)
ListSnapshots implements compute.SnapshotScheduleServiceClient
func (*SnapshotScheduleServiceClient) SetAccessBindings ¶
func (c *SnapshotScheduleServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
SetAccessBindings implements compute.SnapshotScheduleServiceClient
func (*SnapshotScheduleServiceClient) SnapshotScheduleAccessBindingsIterator ¶
func (c *SnapshotScheduleServiceClient) SnapshotScheduleAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, opts ...grpc.CallOption) *SnapshotScheduleAccessBindingsIterator
func (*SnapshotScheduleServiceClient) SnapshotScheduleDisksIterator ¶
func (c *SnapshotScheduleServiceClient) SnapshotScheduleDisksIterator(ctx context.Context, req *compute.ListSnapshotScheduleDisksRequest, opts ...grpc.CallOption) *SnapshotScheduleDisksIterator
func (*SnapshotScheduleServiceClient) SnapshotScheduleIterator ¶
func (c *SnapshotScheduleServiceClient) SnapshotScheduleIterator(ctx context.Context, req *compute.ListSnapshotSchedulesRequest, opts ...grpc.CallOption) *SnapshotScheduleIterator
func (*SnapshotScheduleServiceClient) SnapshotScheduleOperationsIterator ¶
func (c *SnapshotScheduleServiceClient) SnapshotScheduleOperationsIterator(ctx context.Context, req *compute.ListSnapshotScheduleOperationsRequest, opts ...grpc.CallOption) *SnapshotScheduleOperationsIterator
func (*SnapshotScheduleServiceClient) SnapshotScheduleSnapshotsIterator ¶
func (c *SnapshotScheduleServiceClient) SnapshotScheduleSnapshotsIterator(ctx context.Context, req *compute.ListSnapshotScheduleSnapshotsRequest, opts ...grpc.CallOption) *SnapshotScheduleSnapshotsIterator
func (*SnapshotScheduleServiceClient) Update ¶
func (c *SnapshotScheduleServiceClient) Update(ctx context.Context, in *compute.UpdateSnapshotScheduleRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements compute.SnapshotScheduleServiceClient
func (*SnapshotScheduleServiceClient) UpdateAccessBindings ¶
func (c *SnapshotScheduleServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateAccessBindings implements compute.SnapshotScheduleServiceClient
func (*SnapshotScheduleServiceClient) UpdateDisks ¶
func (c *SnapshotScheduleServiceClient) UpdateDisks(ctx context.Context, in *compute.UpdateSnapshotScheduleDisksRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateDisks implements compute.SnapshotScheduleServiceClient
type SnapshotScheduleSnapshotsIterator ¶
type SnapshotScheduleSnapshotsIterator struct {
// contains filtered or unexported fields
}
func (*SnapshotScheduleSnapshotsIterator) Error ¶
func (it *SnapshotScheduleSnapshotsIterator) Error() error
func (*SnapshotScheduleSnapshotsIterator) Next ¶
func (it *SnapshotScheduleSnapshotsIterator) Next() bool
func (*SnapshotScheduleSnapshotsIterator) Take ¶
func (it *SnapshotScheduleSnapshotsIterator) Take(size int64) ([]*compute.Snapshot, error)
func (*SnapshotScheduleSnapshotsIterator) TakeAll ¶
func (it *SnapshotScheduleSnapshotsIterator) TakeAll() ([]*compute.Snapshot, error)
func (*SnapshotScheduleSnapshotsIterator) Value ¶
func (it *SnapshotScheduleSnapshotsIterator) Value() *compute.Snapshot
type SnapshotServiceClient ¶
type SnapshotServiceClient struct {
// contains filtered or unexported fields
}
SnapshotServiceClient is a compute.SnapshotServiceClient with lazy GRPC connection initialization.
func (*SnapshotServiceClient) Create ¶
func (c *SnapshotServiceClient) Create(ctx context.Context, in *compute.CreateSnapshotRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements compute.SnapshotServiceClient
func (*SnapshotServiceClient) Delete ¶
func (c *SnapshotServiceClient) Delete(ctx context.Context, in *compute.DeleteSnapshotRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements compute.SnapshotServiceClient
func (*SnapshotServiceClient) Get ¶
func (c *SnapshotServiceClient) Get(ctx context.Context, in *compute.GetSnapshotRequest, opts ...grpc.CallOption) (*compute.Snapshot, error)
Get implements compute.SnapshotServiceClient
func (*SnapshotServiceClient) List ¶
func (c *SnapshotServiceClient) List(ctx context.Context, in *compute.ListSnapshotsRequest, opts ...grpc.CallOption) (*compute.ListSnapshotsResponse, error)
List implements compute.SnapshotServiceClient
func (*SnapshotServiceClient) ListAccessBindings ¶
func (c *SnapshotServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error)
ListAccessBindings implements compute.SnapshotServiceClient
func (*SnapshotServiceClient) ListOperations ¶
func (c *SnapshotServiceClient) ListOperations(ctx context.Context, in *compute.ListSnapshotOperationsRequest, opts ...grpc.CallOption) (*compute.ListSnapshotOperationsResponse, error)
ListOperations implements compute.SnapshotServiceClient
func (*SnapshotServiceClient) SetAccessBindings ¶
func (c *SnapshotServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
SetAccessBindings implements compute.SnapshotServiceClient
func (*SnapshotServiceClient) SnapshotAccessBindingsIterator ¶
func (c *SnapshotServiceClient) SnapshotAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, opts ...grpc.CallOption) *SnapshotAccessBindingsIterator
func (*SnapshotServiceClient) SnapshotIterator ¶
func (c *SnapshotServiceClient) SnapshotIterator(ctx context.Context, req *compute.ListSnapshotsRequest, opts ...grpc.CallOption) *SnapshotIterator
func (*SnapshotServiceClient) SnapshotOperationsIterator ¶
func (c *SnapshotServiceClient) SnapshotOperationsIterator(ctx context.Context, req *compute.ListSnapshotOperationsRequest, opts ...grpc.CallOption) *SnapshotOperationsIterator
func (*SnapshotServiceClient) Update ¶
func (c *SnapshotServiceClient) Update(ctx context.Context, in *compute.UpdateSnapshotRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements compute.SnapshotServiceClient
func (*SnapshotServiceClient) UpdateAccessBindings ¶
func (c *SnapshotServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateAccessBindings implements compute.SnapshotServiceClient
type ZoneIterator ¶
type ZoneIterator struct {
// contains filtered or unexported fields
}
func (*ZoneIterator) Error ¶
func (it *ZoneIterator) Error() error
func (*ZoneIterator) Next ¶
func (it *ZoneIterator) Next() bool
func (*ZoneIterator) Value ¶
func (it *ZoneIterator) Value() *compute.Zone
type ZoneServiceClient ¶
type ZoneServiceClient struct {
// contains filtered or unexported fields
}
ZoneServiceClient is a compute.ZoneServiceClient with lazy GRPC connection initialization.
func (*ZoneServiceClient) Get ¶
func (c *ZoneServiceClient) Get(ctx context.Context, in *compute.GetZoneRequest, opts ...grpc.CallOption) (*compute.Zone, error)
Get implements compute.ZoneServiceClient
func (*ZoneServiceClient) List ¶
func (c *ZoneServiceClient) List(ctx context.Context, in *compute.ListZonesRequest, opts ...grpc.CallOption) (*compute.ListZonesResponse, error)
List implements compute.ZoneServiceClient
func (*ZoneServiceClient) ZoneIterator ¶
func (c *ZoneServiceClient) ZoneIterator(ctx context.Context, req *compute.ListZonesRequest, opts ...grpc.CallOption) *ZoneIterator