Skip to content

Latest commit

 

History

History
249 lines (134 loc) · 7.78 KB

UpdateImageConfigRequest.md

File metadata and controls

249 lines (134 loc) · 7.78 KB

UpdateImageConfigRequest

Properties

Name Type Description Notes
CustomImageCommandsAndArgs Pointer to CustomImageCommandsAndArgs [optional]
Description Pointer to string A brief description of the image configuration [optional]
Id string ID of an Image Config
ImageName Pointer to string Name of the container image [optional]
ImageRegistryId Pointer to string ID of an Image Registry [optional]
ImageSignaturePublicKeyPEM Pointer to string PEM-encoded Public key part of the key used to sign the container image [optional]
ImageTag Pointer to string Tag representing the software image version that is currently preferred [optional]
ServiceId string ID of a Service
Token string JWT token used to perform authorization

Methods

NewUpdateImageConfigRequest

func NewUpdateImageConfigRequest(id string, serviceId string, token string, ) *UpdateImageConfigRequest

NewUpdateImageConfigRequest instantiates a new UpdateImageConfigRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewUpdateImageConfigRequestWithDefaults

func NewUpdateImageConfigRequestWithDefaults() *UpdateImageConfigRequest

NewUpdateImageConfigRequestWithDefaults instantiates a new UpdateImageConfigRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetCustomImageCommandsAndArgs

func (o *UpdateImageConfigRequest) GetCustomImageCommandsAndArgs() CustomImageCommandsAndArgs

GetCustomImageCommandsAndArgs returns the CustomImageCommandsAndArgs field if non-nil, zero value otherwise.

GetCustomImageCommandsAndArgsOk

func (o *UpdateImageConfigRequest) GetCustomImageCommandsAndArgsOk() (*CustomImageCommandsAndArgs, bool)

GetCustomImageCommandsAndArgsOk returns a tuple with the CustomImageCommandsAndArgs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCustomImageCommandsAndArgs

func (o *UpdateImageConfigRequest) SetCustomImageCommandsAndArgs(v CustomImageCommandsAndArgs)

SetCustomImageCommandsAndArgs sets CustomImageCommandsAndArgs field to given value.

HasCustomImageCommandsAndArgs

func (o *UpdateImageConfigRequest) HasCustomImageCommandsAndArgs() bool

HasCustomImageCommandsAndArgs returns a boolean if a field has been set.

GetDescription

func (o *UpdateImageConfigRequest) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *UpdateImageConfigRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *UpdateImageConfigRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *UpdateImageConfigRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetId

func (o *UpdateImageConfigRequest) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *UpdateImageConfigRequest) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *UpdateImageConfigRequest) SetId(v string)

SetId sets Id field to given value.

GetImageName

func (o *UpdateImageConfigRequest) GetImageName() string

GetImageName returns the ImageName field if non-nil, zero value otherwise.

GetImageNameOk

func (o *UpdateImageConfigRequest) GetImageNameOk() (*string, bool)

GetImageNameOk returns a tuple with the ImageName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImageName

func (o *UpdateImageConfigRequest) SetImageName(v string)

SetImageName sets ImageName field to given value.

HasImageName

func (o *UpdateImageConfigRequest) HasImageName() bool

HasImageName returns a boolean if a field has been set.

GetImageRegistryId

func (o *UpdateImageConfigRequest) GetImageRegistryId() string

GetImageRegistryId returns the ImageRegistryId field if non-nil, zero value otherwise.

GetImageRegistryIdOk

func (o *UpdateImageConfigRequest) GetImageRegistryIdOk() (*string, bool)

GetImageRegistryIdOk returns a tuple with the ImageRegistryId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImageRegistryId

func (o *UpdateImageConfigRequest) SetImageRegistryId(v string)

SetImageRegistryId sets ImageRegistryId field to given value.

HasImageRegistryId

func (o *UpdateImageConfigRequest) HasImageRegistryId() bool

HasImageRegistryId returns a boolean if a field has been set.

GetImageSignaturePublicKeyPEM

func (o *UpdateImageConfigRequest) GetImageSignaturePublicKeyPEM() string

GetImageSignaturePublicKeyPEM returns the ImageSignaturePublicKeyPEM field if non-nil, zero value otherwise.

GetImageSignaturePublicKeyPEMOk

func (o *UpdateImageConfigRequest) GetImageSignaturePublicKeyPEMOk() (*string, bool)

GetImageSignaturePublicKeyPEMOk returns a tuple with the ImageSignaturePublicKeyPEM field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImageSignaturePublicKeyPEM

func (o *UpdateImageConfigRequest) SetImageSignaturePublicKeyPEM(v string)

SetImageSignaturePublicKeyPEM sets ImageSignaturePublicKeyPEM field to given value.

HasImageSignaturePublicKeyPEM

func (o *UpdateImageConfigRequest) HasImageSignaturePublicKeyPEM() bool

HasImageSignaturePublicKeyPEM returns a boolean if a field has been set.

GetImageTag

func (o *UpdateImageConfigRequest) GetImageTag() string

GetImageTag returns the ImageTag field if non-nil, zero value otherwise.

GetImageTagOk

func (o *UpdateImageConfigRequest) GetImageTagOk() (*string, bool)

GetImageTagOk returns a tuple with the ImageTag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImageTag

func (o *UpdateImageConfigRequest) SetImageTag(v string)

SetImageTag sets ImageTag field to given value.

HasImageTag

func (o *UpdateImageConfigRequest) HasImageTag() bool

HasImageTag returns a boolean if a field has been set.

GetServiceId

func (o *UpdateImageConfigRequest) GetServiceId() string

GetServiceId returns the ServiceId field if non-nil, zero value otherwise.

GetServiceIdOk

func (o *UpdateImageConfigRequest) GetServiceIdOk() (*string, bool)

GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServiceId

func (o *UpdateImageConfigRequest) SetServiceId(v string)

SetServiceId sets ServiceId field to given value.

GetToken

func (o *UpdateImageConfigRequest) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

func (o *UpdateImageConfigRequest) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetToken

func (o *UpdateImageConfigRequest) SetToken(v string)

SetToken sets Token field to given value.

[Back to Model list] [Back to API list] [Back to README]