Uses of Class
com.google.cloud.netapp.v1.VolumeName
-
Packages that use VolumeName Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of VolumeName in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return VolumeName Modifier and Type Method Description VolumeName
VolumeName.Builder. build()
static VolumeName
VolumeName. of(String project, String location, String volume)
static VolumeName
VolumeName. parse(String formattedString)
Methods in com.google.cloud.netapp.v1 that return types with arguments of type VolumeName Modifier and Type Method Description static List<VolumeName>
VolumeName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.netapp.v1 with parameters of type VolumeName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Replication,OperationMetadata>
NetAppClient. createReplicationAsync(VolumeName parent, Replication replication, String replicationId)
Create a new replication for a volume.com.google.api.gax.longrunning.OperationFuture<Snapshot,OperationMetadata>
NetAppClient. createSnapshotAsync(VolumeName parent, Snapshot snapshot, String snapshotId)
Create a new snapshot for a volume.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
NetAppClient. deleteVolumeAsync(VolumeName name)
Deletes a single Volume.Volume
NetAppClient. getVolume(VolumeName name)
Gets details of a single Volume.NetAppClient.ListReplicationsPagedResponse
NetAppClient. listReplications(VolumeName parent)
Returns descriptions of all replications for a volume.NetAppClient.ListSnapshotsPagedResponse
NetAppClient. listSnapshots(VolumeName parent)
Returns descriptions of all snapshots for a volume.Method parameters in com.google.cloud.netapp.v1 with type arguments of type VolumeName Modifier and Type Method Description static List<String>
VolumeName. toStringList(List<VolumeName> values)
-