LinuxServerConfiguration

LinuxServerConfiguration
LinuxServerConfiguration
JSON Example
{
    "hosts": [
        {
            "host_attr": [
                {
                    "attr_key": "string",
                    "attr_val": "string"
                }
            ],
            "host_ip": {
                "addr": "string",
                "type": "string"
            },
            "node_availability_zone": "string",
            "se_group_ref": "string"
        }
    ],
    "se_inband_mgmt": false,
    "se_log_disk_path": "string",
    "se_log_disk_size_GB": 0,
    "se_sys_disk_path": "string",
    "se_sys_disk_size_GB": 0,
    "ssh_user_ref": "string"
}
hosts
Optional

Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

boolean
se_inband_mgmt
Optional

Flag to notify the SE's in this cloud have an inband management interface, this can be overridden at SE host level by setting host_attr attr_key as SE_INBAND_MGMT with value of true or false. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
se_log_disk_path
Optional

SE Client Logs disk path for cloud. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
se_log_disk_size_GB
Optional

SE Client Log disk size for cloud. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
se_sys_disk_path
Optional

SE System Logs disk path for cloud. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
se_sys_disk_size_GB
Optional

SE System Logs disk size for cloud. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
ssh_user_ref
Optional

Cloud connector user uuid for SSH to hosts. It is a reference to an object of type CloudConnectorUser. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

Property Of