CloudHadoopNotebookServerInstance
- Print
- PDF
CloudHadoopNotebookServerInstance
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is a Cloud Hadoop server instance.
Syntax
The syntax is as follows.
private Integer cloudHadoopNotebookServerInstanceNo;
private String cloudHadoopNotebookServerName;
private CommonCode cloudHadoopNotebookServerRole;
private String cloudHadoopNotebookServerInstanceStatusName;
private CommonCode cloudHadoopNotebookServerInstanceStatus;
private CommonCode cloudHadoopNotebookServerInstanceOperation;
private String regionCode;
private String zoneCode;
private String vpcNo;
private String subnetNo;
private Integer cpuCount;
private Long memorySize;
private Long dataStorageSize;
private Boolean isPublicSubnet;
private String dataStorageType;
private Date uptime;
private Date createDate;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
cloudHadoopNotebookServerInstanceNo | String | Required | Cloud Hadoop server instance number |
cloudHadoopNotebookServerName | String | Required | Cloud Hadoop notebook server name |
cloudHadoopNotebookServerRole | CommonCode | Optional | Cloud Hadoop notebook server role |
cloudHadoopNotebookServerInstanceStatusName | String | Required | Cloud Hadoop notebook server instance status name
|
cloudHadoopNotebookServerInstanceStatus | CommonCode | Required | Cloud Hadoop notebook server instance status
|
cloudHadoopNotebookServerInstanceOperation | CommonCode | Required | Cloud Hadoop notebook server instance operation status
|
cloudHadoopNotebookProductCode | String | Optional | Cloud Hadoop notebook product code |
regionCode | String | Required | Region code |
zoneCode | String | Required | Zone code |
vpcNo | String | Required | VPC number |
subnetNo | String | Required | Subnet number |
isPublicSubnet | Boolean | Required | Public subnet status
|
dataStorageType | CommonCode | Optional | Data storage type |
dataStorageSize | Long | Required | Data storage size |
cpuCount | Integer | Required | Number of virtual CPUs (vCPUs) |
memorySize | Long | Required | Memory size |
uptime | Date | Optional | Uptime |
createDate | Date | Optional | Creation date and time |
Was this article helpful?