@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class BackupStoreRepository extends Object
| 构造器和说明 |
|---|
BackupStoreRepository() |
public static final String SERIALIZED_NAME_BACKUP_RESTORE_POINTS
public static final String SERIALIZED_NAME_BACKUP_SERVICE
public static final String SERIALIZED_NAME_ENTITY_ASYNC_STATUS
public static final String SERIALIZED_NAME_ISCSI_CHAP_NAME
public static final String SERIALIZED_NAME_ISCSI_CHAP_SECRET
public static final String SERIALIZED_NAME_ISCSI_TARGET_IQN
public static final String SERIALIZED_NAME_TOTAL_CAPACITY
public static final String SERIALIZED_NAME_UPDATE_TIMESTAMP
public static final String SERIALIZED_NAME_USED_DATA_SPACE
public static final String SERIALIZED_NAME_USED_DATA_SPACE_USAGE
public BackupStoreRepository backupPlans(List<NestedBackupPlan> backupPlans)
public BackupStoreRepository addBackupPlansItem(NestedBackupPlan backupPlansItem)
@Nullable public List<NestedBackupPlan> getBackupPlans()
public void setBackupPlans(List<NestedBackupPlan> backupPlans)
public BackupStoreRepository backupRestorePoints(List<NestedBackupRestorePoint> backupRestorePoints)
public BackupStoreRepository addBackupRestorePointsItem(NestedBackupRestorePoint backupRestorePointsItem)
@Nullable public List<NestedBackupRestorePoint> getBackupRestorePoints()
public void setBackupRestorePoints(List<NestedBackupRestorePoint> backupRestorePoints)
public BackupStoreRepository backupService(NestedBackupService backupService)
@Nullable public NestedBackupService getBackupService()
public void setBackupService(NestedBackupService backupService)
public BackupStoreRepository createdAt(String createdAt)
public void setCreatedAt(String createdAt)
public BackupStoreRepository description(String description)
public void setDescription(String description)
public BackupStoreRepository entityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
@Nullable public EntityAsyncStatus getEntityAsyncStatus()
public void setEntityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
public BackupStoreRepository errorCode(String errorCode)
public void setErrorCode(String errorCode)
public BackupStoreRepository id(String id)
public void setId(String id)
public BackupStoreRepository iscsiChapName(String iscsiChapName)
public void setIscsiChapName(String iscsiChapName)
public BackupStoreRepository iscsiChapSecret(String iscsiChapSecret)
@Nullable public String getIscsiChapSecret()
public void setIscsiChapSecret(String iscsiChapSecret)
public BackupStoreRepository iscsiIp(String iscsiIp)
public void setIscsiIp(String iscsiIp)
public BackupStoreRepository iscsiLunId(String iscsiLunId)
public void setIscsiLunId(String iscsiLunId)
public BackupStoreRepository iscsiPort(Integer iscsiPort)
public void setIscsiPort(Integer iscsiPort)
public BackupStoreRepository iscsiTargetIqn(String iscsiTargetIqn)
public void setIscsiTargetIqn(String iscsiTargetIqn)
public BackupStoreRepository name(String name)
public void setName(String name)
public BackupStoreRepository nfsPath(String nfsPath)
public void setNfsPath(String nfsPath)
public BackupStoreRepository nfsServer(String nfsServer)
public void setNfsServer(String nfsServer)
public BackupStoreRepository status(BackupStoreStatus status)
@Nonnull public BackupStoreStatus getStatus()
public void setStatus(BackupStoreStatus status)
public BackupStoreRepository totalCapacity(Long totalCapacity)
public void setTotalCapacity(Long totalCapacity)
public BackupStoreRepository type(BackupStoreType type)
@Nonnull public BackupStoreType getType()
public void setType(BackupStoreType type)
public BackupStoreRepository updateTimestamp(String updateTimestamp)
@Nullable public String getUpdateTimestamp()
public void setUpdateTimestamp(String updateTimestamp)
public BackupStoreRepository usedDataSpace(Long usedDataSpace)
public void setUsedDataSpace(Long usedDataSpace)
public BackupStoreRepository usedDataSpaceUsage(Double usedDataSpaceUsage)
@Nullable public Double getUsedDataSpaceUsage()
public void setUsedDataSpaceUsage(Double usedDataSpaceUsage)
public BackupStoreRepository validDataSpace(Long validDataSpace)
public void setValidDataSpace(Long validDataSpace)
Copyright © 2025. All rights reserved.