Uses of Class
com.google.cloud.baremetalsolution.v2.LunName
-
Packages that use LunName Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of LunName in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return LunName Modifier and Type Method Description LunName
LunName.Builder. build()
static LunName
LunName. of(String project, String location, String volume, String lun)
static LunName
LunName. parse(String formattedString)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type LunName Modifier and Type Method Description static List<LunName>
LunName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type LunName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
BareMetalSolutionClient. detachLunAsync(InstanceName instance, LunName lun)
Detach LUN from Instance.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
BareMetalSolutionClient. detachLunAsync(String instance, LunName lun)
Detach LUN from Instance.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
BareMetalSolutionClient. evictLunAsync(LunName name)
Skips lun's cooloff and deletes it now.Lun
BareMetalSolutionClient. getLun(LunName name)
Get details of a single storage logical unit number(LUN).Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type LunName Modifier and Type Method Description static List<String>
LunName. toStringList(List<LunName> values)
-