Skip to content

Latest commit

 

History

History
394 lines (213 loc) · 13 KB

File metadata and controls

394 lines (213 loc) · 13 KB

DhcpStaticEditInput

Properties

Name Type Description Notes
ServerId Pointer to int32 The database identifier (ID) of the DHCPv4 server, a unique numeric key value automatically incremented when you add a DHCPv4 server. Use the ID to specify the DHCPv4 server of your choice. [optional]
ServerName Pointer to string The name of the DHCPv4 server. [optional]
StaticAddr Pointer to string The IP address associated with the DHCPv4 static. [optional]
StaticId Pointer to int32 The database identifier (ID) of the DHCPv4 static, a unique numeric key value automatically incremented when you add a DHCPv4 static. Use the ID to specify the DHCPv4 static of your choice. [optional]
StaticIdentifier Pointer to string The host identifier you want to associate with the IPv4 static. An option and value to look for to identify clients and assign them the static, specified as follows: <b>option &lt;option-name&gt; expected value</b>. [optional]
StaticMacAddr Pointer to string The MAC address you want to associate with the IPv4 static, it must include the MAC address type. The address has 7 sections, <b>00:11:22:33:44:55:66</b> , where <b>00</b> indicates the type. For Ethernet, type in <b>01</b>. [optional]
ServerHostaddr Pointer to string The IP address of the DHCP server. [optional]
GroupId Pointer to int32 The database identifier (ID) of the DHCPv4 group, a unique numeric key value automatically incremented when you add a DHCPv4 group. Use the ID to specify the DHCPv4 group of your choice. [optional]
GroupName Pointer to string The name of the DHCPv4 group. [optional]
StaticName Pointer to string The name of the DHCPv4 static, each DHCPv4 static must have a unique name. [optional]
ClassParametersToDelete Pointer to []string class parameters you want to delete from the object [optional]
StaticClassName Pointer to string The name of the class to apply to the object you are editing. You must specify the class file directory, e.g. <b>my_directory/my_class.class</b> . You cannot use the classes <b>global</b> and <b>default</b>, they are reserved by the system. [optional]
StaticClassParameters Pointer to []ApiClassParameterInputEntry class parameters in json format [optional]
Warnings Pointer to string A way to bypass <b>(accept) </b>any enabled rule that would return warning messages. If the service returns an error message, you cannot bypass the enabled rules. [optional]

Methods

NewDhcpStaticEditInput

func NewDhcpStaticEditInput() *DhcpStaticEditInput

NewDhcpStaticEditInput instantiates a new DhcpStaticEditInput 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

NewDhcpStaticEditInputWithDefaults

func NewDhcpStaticEditInputWithDefaults() *DhcpStaticEditInput

NewDhcpStaticEditInputWithDefaults instantiates a new DhcpStaticEditInput 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

GetServerId

func (o *DhcpStaticEditInput) GetServerId() int32

GetServerId returns the ServerId field if non-nil, zero value otherwise.

GetServerIdOk

func (o *DhcpStaticEditInput) GetServerIdOk() (*int32, bool)

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

SetServerId

func (o *DhcpStaticEditInput) SetServerId(v int32)

SetServerId sets ServerId field to given value.

HasServerId

func (o *DhcpStaticEditInput) HasServerId() bool

HasServerId returns a boolean if a field has been set.

GetServerName

func (o *DhcpStaticEditInput) GetServerName() string

GetServerName returns the ServerName field if non-nil, zero value otherwise.

GetServerNameOk

func (o *DhcpStaticEditInput) GetServerNameOk() (*string, bool)

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

SetServerName

func (o *DhcpStaticEditInput) SetServerName(v string)

SetServerName sets ServerName field to given value.

HasServerName

func (o *DhcpStaticEditInput) HasServerName() bool

HasServerName returns a boolean if a field has been set.

GetStaticAddr

func (o *DhcpStaticEditInput) GetStaticAddr() string

GetStaticAddr returns the StaticAddr field if non-nil, zero value otherwise.

GetStaticAddrOk

func (o *DhcpStaticEditInput) GetStaticAddrOk() (*string, bool)

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

SetStaticAddr

func (o *DhcpStaticEditInput) SetStaticAddr(v string)

SetStaticAddr sets StaticAddr field to given value.

HasStaticAddr

func (o *DhcpStaticEditInput) HasStaticAddr() bool

HasStaticAddr returns a boolean if a field has been set.

GetStaticId

func (o *DhcpStaticEditInput) GetStaticId() int32

GetStaticId returns the StaticId field if non-nil, zero value otherwise.

GetStaticIdOk

func (o *DhcpStaticEditInput) GetStaticIdOk() (*int32, bool)

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

SetStaticId

func (o *DhcpStaticEditInput) SetStaticId(v int32)

SetStaticId sets StaticId field to given value.

HasStaticId

func (o *DhcpStaticEditInput) HasStaticId() bool

HasStaticId returns a boolean if a field has been set.

GetStaticIdentifier

func (o *DhcpStaticEditInput) GetStaticIdentifier() string

GetStaticIdentifier returns the StaticIdentifier field if non-nil, zero value otherwise.

GetStaticIdentifierOk

func (o *DhcpStaticEditInput) GetStaticIdentifierOk() (*string, bool)

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

SetStaticIdentifier

func (o *DhcpStaticEditInput) SetStaticIdentifier(v string)

SetStaticIdentifier sets StaticIdentifier field to given value.

HasStaticIdentifier

