NamespaceManagementNamespaceResourceOptionsInfo

The NamespaceResourceOptions.Info structure contains the information about the objects used to set and update resource quota keys on a namespace.


Properties

string
create_resource_quota_type Required

Identifier of the structure used to set resource quotas on the namespace. See com.vmware.vcenter.namespaces.Instances#create and com.vmware.vcenter.namespaces.Instances#set. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vapi.structure. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vapi.structure.


string
update_resource_quota_type Required

Identifier of the structure used to update resource quotas on the namespace. See com.vmware.vcenter.namespaces.Instances#update. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vapi.structure. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vapi.structure.

JSON Example

{
	"create_resource_quota_type": "string",
	"update_resource_quota_type": "string"
}

Feedback

Was this page helpful?