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] |
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
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
func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
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.
func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) GetSubnetId() int32
GetSubnetId returns the SubnetId field if non-nil, zero value otherwise.
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.
func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) SetSubnetId(v int32)
SetSubnetId sets SubnetId field to given value.
func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) HasSubnetId() bool
HasSubnetId returns a boolean if a field has been set.
func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) GetVpcId() int32
GetVpcId returns the VpcId field if non-nil, zero value otherwise.
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.
func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) SetVpcId(v int32)
SetVpcId sets VpcId field to given value.
func (o *GetLinodeIps200ResponseIpv4PublicInnerVpcNat11) HasVpcId() bool
HasVpcId returns a boolean if a field has been set.