Skip to content

Latest commit

 

History

History
executable file
·
316 lines (171 loc) · 10.4 KB

IpamPool6AddInput.md

File metadata and controls

executable file
·
316 lines (171 loc) · 10.4 KB

IpamPool6AddInput

Properties

Name Type Description Notes
Pool6EndAddressAddr Pointer to string todo(here) :ipam.pool6.add.input.pool6_end_address_addr. : IPv6 address [optional]
SpaceId Pointer to int32 The database identifier (ID) of the space, a unique numeric key value automatically incremented when you add a space. Use the ID to specify the space of your choice. [optional]
SpaceName Pointer to string The name of the space. [optional]
Pool6StartAddressAddr Pointer to string todo(here) :ipam.pool6.add.input.pool6_start_address_addr. : IPv6 address [optional]
Network6Id Pointer to int32 The database identifier (ID) of the IPv6 network, a unique numeric key value automatically incremented when you add an IPv6 network. Use the ID to specify the IPv6 network of your choice. [optional]
Pool6Name Pointer to string The name of the IPv6 pool, each IPv6 pool must have a unique name. [optional]
Pool6ReadOnly Pointer to int32 The reservation status of the IPv6 pool. If set 1, the IP addresses it contains cannot be assigned. [optional]
ClassParametersToDelete Pointer to []string class parameters you want to delete from the object [optional]
Pool6ClassName Pointer to string The name of the class to apply to the object you are adding. 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]
Pool6ClassParameters 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

NewIpamPool6AddInput

func NewIpamPool6AddInput() *IpamPool6AddInput

NewIpamPool6AddInput instantiates a new IpamPool6AddInput 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

NewIpamPool6AddInputWithDefaults

func NewIpamPool6AddInputWithDefaults() *IpamPool6AddInput

NewIpamPool6AddInputWithDefaults instantiates a new IpamPool6AddInput 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

GetPool6EndAddressAddr

func (o *IpamPool6AddInput) GetPool6EndAddressAddr() string

GetPool6EndAddressAddr returns the Pool6EndAddressAddr field if non-nil, zero value otherwise.

GetPool6EndAddressAddrOk

func (o *IpamPool6AddInput) GetPool6EndAddressAddrOk() (*string, bool)

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

SetPool6EndAddressAddr

func (o *IpamPool6AddInput) SetPool6EndAddressAddr(v string)

SetPool6EndAddressAddr sets Pool6EndAddressAddr field to given value.

HasPool6EndAddressAddr

func (o *IpamPool6AddInput) HasPool6EndAddressAddr() bool

HasPool6EndAddressAddr returns a boolean if a field has been set.

GetSpaceId

func (o *IpamPool6AddInput) GetSpaceId() int32

GetSpaceId returns the SpaceId field if non-nil, zero value otherwise.

GetSpaceIdOk

func (o *IpamPool6AddInput) GetSpaceIdOk() (*int32, bool)

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

SetSpaceId

func (o *IpamPool6AddInput) SetSpaceId(v int32)

SetSpaceId sets SpaceId field to given value.

HasSpaceId

func (o *IpamPool6AddInput) HasSpaceId() bool

HasSpaceId returns a boolean if a field has been set.

GetSpaceName

func (o *IpamPool6AddInput) GetSpaceName() string

GetSpaceName returns the SpaceName field if non-nil, zero value otherwise.

GetSpaceNameOk

func (o *IpamPool6AddInput) GetSpaceNameOk() (*string, bool)

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

SetSpaceName

func (o *IpamPool6AddInput) SetSpaceName(v string)

SetSpaceName sets SpaceName field to given value.

HasSpaceName

func (o *IpamPool6AddInput) HasSpaceName() bool

HasSpaceName returns a boolean if a field has been set.

GetPool6StartAddressAddr

func (o *IpamPool6AddInput) GetPool6StartAddressAddr() string

GetPool6StartAddressAddr returns the Pool6StartAddressAddr field if non-nil, zero value otherwise.

GetPool6StartAddressAddrOk

func (o *IpamPool6AddInput) GetPool6StartAddressAddrOk() (*string, bool)

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

SetPool6StartAddressAddr

func (o *IpamPool6AddInput) SetPool6StartAddressAddr(v string)

