Documentation
¶
Overview ¶
Module prism.v4.config of Nutanix VMM APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileDetail ¶
func NewFileDetail ¶
func NewFileDetail() *FileDetail
type TaskReference ¶
type TaskReference struct {
ObjectType_ *string `json:"$objectType,omitempty"`
Reserved_ map[string]interface{} `json:"$reserved,omitempty"`
UnknownFields_ map[string]interface{} `json:"$unknownFields,omitempty"`
/*
A globally unique identifier of a task.
*/
ExtId *string `json:"extId,omitempty"`
}
A reference to a task tracking an asynchronous operation. The status of the task can be queried by making a GET request to the task URI provided in the metadata section of the API response.
func NewTaskReference ¶
func NewTaskReference() *TaskReference
Click to show internal directories.
Click to hide internal directories.