Uses of Class
com.google.cloud.netapp.v1.ReplicationName
-
Packages that use ReplicationName Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of ReplicationName in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return ReplicationName Modifier and Type Method Description ReplicationName
ReplicationName.Builder. build()
static ReplicationName
ReplicationName. of(String project, String location, String volume, String replication)
static ReplicationName
ReplicationName. parse(String formattedString)
Methods in com.google.cloud.netapp.v1 that return types with arguments of type ReplicationName Modifier and Type Method Description static List<ReplicationName>
ReplicationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.netapp.v1 with parameters of type ReplicationName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
NetAppClient. deleteReplicationAsync(ReplicationName name)
Deletes a replication.Replication
NetAppClient. getReplication(ReplicationName name)
Describe a replication for a volume.Method parameters in com.google.cloud.netapp.v1 with type arguments of type ReplicationName Modifier and Type Method Description static List<String>
ReplicationName. toStringList(List<ReplicationName> values)
-