public static final class CreateAndBindNasFileSystemRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateAndBindNasFileSystemRequest |
build() |
CreateAndBindNasFileSystemRequest.Builder |
description(String description)
The description of the NAS file system.
|
CreateAndBindNasFileSystemRequest.Builder |
desktopGroupId(String desktopGroupId)
The ID of the desktop group.
|
CreateAndBindNasFileSystemRequest.Builder |
encryptType(Integer encryptType)
Specifies whether to encrypt data in the NAS file system.
|
CreateAndBindNasFileSystemRequest.Builder |
endUserIds(List<String> endUserIds)
The list of users.
|
CreateAndBindNasFileSystemRequest.Builder |
fileSystemName(String fileSystemName)
The name of the NAS file system.
|
CreateAndBindNasFileSystemRequest.Builder |
officeSiteId(String officeSiteId)
The ID of the workspace.
|
CreateAndBindNasFileSystemRequest.Builder |
regionId(String regionId)
The region ID.
|
CreateAndBindNasFileSystemRequest.Builder |
storageType(String storageType)
The storage type of the NAS file system.
|
public CreateAndBindNasFileSystemRequest.Builder description(String description)
public CreateAndBindNasFileSystemRequest.Builder desktopGroupId(String desktopGroupId)
public CreateAndBindNasFileSystemRequest.Builder encryptType(Integer encryptType)
* 0: does not encrypt data in the NAS file system. * 1: encrypts data in the NAS file system by using a NAS-managed key. ` If you set `FileSystemType` to `standard` or `extreme`, you can use a NAS-managed key to encrypt data in a NAS file system.` * 2: encrypts data in the NAS file system by using a KMS-managed key. `If` you set FileSystemType` to `extreme`, you can use a KMS-managed key to encrypt data in a NAS file system.` Default value: 0.
public CreateAndBindNasFileSystemRequest.Builder endUserIds(List<String> endUserIds)
public CreateAndBindNasFileSystemRequest.Builder fileSystemName(String fileSystemName)
public CreateAndBindNasFileSystemRequest.Builder officeSiteId(String officeSiteId)
public CreateAndBindNasFileSystemRequest.Builder regionId(String regionId)
public CreateAndBindNasFileSystemRequest.Builder storageType(String storageType)
* Capacity * Performance Default value: Capacity.
public CreateAndBindNasFileSystemRequest build()
Copyright © 2024. All rights reserved.