Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.72 KB

AzureRegionCloudInfo.md

File metadata and controls

160 lines (87 loc) · 4.72 KB

AzureRegionCloudInfo

Properties

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=&quot;color:#ff0000&quot;>Deprecated since YBA version 2.20.0.</b> Use provider.imageBundle instead [optional]

Methods

NewAzureRegionCloudInfo

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

NewAzureRegionCloudInfoWithDefaults

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

GetAzuNetworkRGOverride

func (o *AzureRegionCloudInfo) GetAzuNetworkRGOverride() string

GetAzuNetworkRGOverride returns the AzuNetworkRGOverride field if non-nil, zero value otherwise.

GetAzuNetworkRGOverrideOk

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.

SetAzuNetworkRGOverride

func (o *AzureRegionCloudInfo) SetAzuNetworkRGOverride(v string)

SetAzuNetworkRGOverride sets AzuNetworkRGOverride field to given value.

HasAzuNetworkRGOverride

func (o *AzureRegionCloudInfo) HasAzuNetworkRGOverride() bool

HasAzuNetworkRGOverride returns a boolean if a field has been set.

GetAzuRGOverride

func (o *AzureRegionCloudInfo) GetAzuRGOverride() string

GetAzuRGOverride returns the AzuRGOverride field if non-nil, zero value otherwise.

GetAzuRGOverrideOk

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.

SetAzuRGOverride

func (o *AzureRegionCloudInfo) SetAzuRGOverride(v string)

SetAzuRGOverride sets AzuRGOverride field to given value.

HasAzuRGOverride

func (o *AzureRegionCloudInfo) HasAzuRGOverride() bool

HasAzuRGOverride returns a boolean if a field has been set.

GetSecurityGroupId

func (o *AzureRegionCloudInfo) GetSecurityGroupId() string

GetSecurityGroupId returns the SecurityGroupId field if non-nil, zero value otherwise.

GetSecurityGroupIdOk

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.

SetSecurityGroupId

func (o *AzureRegionCloudInfo) SetSecurityGroupId(v string)

SetSecurityGroupId sets SecurityGroupId field to given value.

HasSecurityGroupId

func (o *AzureRegionCloudInfo) HasSecurityGroupId() bool

HasSecurityGroupId returns a boolean if a field has been set.

GetVnet

func (o *AzureRegionCloudInfo) GetVnet() string

GetVnet returns the Vnet field if non-nil, zero value otherwise.

GetVnetOk

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.

SetVnet

func (o *AzureRegionCloudInfo) SetVnet(v string)

SetVnet sets Vnet field to given value.

HasVnet

func (o *AzureRegionCloudInfo) HasVnet() bool

HasVnet returns a boolean if a field has been set.

GetYbImage

func (o *AzureRegionCloudInfo) GetYbImage() string

GetYbImage returns the YbImage field if non-nil, zero value otherwise.

GetYbImageOk

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.

SetYbImage

func (o *AzureRegionCloudInfo) SetYbImage(v string)

SetYbImage sets YbImage field to given value.

HasYbImage

func (o *AzureRegionCloudInfo) HasYbImage() bool

HasYbImage returns a boolean if a field has been set.

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