Name | Type | Description | Notes |
---|---|---|---|
Aws | Pointer to AwsStorage | [optional] | |
Azure | Pointer to AzureStorage | [optional] | |
StorageType | Pointer to string | [optional] |
func NewWebBastionRdpRecord() *WebBastionRdpRecord
NewWebBastionRdpRecord instantiates a new WebBastionRdpRecord 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 NewWebBastionRdpRecordWithDefaults() *WebBastionRdpRecord
NewWebBastionRdpRecordWithDefaults instantiates a new WebBastionRdpRecord 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 *WebBastionRdpRecord) GetAws() AwsStorage
GetAws returns the Aws field if non-nil, zero value otherwise.
func (o *WebBastionRdpRecord) GetAwsOk() (*AwsStorage, bool)
GetAwsOk returns a tuple with the Aws field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebBastionRdpRecord) SetAws(v AwsStorage)
SetAws sets Aws field to given value.
func (o *WebBastionRdpRecord) HasAws() bool
HasAws returns a boolean if a field has been set.
func (o *WebBastionRdpRecord) GetAzure() AzureStorage
GetAzure returns the Azure field if non-nil, zero value otherwise.
func (o *WebBastionRdpRecord) GetAzureOk() (*AzureStorage, bool)
GetAzureOk returns a tuple with the Azure field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebBastionRdpRecord) SetAzure(v AzureStorage)
SetAzure sets Azure field to given value.
func (o *WebBastionRdpRecord) HasAzure() bool
HasAzure returns a boolean if a field has been set.
func (o *WebBastionRdpRecord) GetStorageType() string
GetStorageType returns the StorageType field if non-nil, zero value otherwise.
func (o *WebBastionRdpRecord) GetStorageTypeOk() (*string, bool)
GetStorageTypeOk returns a tuple with the StorageType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebBastionRdpRecord) SetStorageType(v string)
SetStorageType sets StorageType field to given value.
func (o *WebBastionRdpRecord) HasStorageType() bool
HasStorageType returns a boolean if a field has been set.