Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int64 | The resource identifier. | [optional] |
Type | string | The type of IP address. | |
Name | Pointer to string | The name of the resource. | [optional] |
UserDefinedFields | Pointer to map[string]string | User-defined fields set for the resource. | [optional] |
Configuration | Pointer to InlinedConfiguration | [optional] [readonly] | |
State | string | The state of the IP address. | |
Address | Pointer to string | [optional] | |
MacAddress | Pointer to AddressMacAddress | [optional] | |
Device | Pointer to InlinedDevice | [optional] | |
Location | Pointer to InlinedLocation | [optional] | |
ResourceRecords | Pointer to []ResourceRecord | [optional] | |
LeaseDateTime | Pointer to time.Time | The timestamp detailing when the lease for the IP address was offered. | [optional] [readonly] |
LeaseExpirationDateTime | Pointer to time.Time | The timestamp detailing when the lease for the IP address expires. | [optional] [readonly] |
RemoteId | Pointer to string | The ID of the relay agent. | [optional] [readonly] |
ReservedUsing | Pointer to string | The type of DHCP reservation. | [optional] |
IdentityAssociationIdentifier | Pointer to string | The Identity Association Identifier for the network interface of the client system. | [optional] [readonly] |
ClientIdentifier | Pointer to InlinedDHCPUniqueIdentifier | [optional] | |
InterfaceId | Pointer to string | The ID of the interface from which the request came. | [optional] [readonly] |
func NewPostNetworkAddressRequest(type_ string, state string, ) *PostNetworkAddressRequest
NewPostNetworkAddressRequest instantiates a new PostNetworkAddressRequest 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 NewPostNetworkAddressRequestWithDefaults() *PostNetworkAddressRequest
NewPostNetworkAddressRequestWithDefaults instantiates a new PostNetworkAddressRequest 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 *PostNetworkAddressRequest) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetIdOk() (*int64, 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 *PostNetworkAddressRequest) SetId(v int64)
SetId sets Id field to given value.
func (o *PostNetworkAddressRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (o *PostNetworkAddressRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostNetworkAddressRequest) SetType(v string)
SetType sets Type field to given value.
func (o *PostNetworkAddressRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostNetworkAddressRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PostNetworkAddressRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PostNetworkAddressRequest) GetUserDefinedFields() map[string]string
GetUserDefinedFields returns the UserDefinedFields field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetUserDefinedFieldsOk() (*map[string]string, bool)
GetUserDefinedFieldsOk returns a tuple with the UserDefinedFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostNetworkAddressRequest) SetUserDefinedFields(v map[string]string)
SetUserDefinedFields sets UserDefinedFields field to given value.
func (o *PostNetworkAddressRequest) HasUserDefinedFields() bool
HasUserDefinedFields returns a boolean if a field has been set.
func (o *PostNetworkAddressRequest) GetConfiguration() InlinedConfiguration
GetConfiguration returns the Configuration field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetConfigurationOk() (*InlinedConfiguration, bool)
GetConfigurationOk returns a tuple with the Configuration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostNetworkAddressRequest) SetConfiguration(v InlinedConfiguration)
SetConfiguration sets Configuration field to given value.
func (o *PostNetworkAddressRequest) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (o *PostNetworkAddressRequest) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostNetworkAddressRequest) SetState(v string)
SetState sets State field to given value.
func (o *PostNetworkAddressRequest) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) 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 *PostNetworkAddressRequest) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *PostNetworkAddressRequest) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *PostNetworkAddressRequest) GetMacAddress() AddressMacAddress
GetMacAddress returns the MacAddress field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetMacAddressOk() (*AddressMacAddress, bool)
GetMacAddressOk returns a tuple with the MacAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostNetworkAddressRequest) SetMacAddress(v AddressMacAddress)
SetMacAddress sets MacAddress field to given value.
func (o *PostNetworkAddressRequest) HasMacAddress() bool
HasMacAddress returns a boolean if a field has been set.
func (o *PostNetworkAddressRequest) GetDevice() InlinedDevice
GetDevice returns the Device field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetDeviceOk() (*InlinedDevice, bool)
GetDeviceOk returns a tuple with the Device field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostNetworkAddressRequest) SetDevice(v InlinedDevice)
SetDevice sets Device field to given value.
func (o *PostNetworkAddressRequest) HasDevice() bool
HasDevice returns a boolean if a field has been set.
func (o *PostNetworkAddressRequest) GetLocation() InlinedLocation
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetLocationOk() (*InlinedLocation, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostNetworkAddressRequest) SetLocation(v InlinedLocation)
SetLocation sets Location field to given value.
func (o *PostNetworkAddressRequest) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (o *PostNetworkAddressRequest) GetResourceRecords() []ResourceRecord
GetResourceRecords returns the ResourceRecords field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetResourceRecordsOk() (*[]ResourceRecord, bool)
GetResourceRecordsOk returns a tuple with the ResourceRecords field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostNetworkAddressRequest) SetResourceRecords(v []ResourceRecord)
SetResourceRecords sets ResourceRecords field to given value.
func (o *PostNetworkAddressRequest) HasResourceRecords() bool
HasResourceRecords returns a boolean if a field has been set.
func (o *PostNetworkAddressRequest) GetLeaseDateTime() time.Time
GetLeaseDateTime returns the LeaseDateTime field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetLeaseDateTimeOk() (*time.Time, bool)
GetLeaseDateTimeOk returns a tuple with the LeaseDateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostNetworkAddressRequest) SetLeaseDateTime(v time.Time)
SetLeaseDateTime sets LeaseDateTime field to given value.
func (o *PostNetworkAddressRequest) HasLeaseDateTime() bool
HasLeaseDateTime returns a boolean if a field has been set.
func (o *PostNetworkAddressRequest) GetLeaseExpirationDateTime() time.Time
GetLeaseExpirationDateTime returns the LeaseExpirationDateTime field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetLeaseExpirationDateTimeOk() (*time.Time, bool)
GetLeaseExpirationDateTimeOk returns a tuple with the LeaseExpirationDateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostNetworkAddressRequest) SetLeaseExpirationDateTime(v time.Time)
SetLeaseExpirationDateTime sets LeaseExpirationDateTime field to given value.
func (o *PostNetworkAddressRequest) HasLeaseExpirationDateTime() bool
HasLeaseExpirationDateTime returns a boolean if a field has been set.
func (o *PostNetworkAddressRequest) GetRemoteId() string
GetRemoteId returns the RemoteId field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetRemoteIdOk() (*string, bool)
GetRemoteIdOk returns a tuple with the RemoteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostNetworkAddressRequest) SetRemoteId(v string)
SetRemoteId sets RemoteId field to given value.
func (o *PostNetworkAddressRequest) HasRemoteId() bool
HasRemoteId returns a boolean if a field has been set.
func (o *PostNetworkAddressRequest) GetReservedUsing() string
GetReservedUsing returns the ReservedUsing field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetReservedUsingOk() (*string, bool)
GetReservedUsingOk returns a tuple with the ReservedUsing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostNetworkAddressRequest) SetReservedUsing(v string)
SetReservedUsing sets ReservedUsing field to given value.
func (o *PostNetworkAddressRequest) HasReservedUsing() bool
HasReservedUsing returns a boolean if a field has been set.
func (o *PostNetworkAddressRequest) GetIdentityAssociationIdentifier() string
GetIdentityAssociationIdentifier returns the IdentityAssociationIdentifier field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetIdentityAssociationIdentifierOk() (*string, bool)
GetIdentityAssociationIdentifierOk returns a tuple with the IdentityAssociationIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostNetworkAddressRequest) SetIdentityAssociationIdentifier(v string)
SetIdentityAssociationIdentifier sets IdentityAssociationIdentifier field to given value.
func (o *PostNetworkAddressRequest) HasIdentityAssociationIdentifier() bool
HasIdentityAssociationIdentifier returns a boolean if a field has been set.
func (o *PostNetworkAddressRequest) GetClientIdentifier() InlinedDHCPUniqueIdentifier
GetClientIdentifier returns the ClientIdentifier field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetClientIdentifierOk() (*InlinedDHCPUniqueIdentifier, bool)
GetClientIdentifierOk returns a tuple with the ClientIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostNetworkAddressRequest) SetClientIdentifier(v InlinedDHCPUniqueIdentifier)
SetClientIdentifier sets ClientIdentifier field to given value.
func (o *PostNetworkAddressRequest) HasClientIdentifier() bool
HasClientIdentifier returns a boolean if a field has been set.
func (o *PostNetworkAddressRequest) GetInterfaceId() string
GetInterfaceId returns the InterfaceId field if non-nil, zero value otherwise.
func (o *PostNetworkAddressRequest) GetInterfaceIdOk() (*string, bool)
GetInterfaceIdOk returns a tuple with the InterfaceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostNetworkAddressRequest) SetInterfaceId(v string)
SetInterfaceId sets InterfaceId field to given value.
func (o *PostNetworkAddressRequest) HasInterfaceId() bool
HasInterfaceId returns a boolean if a field has been set.