Name | Type | Description | Notes |
---|---|---|---|
Code | string | ||
DestVpcId | string | ||
HostVpcId | string | ||
HostVpcRegion | string | ||
Latitude | float64 | ||
Longitude | float64 | ||
Name | string | ||
SecurityGroupId | string | ||
VnetName | string | ||
YbImage | string |
func NewRegionFormData(code string, destVpcId string, hostVpcId string, hostVpcRegion string, latitude float64, longitude float64, name string, securityGroupId string, vnetName string, ybImage string, ) *RegionFormData
NewRegionFormData instantiates a new RegionFormData 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 NewRegionFormDataWithDefaults() *RegionFormData
NewRegionFormDataWithDefaults instantiates a new RegionFormData 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 *RegionFormData) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *RegionFormData) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegionFormData) SetCode(v string)
SetCode sets Code field to given value.
func (o *RegionFormData) GetDestVpcId() string
GetDestVpcId returns the DestVpcId field if non-nil, zero value otherwise.
func (o *RegionFormData) GetDestVpcIdOk() (*string, bool)
GetDestVpcIdOk returns a tuple with the DestVpcId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegionFormData) SetDestVpcId(v string)
SetDestVpcId sets DestVpcId field to given value.
func (o *RegionFormData) GetHostVpcId() string
GetHostVpcId returns the HostVpcId field if non-nil, zero value otherwise.
func (o *RegionFormData) GetHostVpcIdOk() (*string, bool)
GetHostVpcIdOk returns a tuple with the HostVpcId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegionFormData) SetHostVpcId(v string)
SetHostVpcId sets HostVpcId field to given value.
func (o *RegionFormData) GetHostVpcRegion() string
GetHostVpcRegion returns the HostVpcRegion field if non-nil, zero value otherwise.
func (o *RegionFormData) GetHostVpcRegionOk() (*string, bool)
GetHostVpcRegionOk returns a tuple with the HostVpcRegion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegionFormData) SetHostVpcRegion(v string)
SetHostVpcRegion sets HostVpcRegion field to given value.
func (o *RegionFormData) GetLatitude() float64
GetLatitude returns the Latitude field if non-nil, zero value otherwise.
func (o *RegionFormData) GetLatitudeOk() (*float64, bool)
GetLatitudeOk returns a tuple with the Latitude field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegionFormData) SetLatitude(v float64)
SetLatitude sets Latitude field to given value.
func (o *RegionFormData) GetLongitude() float64
GetLongitude returns the Longitude field if non-nil, zero value otherwise.
func (o *RegionFormData) GetLongitudeOk() (*float64, bool)
GetLongitudeOk returns a tuple with the Longitude field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegionFormData) SetLongitude(v float64)
SetLongitude sets Longitude field to given value.
func (o *RegionFormData) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RegionFormData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegionFormData) SetName(v string)
SetName sets Name field to given value.
func (o *RegionFormData) GetSecurityGroupId() string
GetSecurityGroupId returns the SecurityGroupId field if non-nil, zero value otherwise.
func (o *RegionFormData) 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 *RegionFormData) SetSecurityGroupId(v string)
SetSecurityGroupId sets SecurityGroupId field to given value.
func (o *RegionFormData) GetVnetName() string
GetVnetName returns the VnetName field if non-nil, zero value otherwise.
func (o *RegionFormData) GetVnetNameOk() (*string, bool)
GetVnetNameOk returns a tuple with the VnetName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegionFormData) SetVnetName(v string)
SetVnetName sets VnetName field to given value.
func (o *RegionFormData) GetYbImage() string
GetYbImage returns the YbImage field if non-nil, zero value otherwise.
func (o *RegionFormData) 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 *RegionFormData) SetYbImage(v string)
SetYbImage sets YbImage field to given value.