| Name | Type | Description | Notes |
|---|---|---|---|
| CreatedAt | time.Time | The date when this record was created. | |
| UpdatedAt | Pointer to time.Time | The date of last update of the record. | [optional] |
| Network | string | ID of the network. | |
| Region | string | ID of the network region. | |
| InstanceType | string | ||
| ImageType | string | ||
| ImageVersion | string | ||
| Dns | string | ||
| Ip | string | ||
| Tunnels | []NetworkTunnel | List of network tunnels. | |
| Id | string | Unique ID. | |
| TenantId | string | ID of the tenant. |
func NewNetworkInstance(createdAt time.Time, network string, region string, instanceType string, imageType string, imageVersion string, dns string, ip string, tunnels []NetworkTunnel, id string, tenantId string, ) *NetworkInstance
NewNetworkInstance instantiates a new NetworkInstance 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 NewNetworkInstanceWithDefaults() *NetworkInstance
NewNetworkInstanceWithDefaults instantiates a new NetworkInstance 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 *NetworkInstance) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *NetworkInstance) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkInstance) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *NetworkInstance) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *NetworkInstance) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkInstance) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *NetworkInstance) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *NetworkInstance) GetNetwork() string
GetNetwork returns the Network field if non-nil, zero value otherwise.
func (o *NetworkInstance) GetNetworkOk() (*string, bool)
GetNetworkOk returns a tuple with the Network field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkInstance) SetNetwork(v string)
SetNetwork sets Network field to given value.
func (o *NetworkInstance) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *NetworkInstance) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkInstance) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *NetworkInstance) GetInstanceType() string
GetInstanceType returns the InstanceType field if non-nil, zero value otherwise.
func (o *NetworkInstance) GetInstanceTypeOk() (*string, bool)
GetInstanceTypeOk returns a tuple with the InstanceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkInstance) SetInstanceType(v string)
SetInstanceType sets InstanceType field to given value.
func (o *NetworkInstance) GetImageType() string
GetImageType returns the ImageType field if non-nil, zero value otherwise.
func (o *NetworkInstance) GetImageTypeOk() (*string, bool)
GetImageTypeOk returns a tuple with the ImageType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkInstance) SetImageType(v string)
SetImageType sets ImageType field to given value.
func (o *NetworkInstance) GetImageVersion() string
GetImageVersion returns the ImageVersion field if non-nil, zero value otherwise.
func (o *NetworkInstance) GetImageVersionOk() (*string, bool)
GetImageVersionOk returns a tuple with the ImageVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkInstance) SetImageVersion(v string)
SetImageVersion sets ImageVersion field to given value.
func (o *NetworkInstance) GetDns() string
GetDns returns the Dns field if non-nil, zero value otherwise.
func (o *NetworkInstance) GetDnsOk() (*string, bool)
GetDnsOk returns a tuple with the Dns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkInstance) SetDns(v string)
SetDns sets Dns field to given value.
func (o *NetworkInstance) GetIp() string
GetIp returns the Ip field if non-nil, zero value otherwise.
func (o *NetworkInstance) GetIpOk() (*string, 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 *NetworkInstance) SetIp(v string)
SetIp sets Ip field to given value.
func (o *NetworkInstance) GetTunnels() []NetworkTunnel
GetTunnels returns the Tunnels field if non-nil, zero value otherwise.
func (o *NetworkInstance) GetTunnelsOk() (*[]NetworkTunnel, bool)
GetTunnelsOk returns a tuple with the Tunnels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkInstance) SetTunnels(v []NetworkTunnel)
SetTunnels sets Tunnels field to given value.
func (o *NetworkInstance) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *NetworkInstance) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkInstance) SetId(v string)
SetId sets Id field to given value.
func (o *NetworkInstance) GetTenantId() string
GetTenantId returns the TenantId field if non-nil, zero value otherwise.
func (o *NetworkInstance) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkInstance) SetTenantId(v string)
SetTenantId sets TenantId field to given value.