CloudHadoopNotebookServerInstance

Prev Next

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
  • creating | deleted | deleting | downgrading | pending | recovering | reinstalling | restarting | running | settingup | shuttingdown | stopped | upgrading
cloudHadoopNotebookServerInstanceStatus CommonCode Required Cloud Hadoop notebook server instance status
  • DEL | PEND | RUN | STOP | FSTOP
    • DEL: deleted
    • PEND: pending
    • RUN: running
    • STOP: stopped
    • FSTOP: failure stopped
cloudHadoopNotebookServerInstanceOperation CommonCode Required Cloud Hadoop notebook server instance operation status
  • NOOP | CREAT | START | RSTRT | SETUP | STOP | FO | DEL | UPGD | DWGD | RISTL
    • NOOP: no operation
    • CREAT: create
    • START: start
    • RSTRT: restart
    • SETUP: setup
    • STOP: stop
    • FO: failover
    • DEL: delete
    • UPGD: upgrade
    • DWGD: downgrade
    • RISTL: reinstall
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
  • true | false
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