Documentation
¶
Index ¶
- type CreateStackResponse
- type CreateSystemResponse
- type CreateUpdateSecretRequest
- type CreateUpdateSecretResponse
- type DeletePolicyRequest
- type DeletePolicyResponse
- func (o *DeletePolicyResponse) GetContentType() string
- func (o *DeletePolicyResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse
- func (o *DeletePolicyResponse) GetPoliciesV1PolicyDeleteResponse() *shared.PoliciesV1PolicyDeleteResponse
- func (o *DeletePolicyResponse) GetRawResponse() *http.Response
- func (o *DeletePolicyResponse) GetStatusCode() int
- type DeleteSecretRequest
- type DeleteSecretResponse
- type DeleteStackRequest
- type DeleteStackResponse
- func (o *DeleteStackResponse) GetContentType() string
- func (o *DeleteStackResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse
- func (o *DeleteStackResponse) GetRawResponse() *http.Response
- func (o *DeleteStackResponse) GetStacksV1StacksDeleteResponse() *shared.StacksV1StacksDeleteResponse
- func (o *DeleteStackResponse) GetStatusCode() int
- type DeleteSystemRequest
- type DeleteSystemResponse
- func (o *DeleteSystemResponse) GetContentType() string
- func (o *DeleteSystemResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse
- func (o *DeleteSystemResponse) GetRawResponse() *http.Response
- func (o *DeleteSystemResponse) GetStatusCode() int
- func (o *DeleteSystemResponse) GetSystemsV1SystemsDeleteResponse() *shared.SystemsV1SystemsDeleteResponse
- type GetPolicyRequest
- type GetPolicyResponse
- func (o *GetPolicyResponse) GetContentType() string
- func (o *GetPolicyResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse
- func (o *GetPolicyResponse) GetPoliciesV1PolicyGetResponse() *shared.PoliciesV1PolicyGetResponse
- func (o *GetPolicyResponse) GetRawResponse() *http.Response
- func (o *GetPolicyResponse) GetStatusCode() int
- type GetSecretRequest
- type GetSecretResponse
- func (o *GetSecretResponse) GetContentType() string
- func (o *GetSecretResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse
- func (o *GetSecretResponse) GetRawResponse() *http.Response
- func (o *GetSecretResponse) GetSecretsV1SecretsGetResponse() *shared.SecretsV1SecretsGetResponse
- func (o *GetSecretResponse) GetStatusCode() int
- type GetStackRequest
- type GetStackResponse
- type GetSystemRequest
- type GetSystemResponse
- func (o *GetSystemResponse) GetContentType() string
- func (o *GetSystemResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse
- func (o *GetSystemResponse) GetRawResponse() *http.Response
- func (o *GetSystemResponse) GetStatusCode() int
- func (o *GetSystemResponse) GetSystemsV1SystemsGetResponse() *shared.SystemsV1SystemsGetResponse
- type LibrariesDeleteRequest
- type LibrariesDeleteResponse
- type LibrariesGetRequest
- type LibrariesGetResponse
- type LibrariesUpdateRequest
- type LibrariesUpdateResponse
- type UpdatePolicyRequest
- type UpdatePolicyResponse
- type UpdateStackRequest
- type UpdateStackResponse
- type UpdateSystemRequest
- type UpdateSystemResponse
- func (o *UpdateSystemResponse) GetContentType() string
- func (o *UpdateSystemResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse
- func (o *UpdateSystemResponse) GetRawResponse() *http.Response
- func (o *UpdateSystemResponse) GetStatusCode() int
- func (o *UpdateSystemResponse) GetSystemsV1SystemsPutResponse() *shared.SystemsV1SystemsPutResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateStackResponse ¶
type CreateStackResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
// OK
StacksV1StacksPostResponse *shared.StacksV1StacksPostResponse
}
func (*CreateStackResponse) GetContentType ¶
func (o *CreateStackResponse) GetContentType() string
func (*CreateStackResponse) GetRawResponse ¶
func (o *CreateStackResponse) GetRawResponse() *http.Response
func (*CreateStackResponse) GetStacksV1StacksPostResponse ¶
func (o *CreateStackResponse) GetStacksV1StacksPostResponse() *shared.StacksV1StacksPostResponse
func (*CreateStackResponse) GetStatusCode ¶
func (o *CreateStackResponse) GetStatusCode() int
type CreateSystemResponse ¶
type CreateSystemResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
// OK
SystemsV1SystemsPostResponse *shared.SystemsV1SystemsPostResponse
}
func (*CreateSystemResponse) GetContentType ¶
func (o *CreateSystemResponse) GetContentType() string
func (*CreateSystemResponse) GetRawResponse ¶
func (o *CreateSystemResponse) GetRawResponse() *http.Response
func (*CreateSystemResponse) GetStatusCode ¶
func (o *CreateSystemResponse) GetStatusCode() int
func (*CreateSystemResponse) GetSystemsV1SystemsPostResponse ¶
func (o *CreateSystemResponse) GetSystemsV1SystemsPostResponse() *shared.SystemsV1SystemsPostResponse
type CreateUpdateSecretRequest ¶
type CreateUpdateSecretRequest struct {
// secret ID
SecretID string `pathParam:"style=simple,explode=false,name=secretId"`
// if set to '*' then the request fill fail if the secret already exists
IfNoneMatch *string `header:"style=simple,explode=false,name=If-None-Match"`
SecretsV1SecretsPutRequest shared.SecretsV1SecretsPutRequest `request:"mediaType=application/json"`
}
func (*CreateUpdateSecretRequest) GetIfNoneMatch ¶
func (o *CreateUpdateSecretRequest) GetIfNoneMatch() *string
func (*CreateUpdateSecretRequest) GetSecretID ¶
func (o *CreateUpdateSecretRequest) GetSecretID() string
func (*CreateUpdateSecretRequest) GetSecretsV1SecretsPutRequest ¶
func (o *CreateUpdateSecretRequest) GetSecretsV1SecretsPutRequest() shared.SecretsV1SecretsPutRequest
type CreateUpdateSecretResponse ¶
type CreateUpdateSecretResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
// OK
SecretsV1SecretsPutResponse *shared.SecretsV1SecretsPutResponse
}
func (*CreateUpdateSecretResponse) GetContentType ¶
func (o *CreateUpdateSecretResponse) GetContentType() string
func (*CreateUpdateSecretResponse) GetRawResponse ¶
func (o *CreateUpdateSecretResponse) GetRawResponse() *http.Response
func (*CreateUpdateSecretResponse) GetSecretsV1SecretsPutResponse ¶
func (o *CreateUpdateSecretResponse) GetSecretsV1SecretsPutResponse() *shared.SecretsV1SecretsPutResponse
func (*CreateUpdateSecretResponse) GetStatusCode ¶
func (o *CreateUpdateSecretResponse) GetStatusCode() int
type DeletePolicyRequest ¶
type DeletePolicyRequest struct {
// policy name
Policy string `pathParam:"style=simple,explode=false,name=policy"`
}
func (*DeletePolicyRequest) GetPolicy ¶
func (o *DeletePolicyRequest) GetPolicy() string
type DeletePolicyResponse ¶
type DeletePolicyResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
// OK
PoliciesV1PolicyDeleteResponse *shared.PoliciesV1PolicyDeleteResponse
// Not Found
MetaV1ErrorResponse *shared.MetaV1ErrorResponse
}
func (*DeletePolicyResponse) GetContentType ¶
func (o *DeletePolicyResponse) GetContentType() string
func (*DeletePolicyResponse) GetMetaV1ErrorResponse ¶
func (o *DeletePolicyResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse
func (*DeletePolicyResponse) GetPoliciesV1PolicyDeleteResponse ¶
func (o *DeletePolicyResponse) GetPoliciesV1PolicyDeleteResponse() *shared.PoliciesV1PolicyDeleteResponse
func (*DeletePolicyResponse) GetRawResponse ¶
func (o *DeletePolicyResponse) GetRawResponse() *http.Response
func (*DeletePolicyResponse) GetStatusCode ¶
func (o *DeletePolicyResponse) GetStatusCode() int
type DeleteSecretRequest ¶
type DeleteSecretRequest struct {
// secret ID
SecretID string `pathParam:"style=simple,explode=false,name=secretId"`
}
func (*DeleteSecretRequest) GetSecretID ¶
func (o *DeleteSecretRequest) GetSecretID() string
type DeleteSecretResponse ¶
type DeleteSecretResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
// OK
SecretsV1SecretsDeleteResponse *shared.SecretsV1SecretsDeleteResponse
}
func (*DeleteSecretResponse) GetContentType ¶
func (o *DeleteSecretResponse) GetContentType() string
func (*DeleteSecretResponse) GetRawResponse ¶
func (o *DeleteSecretResponse) GetRawResponse() *http.Response
func (*DeleteSecretResponse) GetSecretsV1SecretsDeleteResponse ¶
func (o *DeleteSecretResponse) GetSecretsV1SecretsDeleteResponse() *shared.SecretsV1SecretsDeleteResponse
func (*DeleteSecretResponse) GetStatusCode ¶
func (o *DeleteSecretResponse) GetStatusCode() int
type DeleteStackRequest ¶
type DeleteStackRequest struct {
// stack id
Stack string `pathParam:"style=simple,explode=false,name=stack"`
}
func (*DeleteStackRequest) GetStack ¶
func (o *DeleteStackRequest) GetStack() string
type DeleteStackResponse ¶
type DeleteStackResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
// OK
StacksV1StacksDeleteResponse *shared.StacksV1StacksDeleteResponse
// Not Found
MetaV1ErrorResponse *shared.MetaV1ErrorResponse
}
func (*DeleteStackResponse) GetContentType ¶
func (o *DeleteStackResponse) GetContentType() string
func (*DeleteStackResponse) GetMetaV1ErrorResponse ¶
func (o *DeleteStackResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse
func (*DeleteStackResponse) GetRawResponse ¶
func (o *DeleteStackResponse) GetRawResponse() *http.Response
func (*DeleteStackResponse) GetStacksV1StacksDeleteResponse ¶
func (o *DeleteStackResponse) GetStacksV1StacksDeleteResponse() *shared.StacksV1StacksDeleteResponse
func (*DeleteStackResponse) GetStatusCode ¶
func (o *DeleteStackResponse) GetStatusCode() int
type DeleteSystemRequest ¶
type DeleteSystemRequest struct {
// system ID
System string `pathParam:"style=simple,explode=false,name=system"`
// if set to 'false', only deletes the system configuration and does not delete associated objects
Recursive *string `queryParam:"style=form,explode=true,name=recursive"`
}
func (*DeleteSystemRequest) GetRecursive ¶
func (o *DeleteSystemRequest) GetRecursive() *string
func (*DeleteSystemRequest) GetSystem ¶
func (o *DeleteSystemRequest) GetSystem() string
type DeleteSystemResponse ¶
type DeleteSystemResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
// OK
SystemsV1SystemsDeleteResponse *shared.SystemsV1SystemsDeleteResponse
// Not Found
MetaV1ErrorResponse *shared.MetaV1ErrorResponse
}
func (*DeleteSystemResponse) GetContentType ¶
func (o *DeleteSystemResponse) GetContentType() string
func (*DeleteSystemResponse) GetMetaV1ErrorResponse ¶
func (o *DeleteSystemResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse
func (*DeleteSystemResponse) GetRawResponse ¶
func (o *DeleteSystemResponse) GetRawResponse() *http.Response
func (*DeleteSystemResponse) GetStatusCode ¶
func (o *DeleteSystemResponse) GetStatusCode() int
func (*DeleteSystemResponse) GetSystemsV1SystemsDeleteResponse ¶
func (o *DeleteSystemResponse) GetSystemsV1SystemsDeleteResponse() *shared.SystemsV1SystemsDeleteResponse
type GetPolicyRequest ¶
type GetPolicyRequest struct {
// policy name
Policy string `pathParam:"style=simple,explode=false,name=policy"`
// include dependencies
Dependencies *bool `queryParam:"style=form,explode=true,name=dependencies"`
}
func (*GetPolicyRequest) GetDependencies ¶
func (o *GetPolicyRequest) GetDependencies() *bool
func (*GetPolicyRequest) GetPolicy ¶
func (o *GetPolicyRequest) GetPolicy() string
type GetPolicyResponse ¶
type GetPolicyResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
// OK
PoliciesV1PolicyGetResponse *shared.PoliciesV1PolicyGetResponse
// Not Found
MetaV1ErrorResponse *shared.MetaV1ErrorResponse
}
func (*GetPolicyResponse) GetContentType ¶
func (o *GetPolicyResponse) GetContentType() string
func (*GetPolicyResponse) GetMetaV1ErrorResponse ¶
func (o *GetPolicyResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse
func (*GetPolicyResponse) GetPoliciesV1PolicyGetResponse ¶
func (o *GetPolicyResponse) GetPoliciesV1PolicyGetResponse() *shared.PoliciesV1PolicyGetResponse
func (*GetPolicyResponse) GetRawResponse ¶
func (o *GetPolicyResponse) GetRawResponse() *http.Response
func (*GetPolicyResponse) GetStatusCode ¶
func (o *GetPolicyResponse) GetStatusCode() int
type GetSecretRequest ¶
type GetSecretRequest struct {
// secret ID
SecretID string `pathParam:"style=simple,explode=false,name=secretId"`
}
func (*GetSecretRequest) GetSecretID ¶
func (o *GetSecretRequest) GetSecretID() string
type GetSecretResponse ¶
type GetSecretResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
// OK
SecretsV1SecretsGetResponse *shared.SecretsV1SecretsGetResponse
// Not Found
MetaV1ErrorResponse *shared.MetaV1ErrorResponse
}
func (*GetSecretResponse) GetContentType ¶
func (o *GetSecretResponse) GetContentType() string
func (*GetSecretResponse) GetMetaV1ErrorResponse ¶
func (o *GetSecretResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse
func (*GetSecretResponse) GetRawResponse ¶
func (o *GetSecretResponse) GetRawResponse() *http.Response
func (*GetSecretResponse) GetSecretsV1SecretsGetResponse ¶
func (o *GetSecretResponse) GetSecretsV1SecretsGetResponse() *shared.SecretsV1SecretsGetResponse
func (*GetSecretResponse) GetStatusCode ¶
func (o *GetSecretResponse) GetStatusCode() int
type GetStackRequest ¶
type GetStackRequest struct {
// stack id
Stack string `pathParam:"style=simple,explode=false,name=stack"`
}
func (*GetStackRequest) GetStack ¶
func (o *GetStackRequest) GetStack() string
type GetStackResponse ¶
type GetStackResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
// OK
StacksV1StacksGetResponse *shared.StacksV1StacksGetResponse
}
func (*GetStackResponse) GetContentType ¶
func (o *GetStackResponse) GetContentType() string
func (*GetStackResponse) GetRawResponse ¶
func (o *GetStackResponse) GetRawResponse() *http.Response
func (*GetStackResponse) GetStacksV1StacksGetResponse ¶
func (o *GetStackResponse) GetStacksV1StacksGetResponse() *shared.StacksV1StacksGetResponse
func (*GetStackResponse) GetStatusCode ¶
func (o *GetStackResponse) GetStatusCode() int
type GetSystemRequest ¶
type GetSystemRequest struct {
// system ID
System string `pathParam:"style=simple,explode=false,name=system"`
}
func (*GetSystemRequest) GetSystem ¶
func (o *GetSystemRequest) GetSystem() string
type GetSystemResponse ¶
type GetSystemResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
// OK
SystemsV1SystemsGetResponse *shared.SystemsV1SystemsGetResponse
// Not Found
MetaV1ErrorResponse *shared.MetaV1ErrorResponse
}
func (*GetSystemResponse) GetContentType ¶
func (o *GetSystemResponse) GetContentType() string
func (*GetSystemResponse) GetMetaV1ErrorResponse ¶
func (o *GetSystemResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse
func (*GetSystemResponse) GetRawResponse ¶
func (o *GetSystemResponse) GetRawResponse() *http.Response
func (*GetSystemResponse) GetStatusCode ¶
func (o *GetSystemResponse) GetStatusCode() int
func (*GetSystemResponse) GetSystemsV1SystemsGetResponse ¶
func (o *GetSystemResponse) GetSystemsV1SystemsGetResponse() *shared.SystemsV1SystemsGetResponse
type LibrariesDeleteRequest ¶
type LibrariesDeleteRequest struct {
// id
ID string `pathParam:"style=simple,explode=false,name=id"`
}
func (*LibrariesDeleteRequest) GetID ¶
func (o *LibrariesDeleteRequest) GetID() string
type LibrariesDeleteResponse ¶
type LibrariesDeleteResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
}
func (*LibrariesDeleteResponse) GetContentType ¶
func (o *LibrariesDeleteResponse) GetContentType() string
func (*LibrariesDeleteResponse) GetRawResponse ¶
func (o *LibrariesDeleteResponse) GetRawResponse() *http.Response
func (*LibrariesDeleteResponse) GetStatusCode ¶
func (o *LibrariesDeleteResponse) GetStatusCode() int
type LibrariesGetRequest ¶
type LibrariesGetRequest struct {
// id
ID string `pathParam:"style=simple,explode=false,name=id"`
// level of report for bundles depending on the library. One of (none, active, all). "active" is the default
DependantBundles *string `queryParam:"style=form,explode=true,name=dependant_bundles"`
}
func (*LibrariesGetRequest) GetDependantBundles ¶
func (o *LibrariesGetRequest) GetDependantBundles() *string
func (*LibrariesGetRequest) GetID ¶
func (o *LibrariesGetRequest) GetID() string
type LibrariesGetResponse ¶
type LibrariesGetResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
// OK
LibrariesV1LibraryResponse *shared.LibrariesV1LibraryResponse
}
func (*LibrariesGetResponse) GetContentType ¶
func (o *LibrariesGetResponse) GetContentType() string
func (*LibrariesGetResponse) GetLibrariesV1LibraryResponse ¶
func (o *LibrariesGetResponse) GetLibrariesV1LibraryResponse() *shared.LibrariesV1LibraryResponse
func (*LibrariesGetResponse) GetRawResponse ¶
func (o *LibrariesGetResponse) GetRawResponse() *http.Response
func (*LibrariesGetResponse) GetStatusCode ¶
func (o *LibrariesGetResponse) GetStatusCode() int
type LibrariesUpdateRequest ¶
type LibrariesUpdateRequest struct {
// id
ID string `pathParam:"style=simple,explode=false,name=id"`
LibrariesV1CreateLibraryRequest shared.LibrariesV1CreateLibraryRequest `request:"mediaType=application/json"`
}
func (*LibrariesUpdateRequest) GetID ¶
func (o *LibrariesUpdateRequest) GetID() string
func (*LibrariesUpdateRequest) GetLibrariesV1CreateLibraryRequest ¶
func (o *LibrariesUpdateRequest) GetLibrariesV1CreateLibraryRequest() shared.LibrariesV1CreateLibraryRequest
type LibrariesUpdateResponse ¶
type LibrariesUpdateResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
// OK
LibrariesV1LibraryResponse *shared.LibrariesV1LibraryResponse
}
func (*LibrariesUpdateResponse) GetContentType ¶
func (o *LibrariesUpdateResponse) GetContentType() string
func (*LibrariesUpdateResponse) GetLibrariesV1LibraryResponse ¶
func (o *LibrariesUpdateResponse) GetLibrariesV1LibraryResponse() *shared.LibrariesV1LibraryResponse
func (*LibrariesUpdateResponse) GetRawResponse ¶
func (o *LibrariesUpdateResponse) GetRawResponse() *http.Response
func (*LibrariesUpdateResponse) GetStatusCode ¶
func (o *LibrariesUpdateResponse) GetStatusCode() int
type UpdatePolicyRequest ¶
type UpdatePolicyRequest struct {
// policy name
Policy string `pathParam:"style=simple,explode=false,name=policy"`
// etag
IfNoneMatch *string `header:"style=simple,explode=false,name=If-None-Match"`
PoliciesV1PoliciesPutRequest shared.PoliciesV1PoliciesPutRequest `request:"mediaType=application/json"`
}
func (*UpdatePolicyRequest) GetIfNoneMatch ¶
func (o *UpdatePolicyRequest) GetIfNoneMatch() *string
func (*UpdatePolicyRequest) GetPoliciesV1PoliciesPutRequest ¶
func (o *UpdatePolicyRequest) GetPoliciesV1PoliciesPutRequest() shared.PoliciesV1PoliciesPutRequest
func (*UpdatePolicyRequest) GetPolicy ¶
func (o *UpdatePolicyRequest) GetPolicy() string
type UpdatePolicyResponse ¶
type UpdatePolicyResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
// OK
PoliciesV1PolicyPutResponse *shared.PoliciesV1PolicyPutResponse
}
func (*UpdatePolicyResponse) GetContentType ¶
func (o *UpdatePolicyResponse) GetContentType() string
func (*UpdatePolicyResponse) GetPoliciesV1PolicyPutResponse ¶
func (o *UpdatePolicyResponse) GetPoliciesV1PolicyPutResponse() *shared.PoliciesV1PolicyPutResponse
func (*UpdatePolicyResponse) GetRawResponse ¶
func (o *UpdatePolicyResponse) GetRawResponse() *http.Response
func (*UpdatePolicyResponse) GetStatusCode ¶
func (o *UpdatePolicyResponse) GetStatusCode() int
type UpdateStackRequest ¶
type UpdateStackRequest struct {
// stack id
Stack string `pathParam:"style=simple,explode=false,name=stack"`
StacksV1StacksPutRequest shared.StacksV1StacksPutRequest `request:"mediaType=application/json"`
}
func (*UpdateStackRequest) GetStack ¶
func (o *UpdateStackRequest) GetStack() string
func (*UpdateStackRequest) GetStacksV1StacksPutRequest ¶
func (o *UpdateStackRequest) GetStacksV1StacksPutRequest() shared.StacksV1StacksPutRequest
type UpdateStackResponse ¶
type UpdateStackResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
// OK
StacksV1StacksPutResponse *shared.StacksV1StacksPutResponse
}
func (*UpdateStackResponse) GetContentType ¶
func (o *UpdateStackResponse) GetContentType() string
func (*UpdateStackResponse) GetRawResponse ¶
func (o *UpdateStackResponse) GetRawResponse() *http.Response
func (*UpdateStackResponse) GetStacksV1StacksPutResponse ¶
func (o *UpdateStackResponse) GetStacksV1StacksPutResponse() *shared.StacksV1StacksPutResponse
func (*UpdateStackResponse) GetStatusCode ¶
func (o *UpdateStackResponse) GetStatusCode() int
type UpdateSystemRequest ¶
type UpdateSystemRequest struct {
// system ID
System string `pathParam:"style=simple,explode=false,name=system"`
// if set to '*' then creates a new system with type-specific related objects
IfNoneMatch *string `header:"style=simple,explode=false,name=If-None-Match"`
SystemsV1SystemsPutRequest shared.SystemsV1SystemsPutRequest `request:"mediaType=application/json"`
}
func (*UpdateSystemRequest) GetIfNoneMatch ¶
func (o *UpdateSystemRequest) GetIfNoneMatch() *string
func (*UpdateSystemRequest) GetSystem ¶
func (o *UpdateSystemRequest) GetSystem() string
func (*UpdateSystemRequest) GetSystemsV1SystemsPutRequest ¶
func (o *UpdateSystemRequest) GetSystemsV1SystemsPutRequest() shared.SystemsV1SystemsPutRequest
type UpdateSystemResponse ¶
type UpdateSystemResponse struct {
// HTTP response content type for this operation
ContentType string
// HTTP response status code for this operation
StatusCode int
// Raw HTTP response; suitable for custom response parsing
RawResponse *http.Response
// OK
SystemsV1SystemsPutResponse *shared.SystemsV1SystemsPutResponse
// Bad Request
MetaV1ErrorResponse *shared.MetaV1ErrorResponse
}
func (*UpdateSystemResponse) GetContentType ¶
func (o *UpdateSystemResponse) GetContentType() string
func (*UpdateSystemResponse) GetMetaV1ErrorResponse ¶
func (o *UpdateSystemResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse
func (*UpdateSystemResponse) GetRawResponse ¶
func (o *UpdateSystemResponse) GetRawResponse() *http.Response
func (*UpdateSystemResponse) GetStatusCode ¶
func (o *UpdateSystemResponse) GetStatusCode() int
func (*UpdateSystemResponse) GetSystemsV1SystemsPutResponse ¶
func (o *UpdateSystemResponse) GetSystemsV1SystemsPutResponse() *shared.SystemsV1SystemsPutResponse
Click to show internal directories.
Click to hide internal directories.