Name | Type | Description | Notes |
---|---|---|---|
Subnets | Pointer to []GetVpcs200ResponseAllOfDataInnerSubnetsInner | A list of subnets associated with the VPC. | [optional] |
Created | Pointer to time.Time | The date-time of VPC creation. | [optional] [readonly] |
Description | Pointer to string | A written description to help distinguish the VPC. | [optional] [default to ""] |
Id | Pointer to int32 | The unique ID of the VPC. | [optional] [readonly] |
Label | string | The VPC's label, for display purposes only. - Needs to be unique among the Account's VPCs. - Can only contain ASCII letters, numbers, and hyphens (`-`). You can't use two consecutive hyphens (`--`). | |
Region | string | The Region for the VPC. | |
Updated | Pointer to NullableTime | The date-time of the most recent VPC update. | [optional] [readonly] |
func NewPostVpcRequest(label string, region string, ) *PostVpcRequest
NewPostVpcRequest instantiates a new PostVpcRequest 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 NewPostVpcRequestWithDefaults() *PostVpcRequest
NewPostVpcRequestWithDefaults instantiates a new PostVpcRequest 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 *PostVpcRequest) GetSubnets() []GetVpcs200ResponseAllOfDataInnerSubnetsInner
GetSubnets returns the Subnets field if non-nil, zero value otherwise.
func (o *PostVpcRequest) GetSubnetsOk() (*[]GetVpcs200ResponseAllOfDataInnerSubnetsInner, bool)
GetSubnetsOk returns a tuple with the Subnets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostVpcRequest) SetSubnets(v []GetVpcs200ResponseAllOfDataInnerSubnetsInner)
SetSubnets sets Subnets field to given value.
func (o *PostVpcRequest) HasSubnets() bool
HasSubnets returns a boolean if a field has been set.
func (o *PostVpcRequest) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *PostVpcRequest) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostVpcRequest) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *PostVpcRequest) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *PostVpcRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *PostVpcRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostVpcRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *PostVpcRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *PostVpcRequest) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PostVpcRequest) GetIdOk() (*int32, 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 *PostVpcRequest) SetId(v int32)
SetId sets Id field to given value.
func (o *PostVpcRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (o *PostVpcRequest) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *PostVpcRequest) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostVpcRequest) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *PostVpcRequest) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *PostVpcRequest) GetRegionOk() (*string, 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 *PostVpcRequest) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *PostVpcRequest) GetUpdated() time.Time
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *PostVpcRequest) GetUpdatedOk() (*time.Time, bool)
GetUpdatedOk returns a tuple with the Updated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostVpcRequest) SetUpdated(v time.Time)
SetUpdated sets Updated field to given value.
func (o *PostVpcRequest) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.
func (o *PostVpcRequest) SetUpdatedNil(b bool)
SetUpdatedNil sets the value for Updated to be an explicit nil
func (o *PostVpcRequest) UnsetUpdated()
UnsetUpdated ensures that no value is present for Updated, not even an explicit nil