CloudHadoopNotebookInstance

Prev Next

Available in VPC

This is a Cloud Hadoop notebook instance.

Syntax

The syntax is as follows.

private String cloudHadoopNotebookInstanceNo;
private String cloudHadoopNotebookName;
private String cloudHadoopNotebookImageProductCode;
private String cloudHadoopNotebookInstanceStatusName;
private CommonCode cloudHadoopNotebookInstanceStatus;
private CommonCode cloudHadoopNotebookInstanceOperation;
private CloudHadoopNotebookVersion cloudHadoopNotebookVersion;
private CloudHadoopNotebookComponent cloudHadoopNotebookComponent;
private Date createDate;
private String loginKey;
private String objectStorageBucket;
private String domain;
private List<String> accessControlGroupNoListJson;
private String cloudHadoopClusterName;
private String clusterDirectAccessAccount;
private Boolean isNotebookStorageUse;
private List<CloudHadoopNotebookServerInstance> cloudHadoopNotebookServerInstanceList; 

Field

The following describes the fields.

Field Type Required Description
cloudHadoopNotebookInstanceNo String Required Cloud Hadoop notebook instance number
cloudHadoopNotebookName String Required Cloud Hadoop notebook name
cloudHadoopNotebookInstanceStatusName String Required Cloud Hadoop notebook instance status name
  • creating | deleted | deleting | downgrading | pending | recovering | reinstalling | restarting | running | settingup | shuttingdown | stopped | upgrading
cloudHadoopNotebookInstanceStatus CommonCode Required Cloud Hadoop notebook instance status
  • INIT | CREAT | DEL
    • INIT: initiated
    • CREAT: created
    • DEL: deleted
cloudHadoopNotebookInstanceOperation CommonCode Required Cloud Hadoop notebook instance operation status
  • CREAT | DEL | NULL | SETUP | UPGD | DWGD | BKP
    • CREAT: create
    • DEL: delete
    • NULL: no operation
    • SETUP: setup
    • UPGD: upgrade
    • DWGD: downgrade
    • BKP: backup
cloudHadoopNotebookComponent CloudHadoopNotebookComponent Required Cloud Hadoop notebook component
cloudHadoopNotebookVersion CloudHadoopNotebookVersion Optional Cloud Hadoop notebook version
clusterDirectAccessAccount String Optional Cluster's direct access account
loginKey String Optional Cloud Hadoop notebook authentication key
objectStorageBucket String Optional Object Storage bucket name
cloudHadoopNotebookImageProductCode String Optional Cloud Hadoop notebook image product code
createDate Date Optional Creation date and time
domain String Optional domain
accessControlGroupNoList AccessControlGroupNoList Optional ACG number list
cloudHadoopNotebookServerInstanceList List<CloudHadoopNotebookServerInstance> Required Cloud Hadoop notebook server instance number
cloudHadoopClusterName String Optional Name of the Cloud Hadoop cluster to be integrated with the notebook
isNotebookStorageUse Boolean Optional Cloud Hadoop notebook data storage usage status
  • true | false