Skip to content

Latest commit

 

History

History
316 lines (171 loc) · 10.2 KB

File metadata and controls

316 lines (171 loc) · 10.2 KB

IpamPool6AddInput

Properties

Name Type Description Notes
Pool6EndIpAddr Pointer to string The last IP address of the pool. [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]
Pool6StartIpAddr Pointer to string The first IP address of the pool. [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

GetPool6EndIpAddr

func (o *IpamPool6AddInput) GetPool6EndIpAddr() string

GetPool6EndIpAddr returns the Pool6EndIpAddr field if non-nil, zero value otherwise.

GetPool6EndIpAddrOk

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

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

SetPool6EndIpAddr

func (o *IpamPool6AddInput) SetPool6EndIpAddr(v string)

SetPool6EndIpAddr sets Pool6EndIpAddr field to given value.

HasPool6EndIpAddr

func (o *IpamPool6AddInput) HasPool6EndIpAddr() bool

HasPool6EndIpAddr 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.

GetPool6StartIpAddr

func (o *IpamPool6AddInput) GetPool6StartIpAddr() string

GetPool6StartIpAddr returns the Pool6StartIpAddr field if non-nil, zero value otherwise.

GetPool6StartIpAddrOk

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

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

SetPool6StartIpAddr

func (o *IpamPool6AddInput) SetPool6StartIpAddr(v string)

SetPool6StartIpAddr sets Pool6StartIpAddr field to given value.

HasPool6StartIpAddr

func (o *IpamPool6AddInput) HasPool6StartIpAddr() bool

HasPool6StartIpAddr 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]