Documentation
¶
Overview ¶
Module prism.v4.config of Nutanix Cluster Management 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 for 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
func (*TaskReference) MarshalJSON ¶ added in v4.1.1
func (p *TaskReference) MarshalJSON() ([]byte, error)
func (*TaskReference) UnmarshalJSON ¶ added in v4.1.1
func (p *TaskReference) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.