| 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] |
| SharednetworkId | Pointer to int32 | The database identifier (ID) of the DHCPv4 shared network, a unique numeric key value automatically incremented when you add a DHCPv4 shared network. Use the ID to specify the DHCPv4 shared network of your choice. | [optional] |
| SharednetworkName | Pointer to string | The name of the DHCPv4 shared network, each DHCPv4 shared network must have a unique name. | [optional] |
| ServerHostaddr | Pointer to string | The IP address of the DHCP server. | [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] |
func NewDhcpSharednetworkEditInput() *DhcpSharednetworkEditInput
NewDhcpSharednetworkEditInput instantiates a new DhcpSharednetworkEditInput 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 NewDhcpSharednetworkEditInputWithDefaults() *DhcpSharednetworkEditInput
NewDhcpSharednetworkEditInputWithDefaults instantiates a new DhcpSharednetworkEditInput 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 *DhcpSharednetworkEditInput) GetServerId() int32
GetServerId returns the ServerId field if non-nil, zero value otherwise.
func (o *DhcpSharednetworkEditInput) 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.
func (o *DhcpSharednetworkEditInput) SetServerId(v int32)
SetServerId sets ServerId field to given value.
func (o *DhcpSharednetworkEditInput) HasServerId() bool
HasServerId returns a boolean if a field has been set.
func (o *DhcpSharednetworkEditInput) GetServerName() string
GetServerName returns the ServerName field if non-nil, zero value otherwise.
func (o *DhcpSharednetworkEditInput) 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.
func (o *DhcpSharednetworkEditInput) SetServerName(v string)
SetServerName sets ServerName field to given value.
func (o *DhcpSharednetworkEditInput) HasServerName() bool
HasServerName returns a boolean if a field has been set.
func (o *DhcpSharednetworkEditInput) GetSharednetworkId() int32
GetSharednetworkId returns the SharednetworkId field if non-nil, zero value otherwise.
func (o *DhcpSharednetworkEditInput) GetSharednetworkIdOk() (*int32, bool)
GetSharednetworkIdOk returns a tuple with the SharednetworkId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DhcpSharednetworkEditInput) SetSharednetworkId(v int32)
SetSharednetworkId sets SharednetworkId field to given value.
func (o *DhcpSharednetworkEditInput) HasSharednetworkId() bool
HasSharednetworkId returns a boolean if a field has been set.
func (o *DhcpSharednetworkEditInput) GetSharednetworkName() string
GetSharednetworkName returns the SharednetworkName field if non-nil, zero value otherwise.
func (o *DhcpSharednetworkEditInput) GetSharednetworkNameOk() (*string, bool)
GetSharednetworkNameOk returns a tuple with the SharednetworkName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DhcpSharednetworkEditInput) SetSharednetworkName(v string)
SetSharednetworkName sets SharednetworkName field to given value.
func (o *DhcpSharednetworkEditInput) HasSharednetworkName() bool
HasSharednetworkName returns a boolean if a field has been set.
func (o *DhcpSharednetworkEditInput) GetServerHostaddr() string
GetServerHostaddr returns the ServerHostaddr field if non-nil, zero value otherwise.
func (o *DhcpSharednetworkEditInput) 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.
func (o *DhcpSharednetworkEditInput) SetServerHostaddr(v string)
SetServerHostaddr sets ServerHostaddr field to given value.
func (o *DhcpSharednetworkEditInput) HasServerHostaddr() bool
HasServerHostaddr returns a boolean if a field has been set.
func (o *DhcpSharednetworkEditInput) GetWarnings() string
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
func (o *DhcpSharednetworkEditInput) 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.
func (o *DhcpSharednetworkEditInput) SetWarnings(v string)
SetWarnings sets Warnings field to given value.
func (o *DhcpSharednetworkEditInput) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.