SetPool6StartAddressAddr sets Pool6StartAddressAddr field to given value.

HasPool6StartAddressAddr

func (o *IpamPool6AddInput) HasPool6StartAddressAddr() bool

HasPool6StartAddressAddr returns a boolean if a field has been set.

GetNetwork6Id

func (o *IpamPool6AddInput) GetNetwork6Id() int32

GetNetwork6Id returns the Network6Id field if non-nil, zero value otherwise.

GetNetwork6IdOk

func (o *IpamPool6AddInput) GetNetwork6IdOk() (*int32, bool)

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

SetNetwork6Id

func (o *IpamPool6AddInput) SetNetwork6Id(v int32)

SetNetwork6Id sets Network6Id field to given value.

HasNetwork6Id

func (o *IpamPool6AddInput) HasNetwork6Id() bool

HasNetwork6Id returns a boolean if a field has been set.

GetPool6Name

func (o *IpamPool6AddInput) GetPool6Name() string

GetPool6Name returns the Pool6Name field if non-nil, zero value otherwise.

GetPool6NameOk

func (o *IpamPool6AddInput) GetPool6NameOk() (*string, bool)

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

SetPool6Name

func (o *IpamPool6AddInput) SetPool6Name(v string)

SetPool6Name sets Pool6Name field to given value.

HasPool6Name

func (o *IpamPool6AddInput) HasPool6Name() bool

HasPool6Name returns a boolean if a field has been set.

GetPool6ReadOnly

func (o *IpamPool6AddInput) GetPool6ReadOnly() int32

GetPool6ReadOnly returns the Pool6ReadOnly field if non-nil, zero value otherwise.

GetPool6ReadOnlyOk

func (o *IpamPool6AddInput) GetPool6ReadOnlyOk() (*int32, bool)

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

SetPool6ReadOnly

func (o *IpamPool6AddInput) SetPool6ReadOnly(v int32)

SetPool6ReadOnly sets Pool6ReadOnly field to given value.

HasPool6ReadOnly

func (o *IpamPool6AddInput) HasPool6ReadOnly() bool

HasPool6ReadOnly returns a boolean if a field has been set.

GetClassParametersToDelete

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

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

GetClassParametersToDeleteOk

func (o *IpamPool6AddInput) 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 *IpamPool6AddInput) SetClassParametersToDelete(v []string)

SetClassParametersToDelete sets ClassParametersToDelete field to given value.

HasClassParametersToDelete

func (o *IpamPool6AddInput) HasClassParametersToDelete() bool

HasClassParametersToDelete returns a boolean if a field has been set.

GetPool6ClassName

func (o *IpamPool6AddInput) GetPool6ClassName() string

GetPool6ClassName returns the Pool6ClassName field if non-nil, zero value otherwise.

GetPool6ClassNameOk

func (o *IpamPool6AddInput) GetPool6ClassNameOk() (*string, bool)

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

SetPool6ClassName

func (o *IpamPool6AddInput) SetPool6ClassName(v string)

SetPool6ClassName sets Pool6ClassName field to given value.

HasPool6ClassName

func (o *IpamPool6AddInput) HasPool6ClassName() bool

HasPool6ClassName returns a boolean if a field has been set.

GetPool6ClassParameters

func (o *IpamPool6AddInput) GetPool6ClassParameters() []ApiClassParameterInputEntry

GetPool6ClassParameters returns the Pool6ClassParameters field if non-nil, zero value otherwise.

GetPool6ClassParametersOk

func (o *IpamPool6AddInput) GetPool6ClassParametersOk() (*[]ApiClassParameterInputEntry, bool)

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

SetPool6ClassParameters

func (o *IpamPool6AddInput) SetPool6ClassParameters(v []ApiClassParameterInputEntry)

SetPool6ClassParameters sets Pool6ClassParameters field to given value.

HasPool6ClassParameters

func (o *IpamPool6AddInput) HasPool6ClassParameters() bool

HasPool6ClassParameters returns a boolean if a field has been set.

GetWarnings

func (o *IpamPool6AddInput) GetWarnings() string

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

GetWarningsOk

func (o *IpamPool6AddInput) 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 *IpamPool6AddInput) SetWarnings(v string)

SetWarnings sets Warnings field to given value.

HasWarnings

func (o *IpamPool6AddInput) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

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