Skip to content

Latest commit

 

History

History
171 lines (92 loc) · 5.13 KB

SubnetRequest.md

File metadata and controls

171 lines (92 loc) · 5.13 KB

SubnetRequest

Properties

Name Type Description Notes
PkiSubnetID Pointer to int32 The unique ID of the Subnet [optional]
FkiUserID Pointer to int32 The unique ID of the User [optional]
FkiApikeyID Pointer to int32 The unique ID of the Apikey [optional]
ObjSubnetDescription MultilingualSubnetDescription
ISubnetNetwork int64 The network of the Subnet in integer form. For example 8.8.8.0 would be 134744064
ISubnetMask int64 The mask of the Subnet in integer form. For example 255.255.255.0 would be 4294967040

Methods

NewSubnetRequest

func NewSubnetRequest(objSubnetDescription MultilingualSubnetDescription, iSubnetNetwork int64, iSubnetMask int64, ) *SubnetRequest

NewSubnetRequest instantiates a new SubnetRequest 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

NewSubnetRequestWithDefaults

func NewSubnetRequestWithDefaults() *SubnetRequest

NewSubnetRequestWithDefaults instantiates a new SubnetRequest 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

GetPkiSubnetID

func (o *SubnetRequest) GetPkiSubnetID() int32

GetPkiSubnetID returns the PkiSubnetID field if non-nil, zero value otherwise.

GetPkiSubnetIDOk

func (o *SubnetRequest) GetPkiSubnetIDOk() (*int32, bool)

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

SetPkiSubnetID

func (o *SubnetRequest) SetPkiSubnetID(v int32)

SetPkiSubnetID sets PkiSubnetID field to given value.

HasPkiSubnetID

func (o *SubnetRequest) HasPkiSubnetID() bool

HasPkiSubnetID returns a boolean if a field has been set.

GetFkiUserID

func (o *SubnetRequest) GetFkiUserID() int32

GetFkiUserID returns the FkiUserID field if non-nil, zero value otherwise.

GetFkiUserIDOk

func (o *SubnetRequest) GetFkiUserIDOk() (*int32, bool)

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

SetFkiUserID

func (o *SubnetRequest) SetFkiUserID(v int32)

SetFkiUserID sets FkiUserID field to given value.

HasFkiUserID

func (o *SubnetRequest) HasFkiUserID() bool

HasFkiUserID returns a boolean if a field has been set.

GetFkiApikeyID

func (o *SubnetRequest) GetFkiApikeyID() int32

GetFkiApikeyID returns the FkiApikeyID field if non-nil, zero value otherwise.

GetFkiApikeyIDOk

func (o *SubnetRequest) GetFkiApikeyIDOk() (*int32, bool)

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

SetFkiApikeyID

func (o *SubnetRequest) SetFkiApikeyID(v int32)

SetFkiApikeyID sets FkiApikeyID field to given value.

HasFkiApikeyID

func (o *SubnetRequest) HasFkiApikeyID() bool

HasFkiApikeyID returns a boolean if a field has been set.

GetObjSubnetDescription

func (o *SubnetRequest) GetObjSubnetDescription() MultilingualSubnetDescription

GetObjSubnetDescription returns the ObjSubnetDescription field if non-nil, zero value otherwise.

GetObjSubnetDescriptionOk

func (o *SubnetRequest) GetObjSubnetDescriptionOk() (*MultilingualSubnetDescription, bool)

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

SetObjSubnetDescription

func (o *SubnetRequest) SetObjSubnetDescription(v MultilingualSubnetDescription)

SetObjSubnetDescription sets ObjSubnetDescription field to given value.

GetISubnetNetwork

func (o *SubnetRequest) GetISubnetNetwork() int64

GetISubnetNetwork returns the ISubnetNetwork field if non-nil, zero value otherwise.

GetISubnetNetworkOk

func (o *SubnetRequest) GetISubnetNetworkOk() (*int64, bool)

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

SetISubnetNetwork

func (o *SubnetRequest) SetISubnetNetwork(v int64)

SetISubnetNetwork sets ISubnetNetwork field to given value.

GetISubnetMask

func (o *SubnetRequest) GetISubnetMask() int64

GetISubnetMask returns the ISubnetMask field if non-nil, zero value otherwise.

GetISubnetMaskOk

func (o *SubnetRequest) GetISubnetMaskOk() (*int64, bool)

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

SetISubnetMask

func (o *SubnetRequest) SetISubnetMask(v int64)

SetISubnetMask sets ISubnetMask field to given value.

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