Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int64 | The resource identifier. | [optional] |
Type | Pointer to string | The resource type. | [optional] |
Name | Pointer to string | The name of the DHCP client class. | [optional] |
UserDefinedFields | Pointer to map[string]string | User-defined fields set for the resource. | [optional] |
Configuration | Pointer to InlinedConfiguration | [optional] [readonly] | |
Description | Pointer to string | The description for the DHCP client class. | [optional] |
Option | Pointer to string | The DHCP option to match. | [optional] |
MatchOffset | Pointer to int32 | The offset that determines where to start the check for matching values. The match check is applied offset bytes from the beginning of the identifier. Offset is not configurable for custom match statements. | [optional] |
MatchLength | Pointer to int32 | The length determines the portion of the identifier where the check for matching values will be applied. The match check is applied offset bytes from the beginning of the identifier, continuing for length bytes. Length is not configurable for custom match statements. | [optional] |
MatchExpression | Pointer to string | The data expression for custom match statements, or boolean expression for custom match if statements. The expression must match the supported syntax for the ISC's DHCP daemon. | [optional] |
func NewDHCPv4ClientClass() *DHCPv4ClientClass
NewDHCPv4ClientClass instantiates a new DHCPv4ClientClass 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 NewDHCPv4ClientClassWithDefaults() *DHCPv4ClientClass
NewDHCPv4ClientClassWithDefaults instantiates a new DHCPv4ClientClass 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 *DHCPv4ClientClass) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DHCPv4ClientClass) 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 *DHCPv4ClientClass) SetId(v int64)
SetId sets Id field to given value.
func (o *DHCPv4ClientClass) HasId() bool
HasId returns a boolean if a field has been set.
func (o *DHCPv4ClientClass) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *DHCPv4ClientClass) 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 *DHCPv4ClientClass) SetType(v string)
SetType sets Type field to given value.
func (o *DHCPv4ClientClass) HasType() bool
HasType returns a boolean if a field has been set.
func (o *DHCPv4ClientClass) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DHCPv4ClientClass) 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 *DHCPv4ClientClass) SetName(v string)
SetName sets Name field to given value.
func (o *DHCPv4ClientClass) HasName() bool
HasName returns a boolean if a field has been set.
func (o *DHCPv4ClientClass) GetUserDefinedFields() map[string]string
GetUserDefinedFields returns the UserDefinedFields field if non-nil, zero value otherwise.
func (o *DHCPv4ClientClass) 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 *DHCPv4ClientClass) SetUserDefinedFields(v map[string]string)
SetUserDefinedFields sets UserDefinedFields field to given value.
func (o *DHCPv4ClientClass) HasUserDefinedFields() bool
HasUserDefinedFields returns a boolean if a field has been set.
func (o *DHCPv4ClientClass) GetConfiguration() InlinedConfiguration
GetConfiguration returns the Configuration field if non-nil, zero value otherwise.
func (o *DHCPv4ClientClass) 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 *DHCPv4ClientClass) SetConfiguration(v InlinedConfiguration)
SetConfiguration sets Configuration field to given value.
func (o *DHCPv4ClientClass) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (o *DHCPv4ClientClass) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *DHCPv4ClientClass) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DHCPv4ClientClass) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DHCPv4ClientClass) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *DHCPv4ClientClass) GetOption() string
GetOption returns the Option field if non-nil, zero value otherwise.
func (o *DHCPv4ClientClass) GetOptionOk() (*string, bool)
GetOptionOk returns a tuple with the Option field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DHCPv4ClientClass) SetOption(v string)
SetOption sets Option field to given value.
func (o *DHCPv4ClientClass) HasOption() bool
HasOption returns a boolean if a field has been set.
func (o *DHCPv4ClientClass) GetMatchOffset() int32
GetMatchOffset returns the MatchOffset field if non-nil, zero value otherwise.
func (o *DHCPv4ClientClass) GetMatchOffsetOk() (*int32, bool)
GetMatchOffsetOk returns a tuple with the MatchOffset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DHCPv4ClientClass) SetMatchOffset(v int32)
SetMatchOffset sets MatchOffset field to given value.
func (o *DHCPv4ClientClass) HasMatchOffset() bool
HasMatchOffset returns a boolean if a field has been set.
func (o *DHCPv4ClientClass) GetMatchLength() int32
GetMatchLength returns the MatchLength field if non-nil, zero value otherwise.
func (o *DHCPv4ClientClass) GetMatchLengthOk() (*int32, bool)
GetMatchLengthOk returns a tuple with the MatchLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DHCPv4ClientClass) SetMatchLength(v int32)
SetMatchLength sets MatchLength field to given value.
func (o *DHCPv4ClientClass) HasMatchLength() bool
HasMatchLength returns a boolean if a field has been set.
func (o *DHCPv4ClientClass) GetMatchExpression() string
GetMatchExpression returns the MatchExpression field if non-nil, zero value otherwise.
func (o *DHCPv4ClientClass) GetMatchExpressionOk() (*string, bool)
GetMatchExpressionOk returns a tuple with the MatchExpression field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DHCPv4ClientClass) SetMatchExpression(v string)
SetMatchExpression sets MatchExpression field to given value.
func (o *DHCPv4ClientClass) HasMatchExpression() bool
HasMatchExpression returns a boolean if a field has been set.