Name | Type | Description | Notes |
---|---|---|---|
CloudProviderName | string | Name of the Infra Provider | |
Id | string | ID of a Compute Config | |
InstanceType | string | The instance type for this compute instance type config | |
ServiceId | string | ID of a Service | |
Token | string | JWT token used to perform authorization |
func NewRemoveComputeInstanceTypeRequest(cloudProviderName string, id string, instanceType string, serviceId string, token string, ) *RemoveComputeInstanceTypeRequest
NewRemoveComputeInstanceTypeRequest instantiates a new RemoveComputeInstanceTypeRequest 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
func NewRemoveComputeInstanceTypeRequestWithDefaults() *RemoveComputeInstanceTypeRequest
NewRemoveComputeInstanceTypeRequestWithDefaults instantiates a new RemoveComputeInstanceTypeRequest 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
func (o *RemoveComputeInstanceTypeRequest) GetCloudProviderName() string
GetCloudProviderName returns the CloudProviderName field if non-nil, zero value otherwise.
func (o *RemoveComputeInstanceTypeRequest) GetCloudProviderNameOk() (*string, bool)
GetCloudProviderNameOk returns a tuple with the CloudProviderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoveComputeInstanceTypeRequest) SetCloudProviderName(v string)
SetCloudProviderName sets CloudProviderName field to given value.
func (o *RemoveComputeInstanceTypeRequest) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *RemoveComputeInstanceTypeRequest) 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.
func (o *RemoveComputeInstanceTypeRequest) SetId(v string)
SetId sets Id field to given value.
func (o *RemoveComputeInstanceTypeRequest) GetInstanceType() string
GetInstanceType returns the InstanceType field if non-nil, zero value otherwise.
func (o *RemoveComputeInstanceTypeRequest) GetInstanceTypeOk() (*string, bool)
GetInstanceTypeOk returns a tuple with the InstanceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoveComputeInstanceTypeRequest) SetInstanceType(v string)
SetInstanceType sets InstanceType field to given value.
func (o *RemoveComputeInstanceTypeRequest) GetServiceId() string
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
func (o *RemoveComputeInstanceTypeRequest) 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.
func (o *RemoveComputeInstanceTypeRequest) SetServiceId(v string)
SetServiceId sets ServiceId field to given value.
func (o *RemoveComputeInstanceTypeRequest) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *RemoveComputeInstanceTypeRequest) 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.
func (o *RemoveComputeInstanceTypeRequest) SetToken(v string)
SetToken sets Token field to given value.