Name | Type | Description | Notes |
---|---|---|---|
HttpHeaders | map[string]string | Get HTTP Request headers | [readonly] |
HttpHost | string | Get HTTP host | [readonly] |
HttpIsSecure | bool | Get HTTP Secure flag | [readonly] |
Runtime | SystemInfoRuntime | ||
Brand | string | Currently active brand | [readonly] |
ServerTime | time.Time | Current server time | [readonly] |
EmbeddedOutpostDisabled | bool | Whether the embedded outpost is disabled | [readonly] |
EmbeddedOutpostHost | string | Get the FQDN configured on the embedded outpost | [readonly] |
func NewSystemInfo(httpHeaders map[string]string, httpHost string, httpIsSecure bool, runtime SystemInfoRuntime, brand string, serverTime time.Time, embeddedOutpostDisabled bool, embeddedOutpostHost string, ) *SystemInfo
NewSystemInfo instantiates a new SystemInfo 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 NewSystemInfoWithDefaults() *SystemInfo
NewSystemInfoWithDefaults instantiates a new SystemInfo 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 *SystemInfo) GetHttpHeaders() map[string]string
GetHttpHeaders returns the HttpHeaders field if non-nil, zero value otherwise.
func (o *SystemInfo) GetHttpHeadersOk() (*map[string]string, bool)
GetHttpHeadersOk returns a tuple with the HttpHeaders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemInfo) SetHttpHeaders(v map[string]string)
SetHttpHeaders sets HttpHeaders field to given value.
func (o *SystemInfo) GetHttpHost() string
GetHttpHost returns the HttpHost field if non-nil, zero value otherwise.
func (o *SystemInfo) GetHttpHostOk() (*string, bool)
GetHttpHostOk returns a tuple with the HttpHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemInfo) SetHttpHost(v string)
SetHttpHost sets HttpHost field to given value.
func (o *SystemInfo) GetHttpIsSecure() bool
GetHttpIsSecure returns the HttpIsSecure field if non-nil, zero value otherwise.
func (o *SystemInfo) GetHttpIsSecureOk() (*bool, bool)
GetHttpIsSecureOk returns a tuple with the HttpIsSecure field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemInfo) SetHttpIsSecure(v bool)
SetHttpIsSecure sets HttpIsSecure field to given value.
func (o *SystemInfo) GetRuntime() SystemInfoRuntime
GetRuntime returns the Runtime field if non-nil, zero value otherwise.
func (o *SystemInfo) GetRuntimeOk() (*SystemInfoRuntime, bool)
GetRuntimeOk returns a tuple with the Runtime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemInfo) SetRuntime(v SystemInfoRuntime)
SetRuntime sets Runtime field to given value.
func (o *SystemInfo) GetBrand() string
GetBrand returns the Brand field if non-nil, zero value otherwise.
func (o *SystemInfo) GetBrandOk() (*string, bool)
GetBrandOk returns a tuple with the Brand field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemInfo) SetBrand(v string)
SetBrand sets Brand field to given value.
func (o *SystemInfo) GetServerTime() time.Time
GetServerTime returns the ServerTime field if non-nil, zero value otherwise.
func (o *SystemInfo) GetServerTimeOk() (*time.Time, bool)
GetServerTimeOk returns a tuple with the ServerTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemInfo) SetServerTime(v time.Time)
SetServerTime sets ServerTime field to given value.
func (o *SystemInfo) GetEmbeddedOutpostDisabled() bool
GetEmbeddedOutpostDisabled returns the EmbeddedOutpostDisabled field if non-nil, zero value otherwise.
func (o *SystemInfo) GetEmbeddedOutpostDisabledOk() (*bool, bool)
GetEmbeddedOutpostDisabledOk returns a tuple with the EmbeddedOutpostDisabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemInfo) SetEmbeddedOutpostDisabled(v bool)
SetEmbeddedOutpostDisabled sets EmbeddedOutpostDisabled field to given value.
func (o *SystemInfo) GetEmbeddedOutpostHost() string
GetEmbeddedOutpostHost returns the EmbeddedOutpostHost field if non-nil, zero value otherwise.
func (o *SystemInfo) GetEmbeddedOutpostHostOk() (*string, bool)
GetEmbeddedOutpostHostOk returns a tuple with the EmbeddedOutpostHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemInfo) SetEmbeddedOutpostHost(v string)
SetEmbeddedOutpostHost sets EmbeddedOutpostHost field to given value.