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 IPv4 group. | [optional] |
UserDefinedFields | Pointer to map[string]string | User-defined fields set for the resource. | [optional] |
Configuration | Pointer to InlinedConfiguration | [optional] [readonly] | |
Range | Pointer to string | The address range for the IPv4 group. | [optional] |
func NewIPv4Group() *IPv4Group
NewIPv4Group instantiates a new IPv4Group 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 NewIPv4GroupWithDefaults() *IPv4Group
NewIPv4GroupWithDefaults instantiates a new IPv4Group 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 *IPv4Group) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *IPv4Group) 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 *IPv4Group) SetId(v int64)
SetId sets Id field to given value.
func (o *IPv4Group) HasId() bool
HasId returns a boolean if a field has been set.
func (o *IPv4Group) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *IPv4Group) 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 *IPv4Group) SetType(v string)
SetType sets Type field to given value.
func (o *IPv4Group) HasType() bool
HasType returns a boolean if a field has been set.
func (o *IPv4Group) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *IPv4Group) 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 *IPv4Group) SetName(v string)
SetName sets Name field to given value.
func (o *IPv4Group) HasName() bool
HasName returns a boolean if a field has been set.
func (o *IPv4Group) GetUserDefinedFields() map[string]string
GetUserDefinedFields returns the UserDefinedFields field if non-nil, zero value otherwise.
func (o *IPv4Group) 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 *IPv4Group) SetUserDefinedFields(v map[string]string)
SetUserDefinedFields sets UserDefinedFields field to given value.
func (o *IPv4Group) HasUserDefinedFields() bool
HasUserDefinedFields returns a boolean if a field has been set.
func (o *IPv4Group) GetConfiguration() InlinedConfiguration
GetConfiguration returns the Configuration field if non-nil, zero value otherwise.
func (o *IPv4Group) 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 *IPv4Group) SetConfiguration(v InlinedConfiguration)
SetConfiguration sets Configuration field to given value.
func (o *IPv4Group) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (o *IPv4Group) GetRange() string
GetRange returns the Range field if non-nil, zero value otherwise.
func (o *IPv4Group) GetRangeOk() (*string, bool)
GetRangeOk returns a tuple with the Range field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IPv4Group) SetRange(v string)
SetRange sets Range field to given value.
func (o *IPv4Group) HasRange() bool
HasRange returns a boolean if a field has been set.