Uses of Class
com.google.cloud.netapp.v1.Replication.MirrorState
-
Packages that use Replication.MirrorState Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of Replication.MirrorState in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return Replication.MirrorState Modifier and Type Method Description static Replication.MirrorState
Replication.MirrorState. forNumber(int value)
Replication.MirrorState
Replication.Builder. getMirrorState()
Output only.Replication.MirrorState
Replication. getMirrorState()
Output only.Replication.MirrorState
ReplicationOrBuilder. getMirrorState()
Output only.static Replication.MirrorState
Replication.MirrorState. valueOf(int value)
Deprecated.static Replication.MirrorState
Replication.MirrorState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Replication.MirrorState
Replication.MirrorState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Replication.MirrorState[]
Replication.MirrorState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.netapp.v1 that return types with arguments of type Replication.MirrorState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Replication.MirrorState>
Replication.MirrorState. internalGetValueMap()
Methods in com.google.cloud.netapp.v1 with parameters of type Replication.MirrorState Modifier and Type Method Description Replication.Builder
Replication.Builder. setMirrorState(Replication.MirrorState value)
Output only.
-