Uses of Class
com.google.cloud.netapp.v1.ServiceLevel
-
Packages that use ServiceLevel Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of ServiceLevel in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return ServiceLevel Modifier and Type Method Description static ServiceLevel
ServiceLevel. forNumber(int value)
ServiceLevel
StoragePool.Builder. getServiceLevel()
Required.ServiceLevel
StoragePool. getServiceLevel()
Required.ServiceLevel
StoragePoolOrBuilder. getServiceLevel()
Required.ServiceLevel
Volume.Builder. getServiceLevel()
Output only.ServiceLevel
Volume. getServiceLevel()
Output only.ServiceLevel
VolumeOrBuilder. getServiceLevel()
Output only.static ServiceLevel
ServiceLevel. valueOf(int value)
Deprecated.static ServiceLevel
ServiceLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ServiceLevel
ServiceLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceLevel[]
ServiceLevel. 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 ServiceLevel Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ServiceLevel>
ServiceLevel. internalGetValueMap()
Methods in com.google.cloud.netapp.v1 with parameters of type ServiceLevel Modifier and Type Method Description StoragePool.Builder
StoragePool.Builder. setServiceLevel(ServiceLevel value)
Required.Volume.Builder
Volume.Builder. setServiceLevel(ServiceLevel value)
Output only.
-