public class DiskInstanceView extends Object
Constructor and Description |
---|
DiskInstanceView() |
Modifier and Type | Method and Description |
---|---|
List<DiskEncryptionSettings> |
encryptionSettings()
Get specifies the encryption settings for the OS Disk.
|
String |
name()
Get the disk name.
|
List<InstanceViewStatus> |
statuses()
Get the resource status information.
|
DiskInstanceView |
withEncryptionSettings(List<DiskEncryptionSettings> encryptionSettings)
Set specifies the encryption settings for the OS Disk.
|
DiskInstanceView |
withName(String name)
Set the disk name.
|
DiskInstanceView |
withStatuses(List<InstanceViewStatus> statuses)
Set the resource status information.
|
public String name()
public DiskInstanceView withName(String name)
name
- the name value to setpublic List<DiskEncryptionSettings> encryptionSettings()
public DiskInstanceView withEncryptionSettings(List<DiskEncryptionSettings> encryptionSettings)
encryptionSettings
- the encryptionSettings value to setpublic List<InstanceViewStatus> statuses()
public DiskInstanceView withStatuses(List<InstanceViewStatus> statuses)
statuses
- the statuses value to setCopyright © 2019. All rights reserved.