@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class NfsExportCreationParams extends ConditionalNullable.ConditionalNullablePojo
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_CLUSTER_ID |
static String |
SERIALIZED_NAME_EC_K |
static String |
SERIALIZED_NAME_EC_M |
static String |
SERIALIZED_NAME_ENCRYPT_METHOD |
static String |
SERIALIZED_NAME_IP_WHITELIST |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_REPLICA_NUM |
static String |
SERIALIZED_NAME_RESILIENCY_TYPE |
static String |
SERIALIZED_NAME_THIN_PROVISION |
_isPresent_| 构造器和说明 |
|---|
NfsExportCreationParams() |
public static final String SERIALIZED_NAME_ENCRYPT_METHOD
public static final String SERIALIZED_NAME_RESILIENCY_TYPE
public static final String SERIALIZED_NAME_THIN_PROVISION
public NfsExportCreationParams encryptMethod(EncryptMethod encryptMethod)
@Nullable public EncryptMethod getEncryptMethod()
public void setEncryptMethod(EncryptMethod encryptMethod)
public NfsExportCreationParams encryptMethod_ExplictlyNull()
public NfsExportCreationParams encryptMethod_ExplictlyNonNull()
public void setEncryptMethod_IsExplictlyNull(boolean isExplictlyNull)
public boolean getEncryptMethod_IsExplictlyNull()
public NfsExportCreationParams ecM(Double ecM)
public void setEcM(Double ecM)
public NfsExportCreationParams ecM_ExplictlyNull()
public NfsExportCreationParams ecM_ExplictlyNonNull()
public void setEcM_IsExplictlyNull(boolean isExplictlyNull)
public boolean getEcM_IsExplictlyNull()
public NfsExportCreationParams ecK(Double ecK)
public void setEcK(Double ecK)
public NfsExportCreationParams ecK_ExplictlyNull()
public NfsExportCreationParams ecK_ExplictlyNonNull()
public void setEcK_IsExplictlyNull(boolean isExplictlyNull)
public boolean getEcK_IsExplictlyNull()
public NfsExportCreationParams resiliencyType(ResiliencyType resiliencyType)
@Nullable public ResiliencyType getResiliencyType()
public void setResiliencyType(ResiliencyType resiliencyType)
public NfsExportCreationParams resiliencyType_ExplictlyNull()
public NfsExportCreationParams resiliencyType_ExplictlyNonNull()
public void setResiliencyType_IsExplictlyNull(boolean isExplictlyNull)
public boolean getResiliencyType_IsExplictlyNull()
public NfsExportCreationParams clusterId(String clusterId)
public void setClusterId(String clusterId)
public NfsExportCreationParams clusterId_ExplictlyNull()
public NfsExportCreationParams clusterId_ExplictlyNonNull()
public void setClusterId_IsExplictlyNull(boolean isExplictlyNull)
public boolean getClusterId_IsExplictlyNull()
public NfsExportCreationParams ipWhitelist(String ipWhitelist)
public void setIpWhitelist(String ipWhitelist)
public NfsExportCreationParams ipWhitelist_ExplictlyNull()
public NfsExportCreationParams ipWhitelist_ExplictlyNonNull()
public void setIpWhitelist_IsExplictlyNull(boolean isExplictlyNull)
public boolean getIpWhitelist_IsExplictlyNull()
public NfsExportCreationParams thinProvision(Boolean thinProvision)
public void setThinProvision(Boolean thinProvision)
public NfsExportCreationParams thinProvision_ExplictlyNull()
public NfsExportCreationParams thinProvision_ExplictlyNonNull()
public void setThinProvision_IsExplictlyNull(boolean isExplictlyNull)
public boolean getThinProvision_IsExplictlyNull()
public NfsExportCreationParams replicaNum(Integer replicaNum)
public void setReplicaNum(Integer replicaNum)
public NfsExportCreationParams replicaNum_ExplictlyNull()
public NfsExportCreationParams replicaNum_ExplictlyNonNull()
public void setReplicaNum_IsExplictlyNull(boolean isExplictlyNull)
public boolean getReplicaNum_IsExplictlyNull()
public NfsExportCreationParams name(String name)
public void setName(String name)
public NfsExportCreationParams name_ExplictlyNull()
public NfsExportCreationParams name_ExplictlyNonNull()
public void setName_IsExplictlyNull(boolean isExplictlyNull)
public boolean getName_IsExplictlyNull()
Copyright © 2025. All rights reserved.