Name | Type | Description | Notes |
---|---|---|---|
Rdns | NullableString | The reverse DNS assigned to this address. For public IPv4 addresses, this will be set to a default value provided by Linode if not explicitly set. |
func NewPutIpRequest(rdns NullableString, ) *PutIpRequest
NewPutIpRequest instantiates a new PutIpRequest 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 NewPutIpRequestWithDefaults() *PutIpRequest
NewPutIpRequestWithDefaults instantiates a new PutIpRequest 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 *PutIpRequest) GetRdns() string
GetRdns returns the Rdns field if non-nil, zero value otherwise.
func (o *PutIpRequest) GetRdnsOk() (*string, bool)
GetRdnsOk returns a tuple with the Rdns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PutIpRequest) SetRdns(v string)
SetRdns sets Rdns field to given value.
func (o *PutIpRequest) SetRdnsNil(b bool)
SetRdnsNil sets the value for Rdns to be an explicit nil
func (o *PutIpRequest) UnsetRdns()
UnsetRdns ensures that no value is present for Rdns, not even an explicit nil