PlatformFullConfig

PlatformFullConfig
Platform Full Configuration

Full configuration description for the platform.

AllOf
This class requires all of the following:
JSON Example
{
    "_create_user": "string",
    "_create_time": 0,
    "_last_modified_user": "string",
    "_last_modified_time": 0,
    "_revision": 0,
    "_resource_type": "string",
    "_system_owned": false,
    "id": "string",
    "display_name": "string",
    "description": "string",
    "site_ids": [
        "string"
    ],
    "desired_state": "string",
    "compute": {
        "datacenter_name": "string",
        "datacenter_id": "string",
        "cluster_name": "string",
        "cluster_id": "string",
        "resource_pool_name": "string",
        "resource_pool_id": "string",
        "ssp_resource_pool_name": "string",
        "ssp_resource_pool_id": "string",
        "enable_resource_reservation": false,
        "vm_folder_name": "string",
        "storage_policy_name": "string",
        "storage_policy_id": "string",
        "content_datastore_name": "string",
        "content_datastore_id": "string",
        "vm_template": "string"
    },
    "network": {
        "ntp": "string",
        "dns": [
            "string"
        ],
        "search_domain": "string",
        "network_configs": [
            {
                "platform_subnet": "string",
                "platform_default_gateway": "string",
                "network_name": "string",
                "network_id": "string",
                "portgroup_name": "string",
                "portgroup_id": "string",
                "node_pools": [
                    {
                        "start": "string",
                        "end": "string",
                        "name": "string"
                    }
                ],
                "service_pools": [
                    {
                        "start": "string",
                        "end": "string",
                        "name": "string"
                    }
                ]
            }
        ]
    },
    "service": {
        "ingress_fqdn": "string",
        "kafka_fqdn": "string",
        "ssp_bundle_version": "string",
        "ssp_bundle_id": "string",
        "password_configuration": {
            "admin_password": "string",
            "audit_password": "string"
        },
        "instance_name": "string",
        "addon_ids": [
            "string"
        ],
        "preserve_addons": false
    },
    "system": {
        "ssp_type": "string",
        "controller_count": 0,
        "worker_count": 0,
        "form_factor": "SMALL"
    },
    "provider_id": "string",
    "instance_id": "string"
}