VmDataSetsSummary

Basic data set information.


Properties

string
data_set Required

The identifier of the data set. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.vm.DataSet. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.vm.DataSet.


string
description Required

The description of the data set.


string
name Required

The name of the data set.

JSON Example

{
	"data_set": "string",
	"description": "string",
	"name": "string"
}
Returned By

List Data Sets

Feedback

Was this page helpful?