Name | Type | Description | Notes |
---|---|---|---|
Ip | Pointer to []StructuresIpInfo | [optional] | |
AdditionalIp | Pointer to []StructuresAdditionalIpInfo | [optional] | |
PrivateNetwork | Pointer to []StructuresPrivateNetwork | [optional] |
func NewNetworkGetNetworkInfoResponse() *NetworkGetNetworkInfoResponse
NewNetworkGetNetworkInfoResponse instantiates a new NetworkGetNetworkInfoResponse 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 NewNetworkGetNetworkInfoResponseWithDefaults() *NetworkGetNetworkInfoResponse
NewNetworkGetNetworkInfoResponseWithDefaults instantiates a new NetworkGetNetworkInfoResponse 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 *NetworkGetNetworkInfoResponse) GetIp() []StructuresIpInfo
GetIp returns the Ip field if non-nil, zero value otherwise.
func (o *NetworkGetNetworkInfoResponse) GetIpOk() (*[]StructuresIpInfo, bool)
GetIpOk returns a tuple with the Ip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkGetNetworkInfoResponse) SetIp(v []StructuresIpInfo)
SetIp sets Ip field to given value.
func (o *NetworkGetNetworkInfoResponse) HasIp() bool
HasIp returns a boolean if a field has been set.
func (o *NetworkGetNetworkInfoResponse) GetAdditionalIp() []StructuresAdditionalIpInfo
GetAdditionalIp returns the AdditionalIp field if non-nil, zero value otherwise.
func (o *NetworkGetNetworkInfoResponse) GetAdditionalIpOk() (*[]StructuresAdditionalIpInfo, bool)
GetAdditionalIpOk returns a tuple with the AdditionalIp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkGetNetworkInfoResponse) SetAdditionalIp(v []StructuresAdditionalIpInfo)
SetAdditionalIp sets AdditionalIp field to given value.
func (o *NetworkGetNetworkInfoResponse) HasAdditionalIp() bool
HasAdditionalIp returns a boolean if a field has been set.
func (o *NetworkGetNetworkInfoResponse) GetPrivateNetwork() []StructuresPrivateNetwork
GetPrivateNetwork returns the PrivateNetwork field if non-nil, zero value otherwise.
func (o *NetworkGetNetworkInfoResponse) GetPrivateNetworkOk() (*[]StructuresPrivateNetwork, bool)
GetPrivateNetworkOk returns a tuple with the PrivateNetwork field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkGetNetworkInfoResponse) SetPrivateNetwork(v []StructuresPrivateNetwork)
SetPrivateNetwork sets PrivateNetwork field to given value.
func (o *NetworkGetNetworkInfoResponse) HasPrivateNetwork() bool
HasPrivateNetwork returns a boolean if a field has been set.