Uses of Class
com.google.cloud.baremetalsolution.v2.NFSShareName
-
Packages that use NFSShareName Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of NFSShareName in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return NFSShareName Modifier and Type Method Description NFSShareName
NFSShareName.Builder. build()
static NFSShareName
NFSShareName. of(String project, String location, String nfsShare)
static NFSShareName
NFSShareName. parse(String formattedString)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type NFSShareName Modifier and Type Method Description static List<NFSShareName>
NFSShareName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type NFSShareName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
BareMetalSolutionClient. deleteNfsShareAsync(NFSShareName name)
Delete an NFS share.NfsShare
BareMetalSolutionClient. getNfsShare(NFSShareName name)
Get details of a single NFS share.NfsShare
BareMetalSolutionClient. renameNfsShare(NFSShareName name, String newNfsshareId)
RenameNfsShare sets a new name for an nfsshare.Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type NFSShareName Modifier and Type Method Description static List<String>
NFSShareName. toStringList(List<NFSShareName> values)
-