Skip to content

Latest commit

 

History

History
292 lines (155 loc) · 9.2 KB

RestoreResourceInstanceRequest.md

File metadata and controls

292 lines (155 loc) · 9.2 KB

RestoreResourceInstanceRequest

Properties

Name Type Description Notes
Id string The instance ID
NetworkType Pointer to string The network type [optional]
ProductTierKey string The product tier name
ResourceKey string The resource key
ServiceAPIVersion string The service API version
ServiceEnvironmentKey string The service environment name
ServiceKey string The service name
ServiceModelKey string The service model name
ServiceProviderId string ID of a Service Provider
SubscriptionId Pointer to string The subscription ID [optional]
TargetRestoreTime string The target restore time
Token string JWT token used to perform authorization

Methods

NewRestoreResourceInstanceRequest

func NewRestoreResourceInstanceRequest(id string, productTierKey string, resourceKey string, serviceAPIVersion string, serviceEnvironmentKey string, serviceKey string, serviceModelKey string, serviceProviderId string, targetRestoreTime string, token string, ) *RestoreResourceInstanceRequest

NewRestoreResourceInstanceRequest instantiates a new RestoreResourceInstanceRequest 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

NewRestoreResourceInstanceRequestWithDefaults

func NewRestoreResourceInstanceRequestWithDefaults() *RestoreResourceInstanceRequest

NewRestoreResourceInstanceRequestWithDefaults instantiates a new RestoreResourceInstanceRequest 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

GetId

func (o *RestoreResourceInstanceRequest) GetId() string

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

GetIdOk

func (o *RestoreResourceInstanceRequest) 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 *RestoreResourceInstanceRequest) SetId(v string)

SetId sets Id field to given value.

GetNetworkType

func (o *RestoreResourceInstanceRequest) GetNetworkType() string

GetNetworkType returns the NetworkType field if non-nil, zero value otherwise.

GetNetworkTypeOk

func (o *RestoreResourceInstanceRequest) GetNetworkTypeOk() (*string, bool)

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

SetNetworkType

func (o *RestoreResourceInstanceRequest) SetNetworkType(v string)

SetNetworkType sets NetworkType field to given value.

HasNetworkType

func (o *RestoreResourceInstanceRequest) HasNetworkType() bool

HasNetworkType returns a boolean if a field has been set.

GetProductTierKey

func (o *RestoreResourceInstanceRequest) GetProductTierKey() string

GetProductTierKey returns the ProductTierKey field if non-nil, zero value otherwise.

GetProductTierKeyOk

func (o *RestoreResourceInstanceRequest) GetProductTierKeyOk() (*string, bool)

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

SetProductTierKey

func (o *RestoreResourceInstanceRequest) SetProductTierKey(v string)

SetProductTierKey sets ProductTierKey field to given value.

GetResourceKey

func (o *RestoreResourceInstanceRequest) GetResourceKey() string

GetResourceKey returns the ResourceKey field if non-nil, zero value otherwise.

GetResourceKeyOk

func (o *RestoreResourceInstanceRequest) GetResourceKeyOk() (*string, bool)

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

SetResourceKey

func (o *RestoreResourceInstanceRequest) SetResourceKey(v string)

SetResourceKey sets ResourceKey field to given value.

GetServiceAPIVersion

func (o *RestoreResourceInstanceRequest) GetServiceAPIVersion() string

GetServiceAPIVersion returns the ServiceAPIVersion field if non-nil, zero value otherwise.

GetServiceAPIVersionOk

func (o *RestoreResourceInstanceRequest) GetServiceAPIVersionOk() (*string, bool)

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

SetServiceAPIVersion

func (o *RestoreResourceInstanceRequest) SetServiceAPIVersion(v string)

SetServiceAPIVersion sets ServiceAPIVersion field to given value.

GetServiceEnvironmentKey

func (o *RestoreResourceInstanceRequest) GetServiceEnvironmentKey() string

GetServiceEnvironmentKey returns the ServiceEnvironmentKey field if non-nil, zero value otherwise.

GetServiceEnvironmentKeyOk

func (o *RestoreResourceInstanceRequest) GetServiceEnvironmentKeyOk() (*string, bool)

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

SetServiceEnvironmentKey

func (o *RestoreResourceInstanceRequest) SetServiceEnvironmentKey(v string)

SetServiceEnvironmentKey sets ServiceEnvironmentKey field to given value.

GetServiceKey

func (o *RestoreResourceInstanceRequest) GetServiceKey() string

GetServiceKey returns the ServiceKey field if non-nil, zero value otherwise.

GetServiceKeyOk

func (o *RestoreResourceInstanceRequest) GetServiceKeyOk() (*string, bool)

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

SetServiceKey

func (o *RestoreResourceInstanceRequest) SetServiceKey(v string)

SetServiceKey sets ServiceKey field to given value.

GetServiceModelKey

func (o *RestoreResourceInstanceRequest) GetServiceModelKey() string

GetServiceModelKey returns the ServiceModelKey field if non-nil, zero value otherwise.

GetServiceModelKeyOk

func (o *RestoreResourceInstanceRequest) GetServiceModelKeyOk() (*string, bool)

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

SetServiceModelKey

func (o *RestoreResourceInstanceRequest) SetServiceModelKey(v string)

SetServiceModelKey sets ServiceModelKey field to given value.

GetServiceProviderId

func (o *RestoreResourceInstanceRequest) GetServiceProviderId() string

GetServiceProviderId returns the ServiceProviderId field if non-nil, zero value otherwise.

GetServiceProviderIdOk

func (o *RestoreResourceInstanceRequest) GetServiceProviderIdOk() (*string, bool)

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

SetServiceProviderId

func (o *RestoreResourceInstanceRequest) SetServiceProviderId(v string)

SetServiceProviderId sets ServiceProviderId field to given value.

GetSubscriptionId

func (o *RestoreResourceInstanceRequest) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.

GetSubscriptionIdOk

func (o *RestoreResourceInstanceRequest) GetSubscriptionIdOk() (*string, bool)

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

SetSubscriptionId

func (o *RestoreResourceInstanceRequest) SetSubscriptionId(v string)

SetSubscriptionId sets SubscriptionId field to given value.

HasSubscriptionId

func (o *RestoreResourceInstanceRequest) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

GetTargetRestoreTime

func (o *RestoreResourceInstanceRequest) GetTargetRestoreTime() string

GetTargetRestoreTime returns the TargetRestoreTime field if non-nil, zero value otherwise.

GetTargetRestoreTimeOk

func (o *RestoreResourceInstanceRequest) GetTargetRestoreTimeOk() (*string, bool)

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

SetTargetRestoreTime

func (o *RestoreResourceInstanceRequest) SetTargetRestoreTime(v string)

SetTargetRestoreTime sets TargetRestoreTime field to given value.

GetToken

func (o *RestoreResourceInstanceRequest) GetToken() string

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

GetTokenOk

func (o *RestoreResourceInstanceRequest) 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 *RestoreResourceInstanceRequest) SetToken(v string)

SetToken sets Token field to given value.

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