Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.8 KB

VpcPeeringConnection.md

File metadata and controls

134 lines (73 loc) · 3.8 KB

VpcPeeringConnection

Properties

Name Type Description Notes
DestinationCidrBlock Pointer to string [optional]
Id Pointer to string [optional]
PeerOwnerId Pointer to string [optional]
PeerVpcId Pointer to string [optional]

Methods

NewVpcPeeringConnection

func NewVpcPeeringConnection() *VpcPeeringConnection

NewVpcPeeringConnection instantiates a new VpcPeeringConnection 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

NewVpcPeeringConnectionWithDefaults

func NewVpcPeeringConnectionWithDefaults() *VpcPeeringConnection

NewVpcPeeringConnectionWithDefaults instantiates a new VpcPeeringConnection 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

GetDestinationCidrBlock

func (o *VpcPeeringConnection) GetDestinationCidrBlock() string

GetDestinationCidrBlock returns the DestinationCidrBlock field if non-nil, zero value otherwise.

GetDestinationCidrBlockOk

func (o *VpcPeeringConnection) GetDestinationCidrBlockOk() (*string, bool)

GetDestinationCidrBlockOk returns a tuple with the DestinationCidrBlock field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDestinationCidrBlock

func (o *VpcPeeringConnection) SetDestinationCidrBlock(v string)

SetDestinationCidrBlock sets DestinationCidrBlock field to given value.

HasDestinationCidrBlock

func (o *VpcPeeringConnection) HasDestinationCidrBlock() bool

HasDestinationCidrBlock returns a boolean if a field has been set.

GetId

func (o *VpcPeeringConnection) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *VpcPeeringConnection) 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.

SetId

func (o *VpcPeeringConnection) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *VpcPeeringConnection) HasId() bool

HasId returns a boolean if a field has been set.

GetPeerOwnerId

func (o *VpcPeeringConnection) GetPeerOwnerId() string

GetPeerOwnerId returns the PeerOwnerId field if non-nil, zero value otherwise.

GetPeerOwnerIdOk

func (o *VpcPeeringConnection) GetPeerOwnerIdOk() (*string, bool)

GetPeerOwnerIdOk returns a tuple with the PeerOwnerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPeerOwnerId

func (o *VpcPeeringConnection) SetPeerOwnerId(v string)

SetPeerOwnerId sets PeerOwnerId field to given value.

HasPeerOwnerId

func (o *VpcPeeringConnection) HasPeerOwnerId() bool

HasPeerOwnerId returns a boolean if a field has been set.

GetPeerVpcId

func (o *VpcPeeringConnection) GetPeerVpcId() string

GetPeerVpcId returns the PeerVpcId field if non-nil, zero value otherwise.

GetPeerVpcIdOk

func (o *VpcPeeringConnection) GetPeerVpcIdOk() (*string, bool)

GetPeerVpcIdOk returns a tuple with the PeerVpcId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPeerVpcId

func (o *VpcPeeringConnection) SetPeerVpcId(v string)

SetPeerVpcId sets PeerVpcId field to given value.

HasPeerVpcId

func (o *VpcPeeringConnection) HasPeerVpcId() bool

HasPeerVpcId returns a boolean if a field has been set.

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