Vcenter_Settings_V1_Config_CreateSpec

Vcenter_Settings_V1_Config_CreateSpec
Vcenter_Settings_V1_Config_CreateSpec

The Config.CreateSpec structure contains the specification required to create a profile in vCenter. the spec contains fields that describe information about the profile. Warning: This structure is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

JSON Example
{
    "name": "string",
    "description": "string",
    "desired_state": {
        "appliance": "Vcenter_Settings_V1_Config_Components_Applmgmt_ApplianceManagement Object",
        "authmgmt": "Vcenter_Settings_V1_Config_Components_Authmanagement_AuthenticationManagement Object",
        "inventory": "Vcenter_Settings_V1_Config_Components_Inventory_InventoryManagement Object",
        "vsphereuiconfiguration": "Vcenter_Settings_V1_Config_Components_Vsphereuiconfiguration_VsphereUIConfiguration Object",
        "invtauthmgmt": "Vcenter_Settings_V1_Config_Components_Inventoryauthorization_InventoryAuthorization Object",
        "managementcluster": "Vcenter_Settings_V1_Config_Components_Managementcluster_ManagementCluster Object"
    }
}
string
name
Required

Name of the profile. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

string
description
Optional

Description of the profile. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. If unset, the description will be empty.

desired_state
Required

The DesiredState structure defines the configuration about different components in vCenter. Warning: This structure is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.