NamespaceManagement_Storage_Profiles_Summary

NamespaceManagement_Storage_Profiles_Summary
NamespaceManagement_Storage_Profiles_Summary

The Profiles.Summary structure contains the information about compatible storage profiles and represents the result of Profiles.check operation.

JSON Example
{
    "profile": "string",
    "profile_name": "string",
    "compatible": false,
    "items": [
        {
            "zone": "string",
            "datastores": [
                "string"
            ]
        }
    ],
    "incompatibility_reasons": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": {
                        "id": "string",
                        "params": {
                            "params": "Std_LocalizationParam Object"
                        }
                    },
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
string
profile
Required

Identifier of the compatible storage profile. A storage profile is compatible if it results in at least one datastore in each of the specified zones. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: SpsStorageProfile. When operations return a value of this structure as a result, the field will be an identifier for the resource type: SpsStorageProfile.

string
profile_name
Required

Human-readable identifier of the storage profile.

boolean
compatible
Required

Compatibility of this storage profile with the specified vSphere Zones.

items
Required

The list of Profiles.Item wich correspond to the storage profile.

incompatibility_reasons
Required

The reason for incompatibility. If empty, this profile is compatible with the given vSphere Zones specified in the Profiles.FilterSpec.