Name | Type | Description | Notes |
---|---|---|---|
AzuNetworkRGOverride | Pointer to string | [optional] | |
AzuRGOverride | Pointer to string | [optional] | |
SecurityGroupId | Pointer to string | [optional] | |
Vnet | Pointer to string | [optional] | |
YbImage | Pointer to string | <b style="color:#ff0000">Deprecated since YBA version 2.20.0.</b> Use provider.imageBundle instead | [optional] |
func NewAzureRegionCloudInfo() *AzureRegionCloudInfo
NewAzureRegionCloudInfo instantiates a new AzureRegionCloudInfo 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 NewAzureRegionCloudInfoWithDefaults() *AzureRegionCloudInfo
NewAzureRegionCloudInfoWithDefaults instantiates a new AzureRegionCloudInfo 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 *AzureRegionCloudInfo) GetAzuNetworkRGOverride() string
GetAzuNetworkRGOverride returns the AzuNetworkRGOverride field if non-nil, zero value otherwise.
func (o *AzureRegionCloudInfo) GetAzuNetworkRGOverrideOk() (*string, bool)
GetAzuNetworkRGOverrideOk returns a tuple with the AzuNetworkRGOverride field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureRegionCloudInfo) SetAzuNetworkRGOverride(v string)
SetAzuNetworkRGOverride sets AzuNetworkRGOverride field to given value.
func (o *AzureRegionCloudInfo) HasAzuNetworkRGOverride() bool
HasAzuNetworkRGOverride returns a boolean if a field has been set.
func (o *AzureRegionCloudInfo) GetAzuRGOverride() string
GetAzuRGOverride returns the AzuRGOverride field if non-nil, zero value otherwise.
func (o *AzureRegionCloudInfo) GetAzuRGOverrideOk() (*string, bool)
GetAzuRGOverrideOk returns a tuple with the AzuRGOverride field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureRegionCloudInfo) SetAzuRGOverride(v string)
SetAzuRGOverride sets AzuRGOverride field to given value.
func (o *AzureRegionCloudInfo) HasAzuRGOverride() bool
HasAzuRGOverride returns a boolean if a field has been set.
func (o *AzureRegionCloudInfo) GetSecurityGroupId() string
GetSecurityGroupId returns the SecurityGroupId field if non-nil, zero value otherwise.
func (o *AzureRegionCloudInfo) GetSecurityGroupIdOk() (*string, bool)
GetSecurityGroupIdOk returns a tuple with the SecurityGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureRegionCloudInfo) SetSecurityGroupId(v string)
SetSecurityGroupId sets SecurityGroupId field to given value.
func (o *AzureRegionCloudInfo) HasSecurityGroupId() bool
HasSecurityGroupId returns a boolean if a field has been set.
func (o *AzureRegionCloudInfo) GetVnet() string
GetVnet returns the Vnet field if non-nil, zero value otherwise.
func (o *AzureRegionCloudInfo) GetVnetOk() (*string, bool)
GetVnetOk returns a tuple with the Vnet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureRegionCloudInfo) SetVnet(v string)
SetVnet sets Vnet field to given value.
func (o *AzureRegionCloudInfo) HasVnet() bool
HasVnet returns a boolean if a field has been set.
func (o *AzureRegionCloudInfo) GetYbImage() string
GetYbImage returns the YbImage field if non-nil, zero value otherwise.
func (o *AzureRegionCloudInfo) GetYbImageOk() (*string, bool)
GetYbImageOk returns a tuple with the YbImage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureRegionCloudInfo) SetYbImage(v string)
SetYbImage sets YbImage field to given value.
func (o *AzureRegionCloudInfo) HasYbImage() bool
HasYbImage returns a boolean if a field has been set.