ServerInstance
    • PDF

    ServerInstance

    • PDF

    Article Summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Available in Classic

    This is server instance information.

    Syntax

    The syntax is as follows:

    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;
    

    Field

    The following describes the field.

    FieldTypeRequiredDescription
    serverInstanceNoStringRequiredServer instance number
    • NAVER Cloud Platform's identifier used to identify server instances (VMs)
    serverNameStringRequiredServer name
    serverDescriptionStringRequiredServer description
    cpuCountIntegerRequiredNumber of virtual CPUs
    memorySizeLongRequiredMemory size (Byte)
    baseBlockStorageSizeLongRequiredDefault block storage size (Byte)
    platformTypeCommonCodeRequiredPlatform type of the image installed on the server
    • Valid values: LNX32 | WIN64
    loginKeyNameStringRequiredName of the login key encrypted with the public key used to issue the server's password
    isFeeChargingMonitoringBooleanRequiredWhether it is a paid monitoring
    • Valid values: true | false
    publicIpStringOptionalPublic IP assigned to the server
    privateIpStringRequiredPrivate IP assigned to the server
    serverImageNameStringRequiredServer image name
    serverInstanceStatusCommonCodeRequiredServer instance status
    • Valid values: INIT | CREAT | RUN | NSTOP | TERMT | FSTOP | SD_FL | RS_FL | ST_FL
      • INIT: server in INIT state
      • CREAT: server in CREATED state
      • RUN: server in RUN state
      • NSTOP: server in NORMAL STOPPED state
      • TERMT: server in TERMINATED state
      • FSTOP: server in FAILURE STOPPED state
      • SD_FL: server in Shutdown Failed state
      • RS_FL: server in Restart Failed state
      • ST_FL: server in Start Failed state
    serverInstanceOperationCommonCodeRequiredServer instance operation status
    • Valid values: START | SHTDN | RESTA | TERMT | NULL | MIGRA | COPY | SETUP | HREST | HSHTD | CHNG | CREAT
      • START: server START OP
      • SHTDN: server SHUTDOWN OP
      • RESTA: server RESTART OP
      • TERMT: server TERMINATE OP
      • NULL: server NULL OP
      • MIGRA: server Migration OP
      • COPY: current COPY target
      • SETUP: current SETUP target
      • HREST: server Forced RESTART OP
      • HSHTD: server Forced SHUTDOWN OP
      • CHNG: server SPEC CHANGE OP
      • CREAT: server CREAT OP
    serverInstanceStatusNameStringRequiredServer instance status name
    • Forwards the current server instance status name by combining the server instance status and the server instance operation status
    • init | creating | booting | setting up | running | rebooting | hard rebooting | shutting down | hard shutting down | terminating | changingSpec | copying | repairing
    createDateDateRequiredDate created
    • Format: YYYY-MM-DDThh:mm:ssZ
    uptimeDateRequiredUptime
    • Format: YYYY-MM-DDThh:mm:ssZ
    serverImageProductCodeStringRequiredServer image product code
    • Product code corresponding to server image products managed by NAVER Cloud Platform
    serverProductCodeStringRequiredServer product code
    • Product code corresponding to server products managed by NAVER Cloud Platform
    isProtectServerTerminationBooleanRequiredReturn protection status
    • If the value of the server return protection column is true, the server will not be returned despite the return attempt
    portForwardingPublicIpStringOptionalPort Forwarding Public IP
    • Forwarded only if a Port Forwarding Public IP is set
    portForwardingExternalPortIntegerOptionalPort Forwarding Public External Port Value
    • Forwarded only when port forwarding is set
    portForwardingInternalPortIntegerOptionalPort Forwarding Public Internal Port Value
    • Forwarded only when port forwarding is set
    zoneZoneRequiredZone where the server is located
    regionRegionRequiredRegion in which the server is located
    baseBlockStorageDiskTypeCommonCodeRequiredDefault block storage disk type
    • Valid values: LOCAL | NET
      • LOCAL: Local) | NET (Network)
    baseBlockStorageDiskDetailTypeCommonCodeRequiredDefault block storage disk detailed type
    • Valid values: HDD | SSD
    serverInstanceTypeCommonCodeRequiredServer instance type
    • Valid values: MICRO | COMPT | STAND | GPU | LDISK | CHADP | BM | VDS
      • MICRO: Micro
      • COMPT: Compact
      • STAND: Standard
      • GPU: GPU
      • LDISK: Local Disk
      • CHADP: Cloud Hadoop
      • BM: Bare Metal
      • VDS: Virtual Dedicated Server
    userDataStringRequiredUser data
    • Allows forwarding scripts that can be run by users. If forwarded, the script will be run on the first boot of the server
    • The value is forwarded on a single lookup only
    accessControlGroupListList<AccessControlGroup>RequiredACG list
    blockDevicePartitionListList<BlockDevicePartition>OptionalBlock device partition list
    • If the server is bare metal, custom partition information is forwarded

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.