Vcenter NamespaceManagement InfrastructurePolicies Summary

Vcenter NamespaceManagement InfrastructurePolicies Summary
Vcenter NamespaceManagement InfrastructurePolicies Summary

The Vcenter NamespaceManagement InfrastructurePolicies Summary schema contains information about a policy used when listing all the policies.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "policy": "string",
    "config_status": "string",
    "description": "string",
    "compute_policy_id": "string",
    "enforcement_mode": "string"
}
string
policy
Required

Specifies the identifier for the policy.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.INFRASTRUCTURE_POLICY. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.INFRASTRUCTURE_POLICY.

string
config_status
Required

Specifies the status of the policy, indicating if it can or cannot be associated with new vSphere Namespaces.

For more information see: Vcenter NamespaceManagement InfrastructurePolicies ConfigStatus.

This property was added in vSphere API 9.1.0.0.

string
description
Optional

Specifies the desired description of the policy.

This property was added in vSphere API 9.1.0.0.

If missing or null, no description is provided.

string
compute_policy_id
Optional

Specifies the ID of the underlying vSphere Compute Policy, if one is associated with this object.

This property was added in vSphere API 9.1.0.0.

If missing or null, no policy ID is specified.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.compute.Policy. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.compute.Policy.

string
enforcement_mode
Required

Specifies how the policy is enforced.

For more information see: Vcenter NamespaceManagement InfrastructurePolicies EnforcementMode.

This property was added in vSphere API 9.1.0.0.