Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.69 KB

GetLinodeIps200ResponseIpv4PublicInnerVpcNat11.md

File metadata and controls

108 lines (59 loc) · 3.69 KB

GetLinodeIps200ResponseIpv4PublicInnerVpcNat11

Properties

Name Type Description Notes
Address Pointer to string The IPv4 address that is configured as a 1:1 NAT for this VPC interface. [optional]
SubnetId Pointer to int32 The `id` of the VPC Subnet for this Interface. [optional]
VpcId Pointer to int32 The `id` of the VPC configured for this Interface. [optional] [readonly]

Methods

NewGetLinodeIps200ResponseIpv4PublicInnerVpcNat11

func NewGetLinodeIps200ResponseIpv4PublicInnerVpcNat11() *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11

NewGetLinodeIps200ResponseIpv4PublicInnerVpcNat11 instantiates a new GetLinodeIps200ResponseIpv4PublicInnerVpcNat11 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

NewGetLinodeIps200ResponseIpv4PublicInnerVpcNat11WithDefaults

func NewGetLinodeIps200ResponseIpv4PublicInnerVpcNat11WithDefaults() *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11

NewGetLinodeIps200ResponseIpv4PublicInnerVpcNat11WithDefaults instantiates a new GetLinodeIps200ResponseIpv4PublicInnerVpcNat11 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

GetAddress

func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) GetAddress() string

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) GetAddressOk() (*string, bool)

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

SetAddress

func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) SetAddress(v string)

SetAddress sets Address field to given value.

HasAddress

func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) HasAddress() bool

HasAddress returns a boolean if a field has been set.

GetSubnetId

func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) GetSubnetId() int32

GetSubnetId returns the SubnetId field if non-nil, zero value otherwise.

GetSubnetIdOk

func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) GetSubnetIdOk() (*int32, bool)

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

SetSubnetId

func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) SetSubnetId(v int32)

SetSubnetId sets SubnetId field to given value.

HasSubnetId

func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) HasSubnetId() bool

HasSubnetId returns a boolean if a field has been set.

GetVpcId

func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) GetVpcId() int32

GetVpcId returns the VpcId field if non-nil, zero value otherwise.

GetVpcIdOk

func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) GetVpcIdOk() (*int32, bool)

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

SetVpcId

func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) SetVpcId(v int32)

SetVpcId sets VpcId field to given value.

HasVpcId

func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) HasVpcId() bool

HasVpcId returns a boolean if a field has been set.

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