| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | ||
| Name | string | ||
| Status | CloudStatus | ||
| Provider | Provider | ||
| Region | Regions | ||
| VirtualNetworkID | string | ||
| VirtualNetworkCIDR | string |
func NewCloudSummary(id string, name string, status CloudStatus, provider Provider, region Regions, virtualNetworkID string, virtualNetworkCIDR string, ) *CloudSummary
NewCloudSummary instantiates a new CloudSummary 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 NewCloudSummaryWithDefaults() *CloudSummary
NewCloudSummaryWithDefaults instantiates a new CloudSummary 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 *CloudSummary) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CloudSummary) 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.
func (o *CloudSummary) SetId(v string)
SetId sets Id field to given value.
func (o *CloudSummary) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CloudSummary) 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 *CloudSummary) SetName(v string)
SetName sets Name field to given value.
func (o *CloudSummary) GetStatus() CloudStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *CloudSummary) GetStatusOk() (*CloudStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudSummary) SetStatus(v CloudStatus)
SetStatus sets Status field to given value.
func (o *CloudSummary) GetProvider() Provider
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *CloudSummary) GetProviderOk() (*Provider, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudSummary) SetProvider(v Provider)
SetProvider sets Provider field to given value.
func (o *CloudSummary) GetRegion() Regions
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *CloudSummary) GetRegionOk() (*Regions, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudSummary) SetRegion(v Regions)
SetRegion sets Region field to given value.
func (o *CloudSummary) GetVirtualNetworkID() string
GetVirtualNetworkID returns the VirtualNetworkID field if non-nil, zero value otherwise.
func (o *CloudSummary) GetVirtualNetworkIDOk() (*string, bool)
GetVirtualNetworkIDOk returns a tuple with the VirtualNetworkID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudSummary) SetVirtualNetworkID(v string)
SetVirtualNetworkID sets VirtualNetworkID field to given value.
func (o *CloudSummary) GetVirtualNetworkCIDR() string
GetVirtualNetworkCIDR returns the VirtualNetworkCIDR field if non-nil, zero value otherwise.
func (o *CloudSummary) GetVirtualNetworkCIDROk() (*string, bool)
GetVirtualNetworkCIDROk returns a tuple with the VirtualNetworkCIDR field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudSummary) SetVirtualNetworkCIDR(v string)
SetVirtualNetworkCIDR sets VirtualNetworkCIDR field to given value.