| パッケージ | 説明 |
|---|---|
| com.nifty.cloud.sdk.disk.model |
ディスクカテゴリのリクエスト及びレスポンスで使用するクラスを提供します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
VolumeAttachment |
AttachVolumeResult.getAttachment()
ディスク接続情報を取得します。
|
VolumeAttachment |
DetachVolumeResult.getAttachment()
ディスク接続情報を取得します。
|
VolumeAttachment |
VolumeAttachment.withAttachTime(java.util.Date attachTime)
ディスク接続日時を設定し、自オブジェクトを返します。
|
VolumeAttachment |
VolumeAttachment.withDeleteOnTermination(java.lang.Boolean deleteOnTermination)
サーバー削除時のディスク消去フラグを設定し、自オブジェクトを返します。
|
VolumeAttachment |
VolumeAttachment.withDevice(java.lang.String device)
ディスク接続デバイスを設定し、自オブジェクトを返します。
|
VolumeAttachment |
VolumeAttachment.withInstanceId(java.lang.String instanceId)
サーバー名を設定し、自オブジェクトを返します。
|
VolumeAttachment |
VolumeAttachment.withState(java.lang.String state)
接続ステータスを設定し、自オブジェクトを返します。
|
VolumeAttachment |
VolumeAttachment.withVolumeId(java.lang.String volumeId)
ディスク名を設定し、自オブジェクトを返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.util.List<VolumeAttachment> |
Volume.getAttachments()
接続サーバー情報リストを取得します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
AttachVolumeResult.setAttachment(VolumeAttachment attachment)
ディスク接続情報を設定します。
|
void |
DetachVolumeResult.setAttachment(VolumeAttachment attachment)
ディスク接続情報を設定します。
|
AttachVolumeResult |
AttachVolumeResult.withAttachment(VolumeAttachment attachment)
ディスク接続情報を設定し、自オブジェクトを返します。
|
DetachVolumeResult |
DetachVolumeResult.withAttachment(VolumeAttachment attachment)
ディスク接続情報を設定し、自オブジェクトを返します。
|
Volume |
Volume.withAttachments(VolumeAttachment... attachments)
接続サーバー情報の配列を設定し、自オブジェクトを返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
Volume.setAttachments(java.util.List<VolumeAttachment> attachments)
接続サーバー情報リストを設定します。
|
Volume |
Volume.withAttachments(java.util.Collection<VolumeAttachment> attachments)
接続サーバー情報リストを設定し、自オブジェクトを返します。
|
Copyright(C) FUJITSU CLOUD TECHNOLOGIES LIMITED 2018 All Rights Reserved.