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 ReplicationNameReplicationName.Builder. build()static ReplicationNameReplicationName. of(String project, String location, String volume, String replication)static ReplicationNameReplicationName. 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.ReplicationNetAppClient. 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)
-