Class ProjectsResource.LocationsResource.VolumesResource.LunsResource
The "luns" collection of methods.
Inherited Members
Namespace: Google.Apis.Baremetalsolution.v2
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class ProjectsResource.LocationsResource.VolumesResource.LunsResource
Constructors
LunsResource(IClientService)
Constructs a new resource.
Declaration
public LunsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Evict(EvictLunRequest, string)
Skips lun's cooloff and deletes it now. Lun must be in cooloff state.
Declaration
public virtual ProjectsResource.LocationsResource.VolumesResource.LunsResource.EvictRequest Evict(EvictLunRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| EvictLunRequest | body | The body of the request. |
| string | name | Required. The name of the lun. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.VolumesResource.LunsResource.EvictRequest |
Get(string)
Get details of a single storage logical unit number(LUN).
Declaration
public virtual ProjectsResource.LocationsResource.VolumesResource.LunsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. Name of the resource. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.VolumesResource.LunsResource.GetRequest |
List(string)
List storage volume luns for given storage volume.
Declaration
public virtual ProjectsResource.LocationsResource.VolumesResource.LunsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. Parent value for ListLunsRequest. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.VolumesResource.LunsResource.ListRequest |