| Name | Type | Description | Notes |
|---|---|---|---|
| NetworkEndHostaddr | Pointer to string | The human readable version of the parameter <b>network_end_ip_addr</b>. | [optional] |
| NetworkEndIpAddr | Pointer to string | The last IP address of the IPv4 network, in hexadecimal format. | [optional] |
| NetworkIsInOrphan | Pointer to string | A way to determine if the network has a parent (<b>0</b>) or if it belongs to a container <b>Orphan networks</b> (<b>1</b>). | [optional] |
| NetworkIsTerminal | Pointer to string | A way to determine if a network can contain other networks. If set to <b>1</b>, the network is terminal and cannot contain other subnet-type networks. Block-type networks are always set to <b>0</b>. | [optional] |
| NetworkLockNetworkBroadcast | Pointer to string | A way to prevent <b>(1)</b> users from assigning the broadcast IP address and network IP address of the network. | [optional] |
| NetworkMultistatus | Pointer to string | The Multi-status information is displayed as follows: <i><number-of-instances>@<message-number>@<multi-status-severity>@<module></i>. The different severity levels are:<br><b>Multi-status severity levels</b> <table border=1> <thead> <tr > <td><b>Message number</b></td> <td><b>Severity</b></td> <td><b>Description</b></td> </tr> </thead> <tbody> <tr valign=middle> <td>0 - 16</td> <td>Emergency</td> <td>The object configuration prevents the system from running properly. Action is required.</td> </tr> <tr valign=middle> <td>17 - 33</td> <td>Critical</td> <td>The object configuration is in critical conditions. Immediate action is recommended.</td> </tr> <tr valign=middle> <td>34 - 50</td> <td>Error</td> <td>The object configuration failed at some level. Action is recommended.</td> </tr> <tr valign=middle> <td>51 - 66</td> <td>Warning</td> <td>The object configuration triggers error messages if no action is taken. Action to be taken at your discretion.</td> </tr> <tr valign=middle> <td>67 - 83</td> <td>Notice</td> <td>The object configuration is normal but undergoing events that might trigger errors. No immediate action required.</td> </tr> <tr valign=middle> <td>84 - 100</td> <td>Informational</td> <td>The object configuration is normal, operational messages (might inform you about potential incompatibilities with other modules, etc). No action required.</td> </tr> </tbody></table> | [optional] |
| ParentNetworkEndIpAddr | Pointer to string | The last IP address of the parent IPv4 network, in hexadecimal format. | [optional] |
| ParentNetworkIsTerminal | Pointer to string | A way to determine if the parent network is terminal (<b>1</b>) or non-terminal (<b>0</b>). | [optional] |
| ParentSpaceId | Pointer to string | The database identifier (ID) of the space where is located the parent network. <b>0</b> indicates that the network has no parent network. | [optional] |
| ParentSpaceName | Pointer to string | The name of the space where is located the parent network. <b>#</b> indicates that the network has no parent network. | [optional] |
| ParentNetworkStartIpAddr | Pointer to string | The first IP address of the parent IPv4 network, in hexadecimal format. | [optional] |
| ParentNetworkClassName | Pointer to string | The name of the class applied to the parent IPv4 network, it can be preceded by the class directory. | [optional] |
| ParentNetworkClassParameters | Pointer to []ApiClassParameterOutputEntry | The class parameters applied to the parent IPv4 network and their value: <b><class-parameter1>=<value1>&<class-parameter2>=<value2>&...</b> . | [optional] |
| ParentNetworkId | Pointer to string | The database identifier (ID) of the parent IPv4 network. <b>0</b> indicates that the network has no parent network. | [optional] |
| ParentNetworkLevel | Pointer to string | The level of the parent network within the space. It returns values between <b>0</b> (block-type network) and <b>n</b> (subnet-type network). A value higher than <b>1</b> indicates a VLSM organization where a block-type network can belong to another subnet-type network. | [optional] |
| ParentNetworkName | Pointer to string | The name of the parent IPv4 network:<ul class=dashed ><li> <b>#</b> indicates that the network has no parent network.<br/></li><li> <b>Default</b> indicates that the network belongs to an orphan network.<br/></li></ul> | [optional] |
| ParentNetworkPath | Pointer to string | The path toward the parent network in the database. <b>#</b> indicates the network has no parent network. | [optional] |
| ParentNetworkSize | Pointer to string | The number of IP addresses of the network parent. | [optional] |
| ParentVlsmNetworkId | Pointer to string | The database identifier (ID) of the IPv4 subnet-type network, located in the VLSM parent space, from which the parent network was duplicated. <b>0</b> indicates that the parent network is not a VLSM block-type network duplicated from a parent space. | [optional] |
| SpaceClassName | Pointer to string | The name of the class applied to the space the object belongs to, it can be preceded by the class directory. | [optional] |
| SpaceClassParameters | Pointer to []ApiClassParameterOutputEntry | The class parameters applied to the space the object belongs to. | [optional] |
| SpaceDescription | Pointer to string | The description of the space the object belongs to. | [optional] |
| SpaceId | Pointer to string | The database identifier (ID) of the space the object belongs to, a unique numeric key value automatically incremented when you add a space. | [optional] |
| SpaceIsTemplate | Pointer to string | The template status of the space the object belongs to. If the space is used as template (1), all the IPv4 networks, pools and IP addresses it contains are also used as template. | [optional] |
| SpaceName | Pointer to string | The name of the space the object belongs to. | [optional] |
| SpaceParentSpaceId | Pointer to string | The database identifier (ID) of the VLSM parent of the space where is located the network. <b>0</b> indicates that the space where is located the network has no parent space. | [optional] |
| NetworkStartHostaddr | Pointer to string | The human readable version of the parameter <b>network_start_ip_addr</b>. | [optional] |
| NetworkStartIpAddr | Pointer to string | The first IP address of the IPv4 network, in hexadecimal format. | [optional] |
| NetworkAllocatedPercent | Pointer to string | The percentage of subnet-type networks the non-terminal network contains. | [optional] |
| NetworkAllocatedSize | Pointer to string | The sum of the size of all the subnet-type networks that belong to the block-type network. | [optional] |
| NetworkClassName | Pointer to string | The name of the class applied to the IPv4 network, it can be preceded by the class directory. | [optional] |
| NetworkClassParameters | Pointer to []ApiClassParameterOutputEntry | The class parameters applied to the IPv4 network. | [optional] |
| NetworkId | Pointer to string | The database identifier (ID) of the IPv4 network. | [optional] |
| NetworkAddressFreeSize | Pointer to string | The total number of free addresses, for terminal networks only. It excludes the network and broadcast IP address. | [optional] |
| NetworkAddressUsedPercent | Pointer to string | The percentage of IP addresses <b>In use</b> in terminal networks. | [optional] |
| NetworkAddressUsedSize | Pointer to string | The number of IP addresses <b>In use</b> in terminal networks. | [optional] |
| NetworkIsValid | Pointer to string | The network validity. A valid network (<b>1</b>) has a size, prefix and/or netmask that match. | [optional] |
| NetworkLevel | Pointer to string | The level of the network within the space. It returns values between <b>0</b> (block-type network) and <b>n</b> (subnet-type network). A value higher than <b>1</b> indicates a VLSM organization where a block-type network can belong to another subnet-type network. | [optional] |
| NetworkName | Pointer to string | The name of the IPv4 network. <b>Default</b> indicates that the network is an orphan network. | [optional] |
| NetworkPath | Pointer to string | The path toward the network in the database from the containing block-type network down to the subnet-type network: <b><block-network-start-IP>#<block-network-ID>#<subnet-network-start-IP>#<subnet-network-ID></b>. The IP address is returned in hexadecimal format.<ul class=dashed ><li> In network-based VLSM organizations, the path includes all the subnet-type networks there are from the containing block-type network down to the subnet-type network specified in <b>network_id</b>.<br/></li><li> In space-based VLSM organizations, the path includes the block-type network of the top parent space and all the subnet-type networks there are until the network specified in <b>network_id</b>. Only one block-type network is returned.<br/></li></ul> | [optional] |
| NetworkSize | Pointer to string | The number of IP addresses the IPv4 network contains. | [optional] |
| NetworkUsedPercent | Pointer to string | The percentage of terminal networks the non-terminal network contains. | [optional] |
| NetworkUsedSize | Pointer to string | The sum of the size of all the terminal networks within the block-type network. This sum includes the terminal networks that might belong to non-terminal subnet-type networks. | [optional] |
| NetworkOperationDetailsAddedOn | Pointer to string | The creation date of the IPv4 network, in decimal UNIX date format. | [optional] |
| NetworkOperationDetailsCallStack | Pointer to string | The call stack of the IPv4 network operation details, as follows: <b><service1>&<service2>&<service3></b>... . | [optional] |
| NetworkOperationDetailsOriginModule | Pointer to string | The name of the module where the IPv4 network addition originated. | [optional] |
| NetworkOperationDetailsRequestedBy | Pointer to string | The login of the user who requested the IPv4 network. | [optional] |
| NetworkOperationDetailsAddedBy | Pointer to string | The login of the user who added the IPv4 network. | [optional] |
| NetworkOperationDetailsLastUpdatedOn | Pointer to string | The last time the IPv4 network was updated, in decimal UNIX date format. | [optional] |
| DomainId | Pointer to string | The database identifier (ID) of the VLAN domain associated with the network. | [optional] |
| DomainName | Pointer to string | The name of the VLAN domain associated with the network. | [optional] |
| RangeId | Pointer to string | The database identifier (ID) of the VLAN range associated with the network. | [optional] |
| RangeName | Pointer to string | The name of the VLAN range associated with the network. | [optional] |
| VlanId | Pointer to string | The database identifier (ID) of the VLAN associated with the network. | [optional] |
| VlanName | Pointer to string | The name of the VLAN associated with the network. | [optional] |
| VlanVlanId | Pointer to string | The VLAN identifier (ID) of the VLAN associated with the network. | [optional] |
| VlsmBlockId | Pointer to string | The database identifier (ID) of the IPv4 VLSM block-type network duplicated, in a VLSM child space, from the network. <b>0</b> indicates that the network is not duplicated as a VLSM block-type network in a child space. | [optional] |
| VlsmSpaceId | Pointer to string | The database identifier (ID) of the VLSM child space where the network is duplicated as a VLSM block-type network. <b>0</b> indicates that the network is not duplicated as a VLSM block-type network in a child space. | [optional] |
| VlsmSpaceName | Pointer to string | The name of the VLSM child space where the network is duplicated as a VLSM block-type network. <b>0</b> indicates that the network is not duplicated as a VLSM block-type network in a child space. | [optional] |
| VlsmNetworkId | Pointer to string | The database identifier (ID) of the IPv4 subnet-type network, located in the VLSM parent space, from which the network was duplicated. <b>0</b> indicates that the network is not a VLSM block-type network duplicated from a parent space. | [optional] |
| NetworkRipeWaitingState | Pointer to string | The state of the exchange between SOLIDserver and the RIPE for the assigned network: <table><caption>network_ripe_waiting_state possible values</caption><br/><thead><tr><th>Status</th><th>Description</th></tr><br/></thead><br/><tbody><tr><td >must_send_mail_add</td><td >An email must be sent to the RIPE to notify them of a subnet-type network creation.</td></tr><tr><td >wait_mail_add</td><td >A network creation email was sent to the RIPE, no reply has been received yet.</td></tr><tr><td >must_send_mail_del</td><td >An email must be sent to the RIPE to notify them of a subnet-type network deletion.</td></tr><tr><td >wait_mail_del</td><td >A network deletion email was sent to the RIPE, no reply has been received yet.</td></tr><tr><td >wait_aw_confirm</td><td >The number of IP addresses of the assigned network exceeds the Assignment Window declared during your RIPE configuration.</td></tr></tbody></table></p><br/> | [optional] |
| NetworkRipeWaitingStatus | Pointer to string | The status of a RIPE assigned network within SOLIDserver until it is confirmed that you can create or delete it. If set to <b>1</b>, it is about to be created. If set to <b>2</b>, it is about to be deleted. | [optional] |
func NewDataInnerIpamNetworkData() *DataInnerIpamNetworkData
NewDataInnerIpamNetworkData instantiates a new DataInnerIpamNetworkData 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 NewDataInnerIpamNetworkDataWithDefaults() *DataInnerIpamNetworkData
NewDataInnerIpamNetworkDataWithDefaults instantiates a new DataInnerIpamNetworkData 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 *DataInnerIpamNetworkData) GetNetworkEndHostaddr() string
GetNetworkEndHostaddr returns the NetworkEndHostaddr field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkEndHostaddrOk() (*string, bool)
GetNetworkEndHostaddrOk returns a tuple with the NetworkEndHostaddr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkEndHostaddr(v string)
SetNetworkEndHostaddr sets NetworkEndHostaddr field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkEndHostaddr() bool
HasNetworkEndHostaddr returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkEndIpAddr() string
GetNetworkEndIpAddr returns the NetworkEndIpAddr field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkEndIpAddrOk() (*string, bool)
GetNetworkEndIpAddrOk returns a tuple with the NetworkEndIpAddr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkEndIpAddr(v string)
SetNetworkEndIpAddr sets NetworkEndIpAddr field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkEndIpAddr() bool
HasNetworkEndIpAddr returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkIsInOrphan() string
GetNetworkIsInOrphan returns the NetworkIsInOrphan field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkIsInOrphanOk() (*string, bool)
GetNetworkIsInOrphanOk returns a tuple with the NetworkIsInOrphan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkIsInOrphan(v string)
SetNetworkIsInOrphan sets NetworkIsInOrphan field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkIsInOrphan() bool
HasNetworkIsInOrphan returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkIsTerminal() string
GetNetworkIsTerminal returns the NetworkIsTerminal field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkIsTerminalOk() (*string, bool)
GetNetworkIsTerminalOk returns a tuple with the NetworkIsTerminal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkIsTerminal(v string)
SetNetworkIsTerminal sets NetworkIsTerminal field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkIsTerminal() bool
HasNetworkIsTerminal returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkLockNetworkBroadcast() string
GetNetworkLockNetworkBroadcast returns the NetworkLockNetworkBroadcast field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkLockNetworkBroadcastOk() (*string, bool)
GetNetworkLockNetworkBroadcastOk returns a tuple with the NetworkLockNetworkBroadcast field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkLockNetworkBroadcast(v string)
SetNetworkLockNetworkBroadcast sets NetworkLockNetworkBroadcast field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkLockNetworkBroadcast() bool
HasNetworkLockNetworkBroadcast returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkMultistatus() string
GetNetworkMultistatus returns the NetworkMultistatus field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkMultistatusOk() (*string, bool)
GetNetworkMultistatusOk returns a tuple with the NetworkMultistatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkMultistatus(v string)
SetNetworkMultistatus sets NetworkMultistatus field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkMultistatus() bool
HasNetworkMultistatus returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetParentNetworkEndIpAddr() string
GetParentNetworkEndIpAddr returns the ParentNetworkEndIpAddr field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetParentNetworkEndIpAddrOk() (*string, bool)
GetParentNetworkEndIpAddrOk returns a tuple with the ParentNetworkEndIpAddr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetParentNetworkEndIpAddr(v string)
SetParentNetworkEndIpAddr sets ParentNetworkEndIpAddr field to given value.
func (o *DataInnerIpamNetworkData) HasParentNetworkEndIpAddr() bool
HasParentNetworkEndIpAddr returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetParentNetworkIsTerminal() string
GetParentNetworkIsTerminal returns the ParentNetworkIsTerminal field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetParentNetworkIsTerminalOk() (*string, bool)
GetParentNetworkIsTerminalOk returns a tuple with the ParentNetworkIsTerminal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetParentNetworkIsTerminal(v string)
SetParentNetworkIsTerminal sets ParentNetworkIsTerminal field to given value.
func (o *DataInnerIpamNetworkData) HasParentNetworkIsTerminal() bool
HasParentNetworkIsTerminal returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetParentSpaceId() string
GetParentSpaceId returns the ParentSpaceId field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetParentSpaceIdOk() (*string, bool)
GetParentSpaceIdOk returns a tuple with the ParentSpaceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetParentSpaceId(v string)
SetParentSpaceId sets ParentSpaceId field to given value.
func (o *DataInnerIpamNetworkData) HasParentSpaceId() bool
HasParentSpaceId returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetParentSpaceName() string
GetParentSpaceName returns the ParentSpaceName field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetParentSpaceNameOk() (*string, bool)
GetParentSpaceNameOk returns a tuple with the ParentSpaceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetParentSpaceName(v string)
SetParentSpaceName sets ParentSpaceName field to given value.
func (o *DataInnerIpamNetworkData) HasParentSpaceName() bool
HasParentSpaceName returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetParentNetworkStartIpAddr() string
GetParentNetworkStartIpAddr returns the ParentNetworkStartIpAddr field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetParentNetworkStartIpAddrOk() (*string, bool)
GetParentNetworkStartIpAddrOk returns a tuple with the ParentNetworkStartIpAddr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetParentNetworkStartIpAddr(v string)
SetParentNetworkStartIpAddr sets ParentNetworkStartIpAddr field to given value.
func (o *DataInnerIpamNetworkData) HasParentNetworkStartIpAddr() bool
HasParentNetworkStartIpAddr returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetParentNetworkClassName() string
GetParentNetworkClassName returns the ParentNetworkClassName field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetParentNetworkClassNameOk() (*string, bool)
GetParentNetworkClassNameOk returns a tuple with the ParentNetworkClassName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetParentNetworkClassName(v string)
SetParentNetworkClassName sets ParentNetworkClassName field to given value.
func (o *DataInnerIpamNetworkData) HasParentNetworkClassName() bool
HasParentNetworkClassName returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetParentNetworkClassParameters() []ApiClassParameterOutputEntry
GetParentNetworkClassParameters returns the ParentNetworkClassParameters field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetParentNetworkClassParametersOk() (*[]ApiClassParameterOutputEntry, bool)
GetParentNetworkClassParametersOk returns a tuple with the ParentNetworkClassParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetParentNetworkClassParameters(v []ApiClassParameterOutputEntry)
SetParentNetworkClassParameters sets ParentNetworkClassParameters field to given value.
func (o *DataInnerIpamNetworkData) HasParentNetworkClassParameters() bool
HasParentNetworkClassParameters returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetParentNetworkId() string
GetParentNetworkId returns the ParentNetworkId field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetParentNetworkIdOk() (*string, bool)
GetParentNetworkIdOk returns a tuple with the ParentNetworkId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetParentNetworkId(v string)
SetParentNetworkId sets ParentNetworkId field to given value.
func (o *DataInnerIpamNetworkData) HasParentNetworkId() bool
HasParentNetworkId returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetParentNetworkLevel() string
GetParentNetworkLevel returns the ParentNetworkLevel field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetParentNetworkLevelOk() (*string, bool)
GetParentNetworkLevelOk returns a tuple with the ParentNetworkLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetParentNetworkLevel(v string)
SetParentNetworkLevel sets ParentNetworkLevel field to given value.
func (o *DataInnerIpamNetworkData) HasParentNetworkLevel() bool
HasParentNetworkLevel returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetParentNetworkName() string
GetParentNetworkName returns the ParentNetworkName field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetParentNetworkNameOk() (*string, bool)
GetParentNetworkNameOk returns a tuple with the ParentNetworkName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetParentNetworkName(v string)
SetParentNetworkName sets ParentNetworkName field to given value.
func (o *DataInnerIpamNetworkData) HasParentNetworkName() bool
HasParentNetworkName returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetParentNetworkPath() string
GetParentNetworkPath returns the ParentNetworkPath field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetParentNetworkPathOk() (*string, bool)
GetParentNetworkPathOk returns a tuple with the ParentNetworkPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetParentNetworkPath(v string)
SetParentNetworkPath sets ParentNetworkPath field to given value.
func (o *DataInnerIpamNetworkData) HasParentNetworkPath() bool
HasParentNetworkPath returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetParentNetworkSize() string
GetParentNetworkSize returns the ParentNetworkSize field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetParentNetworkSizeOk() (*string, bool)
GetParentNetworkSizeOk returns a tuple with the ParentNetworkSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetParentNetworkSize(v string)
SetParentNetworkSize sets ParentNetworkSize field to given value.
func (o *DataInnerIpamNetworkData) HasParentNetworkSize() bool
HasParentNetworkSize returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetParentVlsmNetworkId() string
GetParentVlsmNetworkId returns the ParentVlsmNetworkId field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetParentVlsmNetworkIdOk() (*string, bool)
GetParentVlsmNetworkIdOk returns a tuple with the ParentVlsmNetworkId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetParentVlsmNetworkId(v string)
SetParentVlsmNetworkId sets ParentVlsmNetworkId field to given value.
func (o *DataInnerIpamNetworkData) HasParentVlsmNetworkId() bool
HasParentVlsmNetworkId returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetSpaceClassName() string
GetSpaceClassName returns the SpaceClassName field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetSpaceClassNameOk() (*string, bool)
GetSpaceClassNameOk returns a tuple with the SpaceClassName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetSpaceClassName(v string)
SetSpaceClassName sets SpaceClassName field to given value.
func (o *DataInnerIpamNetworkData) HasSpaceClassName() bool
HasSpaceClassName returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetSpaceClassParameters() []ApiClassParameterOutputEntry
GetSpaceClassParameters returns the SpaceClassParameters field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetSpaceClassParametersOk() (*[]ApiClassParameterOutputEntry, bool)
GetSpaceClassParametersOk returns a tuple with the SpaceClassParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetSpaceClassParameters(v []ApiClassParameterOutputEntry)
SetSpaceClassParameters sets SpaceClassParameters field to given value.
func (o *DataInnerIpamNetworkData) HasSpaceClassParameters() bool
HasSpaceClassParameters returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetSpaceDescription() string
GetSpaceDescription returns the SpaceDescription field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetSpaceDescriptionOk() (*string, bool)
GetSpaceDescriptionOk returns a tuple with the SpaceDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetSpaceDescription(v string)
SetSpaceDescription sets SpaceDescription field to given value.
func (o *DataInnerIpamNetworkData) HasSpaceDescription() bool
HasSpaceDescription returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetSpaceId() string
GetSpaceId returns the SpaceId field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetSpaceIdOk() (*string, 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.
func (o *DataInnerIpamNetworkData) SetSpaceId(v string)
SetSpaceId sets SpaceId field to given value.
func (o *DataInnerIpamNetworkData) HasSpaceId() bool
HasSpaceId returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetSpaceIsTemplate() string
GetSpaceIsTemplate returns the SpaceIsTemplate field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetSpaceIsTemplateOk() (*string, bool)
GetSpaceIsTemplateOk returns a tuple with the SpaceIsTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetSpaceIsTemplate(v string)
SetSpaceIsTemplate sets SpaceIsTemplate field to given value.
func (o *DataInnerIpamNetworkData) HasSpaceIsTemplate() bool
HasSpaceIsTemplate returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetSpaceName() string
GetSpaceName returns the SpaceName field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) 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.
func (o *DataInnerIpamNetworkData) SetSpaceName(v string)
SetSpaceName sets SpaceName field to given value.
func (o *DataInnerIpamNetworkData) HasSpaceName() bool
HasSpaceName returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetSpaceParentSpaceId() string
GetSpaceParentSpaceId returns the SpaceParentSpaceId field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetSpaceParentSpaceIdOk() (*string, bool)
GetSpaceParentSpaceIdOk returns a tuple with the SpaceParentSpaceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetSpaceParentSpaceId(v string)
SetSpaceParentSpaceId sets SpaceParentSpaceId field to given value.
func (o *DataInnerIpamNetworkData) HasSpaceParentSpaceId() bool
HasSpaceParentSpaceId returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkStartHostaddr() string
GetNetworkStartHostaddr returns the NetworkStartHostaddr field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkStartHostaddrOk() (*string, bool)
GetNetworkStartHostaddrOk returns a tuple with the NetworkStartHostaddr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkStartHostaddr(v string)
SetNetworkStartHostaddr sets NetworkStartHostaddr field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkStartHostaddr() bool
HasNetworkStartHostaddr returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkStartIpAddr() string
GetNetworkStartIpAddr returns the NetworkStartIpAddr field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkStartIpAddrOk() (*string, bool)
GetNetworkStartIpAddrOk returns a tuple with the NetworkStartIpAddr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkStartIpAddr(v string)
SetNetworkStartIpAddr sets NetworkStartIpAddr field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkStartIpAddr() bool
HasNetworkStartIpAddr returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkAllocatedPercent() string
GetNetworkAllocatedPercent returns the NetworkAllocatedPercent field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkAllocatedPercentOk() (*string, bool)
GetNetworkAllocatedPercentOk returns a tuple with the NetworkAllocatedPercent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkAllocatedPercent(v string)
SetNetworkAllocatedPercent sets NetworkAllocatedPercent field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkAllocatedPercent() bool
HasNetworkAllocatedPercent returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkAllocatedSize() string
GetNetworkAllocatedSize returns the NetworkAllocatedSize field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkAllocatedSizeOk() (*string, bool)
GetNetworkAllocatedSizeOk returns a tuple with the NetworkAllocatedSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkAllocatedSize(v string)
SetNetworkAllocatedSize sets NetworkAllocatedSize field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkAllocatedSize() bool
HasNetworkAllocatedSize returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkClassName() string
GetNetworkClassName returns the NetworkClassName field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkClassNameOk() (*string, bool)
GetNetworkClassNameOk returns a tuple with the NetworkClassName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkClassName(v string)
SetNetworkClassName sets NetworkClassName field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkClassName() bool
HasNetworkClassName returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkClassParameters() []ApiClassParameterOutputEntry
GetNetworkClassParameters returns the NetworkClassParameters field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkClassParametersOk() (*[]ApiClassParameterOutputEntry, bool)
GetNetworkClassParametersOk returns a tuple with the NetworkClassParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkClassParameters(v []ApiClassParameterOutputEntry)
SetNetworkClassParameters sets NetworkClassParameters field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkClassParameters() bool
HasNetworkClassParameters returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkId() string
GetNetworkId returns the NetworkId field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkIdOk() (*string, bool)
GetNetworkIdOk returns a tuple with the NetworkId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkId(v string)
SetNetworkId sets NetworkId field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkId() bool
HasNetworkId returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkAddressFreeSize() string
GetNetworkAddressFreeSize returns the NetworkAddressFreeSize field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkAddressFreeSizeOk() (*string, bool)
GetNetworkAddressFreeSizeOk returns a tuple with the NetworkAddressFreeSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkAddressFreeSize(v string)
SetNetworkAddressFreeSize sets NetworkAddressFreeSize field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkAddressFreeSize() bool
HasNetworkAddressFreeSize returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkAddressUsedPercent() string
GetNetworkAddressUsedPercent returns the NetworkAddressUsedPercent field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkAddressUsedPercentOk() (*string, bool)
GetNetworkAddressUsedPercentOk returns a tuple with the NetworkAddressUsedPercent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkAddressUsedPercent(v string)
SetNetworkAddressUsedPercent sets NetworkAddressUsedPercent field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkAddressUsedPercent() bool
HasNetworkAddressUsedPercent returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkAddressUsedSize() string
GetNetworkAddressUsedSize returns the NetworkAddressUsedSize field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkAddressUsedSizeOk() (*string, bool)
GetNetworkAddressUsedSizeOk returns a tuple with the NetworkAddressUsedSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkAddressUsedSize(v string)
SetNetworkAddressUsedSize sets NetworkAddressUsedSize field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkAddressUsedSize() bool
HasNetworkAddressUsedSize returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkIsValid() string
GetNetworkIsValid returns the NetworkIsValid field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkIsValidOk() (*string, bool)
GetNetworkIsValidOk returns a tuple with the NetworkIsValid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkIsValid(v string)
SetNetworkIsValid sets NetworkIsValid field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkIsValid() bool
HasNetworkIsValid returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkLevel() string
GetNetworkLevel returns the NetworkLevel field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkLevelOk() (*string, bool)
GetNetworkLevelOk returns a tuple with the NetworkLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkLevel(v string)
SetNetworkLevel sets NetworkLevel field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkLevel() bool
HasNetworkLevel returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkName() string
GetNetworkName returns the NetworkName field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkNameOk() (*string, bool)
GetNetworkNameOk returns a tuple with the NetworkName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkName(v string)
SetNetworkName sets NetworkName field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkName() bool
HasNetworkName returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkPath() string
GetNetworkPath returns the NetworkPath field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkPathOk() (*string, bool)
GetNetworkPathOk returns a tuple with the NetworkPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkPath(v string)
SetNetworkPath sets NetworkPath field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkPath() bool
HasNetworkPath returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkSize() string
GetNetworkSize returns the NetworkSize field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkSizeOk() (*string, bool)
GetNetworkSizeOk returns a tuple with the NetworkSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkSize(v string)
SetNetworkSize sets NetworkSize field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkSize() bool
HasNetworkSize returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkUsedPercent() string
GetNetworkUsedPercent returns the NetworkUsedPercent field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkUsedPercentOk() (*string, bool)
GetNetworkUsedPercentOk returns a tuple with the NetworkUsedPercent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkUsedPercent(v string)
SetNetworkUsedPercent sets NetworkUsedPercent field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkUsedPercent() bool
HasNetworkUsedPercent returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkUsedSize() string
GetNetworkUsedSize returns the NetworkUsedSize field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkUsedSizeOk() (*string, bool)
GetNetworkUsedSizeOk returns a tuple with the NetworkUsedSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkUsedSize(v string)
SetNetworkUsedSize sets NetworkUsedSize field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkUsedSize() bool
HasNetworkUsedSize returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkOperationDetailsAddedOn() string
GetNetworkOperationDetailsAddedOn returns the NetworkOperationDetailsAddedOn field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkOperationDetailsAddedOnOk() (*string, bool)
GetNetworkOperationDetailsAddedOnOk returns a tuple with the NetworkOperationDetailsAddedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkOperationDetailsAddedOn(v string)
SetNetworkOperationDetailsAddedOn sets NetworkOperationDetailsAddedOn field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkOperationDetailsAddedOn() bool
HasNetworkOperationDetailsAddedOn returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkOperationDetailsCallStack() string
GetNetworkOperationDetailsCallStack returns the NetworkOperationDetailsCallStack field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkOperationDetailsCallStackOk() (*string, bool)
GetNetworkOperationDetailsCallStackOk returns a tuple with the NetworkOperationDetailsCallStack field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkOperationDetailsCallStack(v string)
SetNetworkOperationDetailsCallStack sets NetworkOperationDetailsCallStack field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkOperationDetailsCallStack() bool
HasNetworkOperationDetailsCallStack returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkOperationDetailsOriginModule() string
GetNetworkOperationDetailsOriginModule returns the NetworkOperationDetailsOriginModule field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkOperationDetailsOriginModuleOk() (*string, bool)
GetNetworkOperationDetailsOriginModuleOk returns a tuple with the NetworkOperationDetailsOriginModule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkOperationDetailsOriginModule(v string)
SetNetworkOperationDetailsOriginModule sets NetworkOperationDetailsOriginModule field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkOperationDetailsOriginModule() bool
HasNetworkOperationDetailsOriginModule returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkOperationDetailsRequestedBy() string
GetNetworkOperationDetailsRequestedBy returns the NetworkOperationDetailsRequestedBy field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkOperationDetailsRequestedByOk() (*string, bool)
GetNetworkOperationDetailsRequestedByOk returns a tuple with the NetworkOperationDetailsRequestedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkOperationDetailsRequestedBy(v string)
SetNetworkOperationDetailsRequestedBy sets NetworkOperationDetailsRequestedBy field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkOperationDetailsRequestedBy() bool
HasNetworkOperationDetailsRequestedBy returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkOperationDetailsAddedBy() string
GetNetworkOperationDetailsAddedBy returns the NetworkOperationDetailsAddedBy field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkOperationDetailsAddedByOk() (*string, bool)
GetNetworkOperationDetailsAddedByOk returns a tuple with the NetworkOperationDetailsAddedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkOperationDetailsAddedBy(v string)
SetNetworkOperationDetailsAddedBy sets NetworkOperationDetailsAddedBy field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkOperationDetailsAddedBy() bool
HasNetworkOperationDetailsAddedBy returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkOperationDetailsLastUpdatedOn() string
GetNetworkOperationDetailsLastUpdatedOn returns the NetworkOperationDetailsLastUpdatedOn field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkOperationDetailsLastUpdatedOnOk() (*string, bool)
GetNetworkOperationDetailsLastUpdatedOnOk returns a tuple with the NetworkOperationDetailsLastUpdatedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkOperationDetailsLastUpdatedOn(v string)
SetNetworkOperationDetailsLastUpdatedOn sets NetworkOperationDetailsLastUpdatedOn field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkOperationDetailsLastUpdatedOn() bool
HasNetworkOperationDetailsLastUpdatedOn returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetDomainId() string
GetDomainId returns the DomainId field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetDomainId(v string)
SetDomainId sets DomainId field to given value.
func (o *DataInnerIpamNetworkData) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetDomainName() string
GetDomainName returns the DomainName field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetDomainNameOk() (*string, bool)
GetDomainNameOk returns a tuple with the DomainName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetDomainName(v string)
SetDomainName sets DomainName field to given value.
func (o *DataInnerIpamNetworkData) HasDomainName() bool
HasDomainName returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetRangeId() string
GetRangeId returns the RangeId field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetRangeIdOk() (*string, bool)
GetRangeIdOk returns a tuple with the RangeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetRangeId(v string)
SetRangeId sets RangeId field to given value.
func (o *DataInnerIpamNetworkData) HasRangeId() bool
HasRangeId returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetRangeName() string
GetRangeName returns the RangeName field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetRangeNameOk() (*string, bool)
GetRangeNameOk returns a tuple with the RangeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetRangeName(v string)
SetRangeName sets RangeName field to given value.
func (o *DataInnerIpamNetworkData) HasRangeName() bool
HasRangeName returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetVlanId() string
GetVlanId returns the VlanId field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetVlanIdOk() (*string, bool)
GetVlanIdOk returns a tuple with the VlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetVlanId(v string)
SetVlanId sets VlanId field to given value.
func (o *DataInnerIpamNetworkData) HasVlanId() bool
HasVlanId returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetVlanName() string
GetVlanName returns the VlanName field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetVlanNameOk() (*string, bool)
GetVlanNameOk returns a tuple with the VlanName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetVlanName(v string)
SetVlanName sets VlanName field to given value.
func (o *DataInnerIpamNetworkData) HasVlanName() bool
HasVlanName returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetVlanVlanId() string
GetVlanVlanId returns the VlanVlanId field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetVlanVlanIdOk() (*string, bool)
GetVlanVlanIdOk returns a tuple with the VlanVlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetVlanVlanId(v string)
SetVlanVlanId sets VlanVlanId field to given value.
func (o *DataInnerIpamNetworkData) HasVlanVlanId() bool
HasVlanVlanId returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetVlsmBlockId() string
GetVlsmBlockId returns the VlsmBlockId field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetVlsmBlockIdOk() (*string, bool)
GetVlsmBlockIdOk returns a tuple with the VlsmBlockId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetVlsmBlockId(v string)
SetVlsmBlockId sets VlsmBlockId field to given value.
func (o *DataInnerIpamNetworkData) HasVlsmBlockId() bool
HasVlsmBlockId returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetVlsmSpaceId() string
GetVlsmSpaceId returns the VlsmSpaceId field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetVlsmSpaceIdOk() (*string, bool)
GetVlsmSpaceIdOk returns a tuple with the VlsmSpaceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetVlsmSpaceId(v string)
SetVlsmSpaceId sets VlsmSpaceId field to given value.
func (o *DataInnerIpamNetworkData) HasVlsmSpaceId() bool
HasVlsmSpaceId returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetVlsmSpaceName() string
GetVlsmSpaceName returns the VlsmSpaceName field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetVlsmSpaceNameOk() (*string, bool)
GetVlsmSpaceNameOk returns a tuple with the VlsmSpaceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetVlsmSpaceName(v string)
SetVlsmSpaceName sets VlsmSpaceName field to given value.
func (o *DataInnerIpamNetworkData) HasVlsmSpaceName() bool
HasVlsmSpaceName returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetVlsmNetworkId() string
GetVlsmNetworkId returns the VlsmNetworkId field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetVlsmNetworkIdOk() (*string, bool)
GetVlsmNetworkIdOk returns a tuple with the VlsmNetworkId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetVlsmNetworkId(v string)
SetVlsmNetworkId sets VlsmNetworkId field to given value.
func (o *DataInnerIpamNetworkData) HasVlsmNetworkId() bool
HasVlsmNetworkId returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkRipeWaitingState() string
GetNetworkRipeWaitingState returns the NetworkRipeWaitingState field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkRipeWaitingStateOk() (*string, bool)
GetNetworkRipeWaitingStateOk returns a tuple with the NetworkRipeWaitingState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkRipeWaitingState(v string)
SetNetworkRipeWaitingState sets NetworkRipeWaitingState field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkRipeWaitingState() bool
HasNetworkRipeWaitingState returns a boolean if a field has been set.
func (o *DataInnerIpamNetworkData) GetNetworkRipeWaitingStatus() string
GetNetworkRipeWaitingStatus returns the NetworkRipeWaitingStatus field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetworkData) GetNetworkRipeWaitingStatusOk() (*string, bool)
GetNetworkRipeWaitingStatusOk returns a tuple with the NetworkRipeWaitingStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamNetworkData) SetNetworkRipeWaitingStatus(v string)
SetNetworkRipeWaitingStatus sets NetworkRipeWaitingStatus field to given value.
func (o *DataInnerIpamNetworkData) HasNetworkRipeWaitingStatus() bool
HasNetworkRipeWaitingStatus returns a boolean if a field has been set.