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 ServiceLevelServiceLevel. forNumber(int value)ServiceLevelStoragePool.Builder. getServiceLevel()Required.ServiceLevelStoragePool. getServiceLevel()Required.ServiceLevelStoragePoolOrBuilder. getServiceLevel()Required.ServiceLevelVolume.Builder. getServiceLevel()Output only.ServiceLevelVolume. getServiceLevel()Output only.ServiceLevelVolumeOrBuilder. getServiceLevel()Output only.static ServiceLevelServiceLevel. valueOf(int value)Deprecated.static ServiceLevelServiceLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ServiceLevelServiceLevel. 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.BuilderStoragePool.Builder. setServiceLevel(ServiceLevel value)Required.Volume.BuilderVolume.Builder. setServiceLevel(ServiceLevel value)Output only.
-