func (o *DhcpStaticEditInput) HasStaticIdentifier() bool

HasStaticIdentifier returns a boolean if a field has been set.

GetStaticMacAddr

func (o *DhcpStaticEditInput) GetStaticMacAddr() string

GetStaticMacAddr returns the StaticMacAddr field if non-nil, zero value otherwise.

GetStaticMacAddrOk

func (o *DhcpStaticEditInput) GetStaticMacAddrOk() (*string, bool)

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

SetStaticMacAddr

func (o *DhcpStaticEditInput) SetStaticMacAddr(v string)

SetStaticMacAddr sets StaticMacAddr field to given value.

HasStaticMacAddr

func (o *DhcpStaticEditInput) HasStaticMacAddr() bool

HasStaticMacAddr returns a boolean if a field has been set.

GetServerHostaddr

func (o *DhcpStaticEditInput) GetServerHostaddr() string

GetServerHostaddr returns the ServerHostaddr field if non-nil, zero value otherwise.

GetServerHostaddrOk

func (o *DhcpStaticEditInput) GetServerHostaddrOk() (*string, bool)

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

SetServerHostaddr

func (o *DhcpStaticEditInput) SetServerHostaddr(v string)

SetServerHostaddr sets ServerHostaddr field to given value.

HasServerHostaddr

func (o *DhcpStaticEditInput) HasServerHostaddr() bool

HasServerHostaddr returns a boolean if a field has been set.

GetGroupId

func (o *DhcpStaticEditInput) GetGroupId() int32

GetGroupId returns the GroupId field if non-nil, zero value otherwise.

GetGroupIdOk

func (o *DhcpStaticEditInput) GetGroupIdOk() (*int32, bool)

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

SetGroupId

func (o *DhcpStaticEditInput) SetGroupId(v int32)

SetGroupId sets GroupId field to given value.

HasGroupId

func (o *DhcpStaticEditInput) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

GetGroupName

func (o *DhcpStaticEditInput) GetGroupName() string

GetGroupName returns the GroupName field if non-nil, zero value otherwise.

GetGroupNameOk

func (o *DhcpStaticEditInput) GetGroupNameOk() (*string, bool)

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

SetGroupName

func (o *DhcpStaticEditInput) SetGroupName(v string)

SetGroupName sets GroupName field to given value.

HasGroupName

func (o *DhcpStaticEditInput) HasGroupName() bool

HasGroupName returns a boolean if a field has been set.

GetStaticName

func (o *DhcpStaticEditInput) GetStaticName() string

GetStaticName returns the StaticName field if non-nil, zero value otherwise.

GetStaticNameOk

func (o *DhcpStaticEditInput) GetStaticNameOk() (*string, bool)

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

SetStaticName

func (o *DhcpStaticEditInput) SetStaticName(v string)

SetStaticName sets StaticName field to given value.

HasStaticName

func (o *DhcpStaticEditInput) HasStaticName() bool

HasStaticName returns a boolean if a field has been set.

GetClassParametersToDelete

func (o *DhcpStaticEditInput) GetClassParametersToDelete() []string

GetClassParametersToDelete returns the ClassParametersToDelete field if non-nil, zero value otherwise.

GetClassParametersToDeleteOk

func (o *DhcpStaticEditInput) GetClassParametersToDeleteOk() (*[]string, bool)

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

SetClassParametersToDelete

func (o *DhcpStaticEditInput) SetClassParametersToDelete(v []string)

SetClassParametersToDelete sets ClassParametersToDelete field to given value.

HasClassParametersToDelete

func (o *DhcpStaticEditInput) HasClassParametersToDelete() bool

HasClassParametersToDelete returns a boolean if a field has been set.

GetStaticClassName

func (o *DhcpStaticEditInput) GetStaticClassName() string

GetStaticClassName returns the StaticClassName field if non-nil, zero value otherwise.

GetStaticClassNameOk

func (o *DhcpStaticEditInput) GetStaticClassNameOk() (*string, bool)

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

SetStaticClassName

func (o *DhcpStaticEditInput) SetStaticClassName(v string)

SetStaticClassName sets StaticClassName field to given value.

HasStaticClassName

func (o *DhcpStaticEditInput) HasStaticClassName() bool

HasStaticClassName returns a boolean if a field has been set.

GetStaticClassParameters

func (o *DhcpStaticEditInput) GetStaticClassParameters() []ApiClassParameterInputEntry

GetStaticClassParameters returns the StaticClassParameters field if non-nil, zero value otherwise.

GetStaticClassParametersOk

func (o *DhcpStaticEditInput) GetStaticClassParametersOk() (*[]ApiClassParameterInputEntry, bool)

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

SetStaticClassParameters

func (o *DhcpStaticEditInput) SetStaticClassParameters(v []ApiClassParameterInputEntry)

SetStaticClassParameters sets StaticClassParameters field to given value.

HasStaticClassParameters

func (o *DhcpStaticEditInput) HasStaticClassParameters() bool

HasStaticClassParameters returns a boolean if a field has been set.

GetWarnings

func (o *DhcpStaticEditInput) GetWarnings() string

GetWarnings returns the Warnings field if non-nil, zero value otherwise.

GetWarningsOk

func (o *DhcpStaticEditInput) GetWarningsOk() (*string, bool)

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

SetWarnings

func (o *DhcpStaticEditInput) SetWarnings(v string)

SetWarnings sets Warnings field to given value.

HasWarnings

func (o *DhcpStaticEditInput) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

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