Name | Type | Description | Notes |
---|---|---|---|
ConnectionServers | Pointer to []ViewComposerMonitorConnectionServerV2 | Information about the View Composer connections from each of the connection servers. | [optional] |
Details | Pointer to ViewComposerMonitorDetails | [optional] | |
Name | Pointer to string | View Composer server host name or IP address. | [optional] |
Port | Pointer to int32 | View Composer server port number. | [optional] |
func NewViewComposerMonitorInfoV2() *ViewComposerMonitorInfoV2
NewViewComposerMonitorInfoV2 instantiates a new ViewComposerMonitorInfoV2 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 NewViewComposerMonitorInfoV2WithDefaults() *ViewComposerMonitorInfoV2
NewViewComposerMonitorInfoV2WithDefaults instantiates a new ViewComposerMonitorInfoV2 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 *ViewComposerMonitorInfoV2) GetConnectionServers() []ViewComposerMonitorConnectionServerV2
GetConnectionServers returns the ConnectionServers field if non-nil, zero value otherwise.
func (o *ViewComposerMonitorInfoV2) GetConnectionServersOk() (*[]ViewComposerMonitorConnectionServerV2, bool)
GetConnectionServersOk returns a tuple with the ConnectionServers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ViewComposerMonitorInfoV2) SetConnectionServers(v []ViewComposerMonitorConnectionServerV2)
SetConnectionServers sets ConnectionServers field to given value.
func (o *ViewComposerMonitorInfoV2) HasConnectionServers() bool
HasConnectionServers returns a boolean if a field has been set.
func (o *ViewComposerMonitorInfoV2) GetDetails() ViewComposerMonitorDetails
GetDetails returns the Details field if non-nil, zero value otherwise.
func (o *ViewComposerMonitorInfoV2) GetDetailsOk() (*ViewComposerMonitorDetails, bool)
GetDetailsOk returns a tuple with the Details field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ViewComposerMonitorInfoV2) SetDetails(v ViewComposerMonitorDetails)
SetDetails sets Details field to given value.
func (o *ViewComposerMonitorInfoV2) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (o *ViewComposerMonitorInfoV2) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ViewComposerMonitorInfoV2) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ViewComposerMonitorInfoV2) SetName(v string)
SetName sets Name field to given value.
func (o *ViewComposerMonitorInfoV2) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ViewComposerMonitorInfoV2) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *ViewComposerMonitorInfoV2) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ViewComposerMonitorInfoV2) SetPort(v int32)
SetPort sets Port field to given value.
func (o *ViewComposerMonitorInfoV2) HasPort() bool
HasPort returns a boolean if a field has been set.