Classic環境で利用できます。
サーバインスタンス情報です。
構文
構文は次の通りです。
private String serverInstanceNo;
private String serverName;
private String serverDescription;
private Integer cpuCount;
private Long memorySize;
private Long baseBlockStorageSize;
private CommonCode platformType;
private String loginKeyName;
private Boolean isFeeChargingMonitoring;
private String publicIp;
private String privateIp;
private String serverImageName;
private CommonCode serverInstanceStatus;
private CommonCode serverInstanceOperation;
private String serverInstanceStatusName;
private Date createDate;
private Date uptime;
private String serverImageProductCode;
private String serverProductCode;
private Boolean isProtectServerTermination;
private String portForwardingPublicIp;
private Integer portForwardingExternalPort;
private Integer portForwardingInternalPort;
private Zone zone;
private Region region;
private CommonCode baseBlockStorageDiskType;
private CommonCode baseBlockStroageDiskDetailType;
private CommonCode serverInstanceType;
private String userData;
private List<AccessControlGroup> accessControlGroupList;
private List<BlockDevicePartition> blockDevicePartitionList;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
serverInstanceNo |
String | Required | サーバインスタンス番号
|
serverName |
String | Required | サーバ名 |
serverDescription |
String | Required | サーバの説明 |
cpuCount |
Integer | Required | Virtual CPU数 |
memorySize |
Long | Required | メモリ容量(Byte) |
baseBlockStorageSize |
Long | Required | 基本ブロックストレージ容量(Byte) |
platformType |
CommonCode | Required | サーバにインストールされたイメージのプラットフォーム区分
|
loginKeyName |
String | Required | サーバのパスワードを発行した公開鍵で暗号化したログインキー名 |
isFeeChargingMonitoring |
Boolean | Required | 有料モニタリングかどうか
|
publicIp |
String | Optional | サーバに割り当てられているグローバル IPアドレス |
privateIp |
String | Required | サーバに割り当てられているプライベート IPアドレス |
serverImageName |
String | Required | サーバイメージの名前 |
serverInstanceStatus |
CommonCode | Required | サーバインスタンスの状態
|
serverInstanceOperation |
CommonCode | Required | サーバインスタンスの運用状態
|
serverInstanceStatusName |
String | Required | サーバインスタンスの状態名
|
createDate |
Date | Required | 作成日時(YYYY-MM-DDThh:mm:ssZ) |
uptime |
Date | Required | アップタイム(YYYY-MM-DDThh:mm:ssZ) |
serverImageProductCode |
String | Required | サーバイメージ商品コード
|
serverProductCode |
String | Required | サーバ商品コード
|
isProtectServerTermination |
Boolean | Required | 返却保護かどうか
|
portForwardingPublicIp |
String | Optional | ポートフォワードグローバル IPアドレス
|
portForwardingExternalPort |
Integer | Optional | ポートフォワードのグローバル外部ポート
|
portForwardingInternalPort |
Integer | Optional | ポートフォワードのグローバル内部ポート
|
zone |
Zone | Required | サーバが位置するゾーン |
region |
Region | Required | サーバが位置するリージョン |
baseBlockStorageDiskType |
CommonCode | Required | 基本ブロックストレージディスクタイプ
|
baseBlockStorageDiskDetailType |
CommonCode | Required | 基本ブロックストレージディスクの詳細タイプ
|
serverInstanceType |
CommonCode | Required | サーバインスタンスタイプ
|
userData |
String | Required | ユーザーデータ
|
accessControlGroupList |
List<AccessControlGroup> | Required | ACGリスト |
blockDevicePartitionList |
List<BlockDevicePartition> | Optional | ブロックデバイスパーティションリスト
|