Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HashicorpCloudOperationGetResponse ¶
type HashicorpCloudOperationGetResponse struct { // operation is the requested operation. Operation *cloud.HashicorpCloudOperationOperation `json:"operation,omitempty"` }
HashicorpCloudOperationGetResponse See OperationService.Get
swagger:model hashicorp.cloud.operation.GetResponse
func (*HashicorpCloudOperationGetResponse) MarshalBinary ¶
func (m *HashicorpCloudOperationGetResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*HashicorpCloudOperationGetResponse) UnmarshalBinary ¶
func (m *HashicorpCloudOperationGetResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type HashicorpCloudOperationListResponse ¶
type HashicorpCloudOperationListResponse struct { // operations is a list of Operation messages that matched the filters // in the request. They're akin to search results. Operations []*cloud.HashicorpCloudOperationOperation `json:"operations"` // pagination contains the pagination tokens for a subsequent request. Pagination *cloud.HashicorpCloudCommonPaginationResponse `json:"pagination,omitempty"` }
HashicorpCloudOperationListResponse ListResponse contains a list of operations.
swagger:model hashicorp.cloud.operation.ListResponse
func (*HashicorpCloudOperationListResponse) MarshalBinary ¶
func (m *HashicorpCloudOperationListResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*HashicorpCloudOperationListResponse) UnmarshalBinary ¶
func (m *HashicorpCloudOperationListResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type HashicorpCloudOperationWaitResponse ¶
type HashicorpCloudOperationWaitResponse struct { // operation is the latest state of the requested operation. Operation *cloud.HashicorpCloudOperationOperation `json:"operation,omitempty"` }
HashicorpCloudOperationWaitResponse See OperationService.Wait
swagger:model hashicorp.cloud.operation.WaitResponse
func (*HashicorpCloudOperationWaitResponse) MarshalBinary ¶
func (m *HashicorpCloudOperationWaitResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*HashicorpCloudOperationWaitResponse) UnmarshalBinary ¶
func (m *HashicorpCloudOperationWaitResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.