Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.21 KB

ViewComposerMonitorInfoV2.md

File metadata and controls

134 lines (73 loc) · 4.21 KB

ViewComposerMonitorInfoV2

Properties

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]

Methods

NewViewComposerMonitorInfoV2

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

NewViewComposerMonitorInfoV2WithDefaults

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

GetConnectionServers

func (o *ViewComposerMonitorInfoV2) GetConnectionServers() []ViewComposerMonitorConnectionServerV2

GetConnectionServers returns the ConnectionServers field if non-nil, zero value otherwise.

GetConnectionServersOk

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.

SetConnectionServers

func (o *ViewComposerMonitorInfoV2) SetConnectionServers(v []ViewComposerMonitorConnectionServerV2)

SetConnectionServers sets ConnectionServers field to given value.

HasConnectionServers

func (o *ViewComposerMonitorInfoV2) HasConnectionServers() bool

HasConnectionServers returns a boolean if a field has been set.

GetDetails

func (o *ViewComposerMonitorInfoV2) GetDetails() ViewComposerMonitorDetails

GetDetails returns the Details field if non-nil, zero value otherwise.

GetDetailsOk

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.

SetDetails

func (o *ViewComposerMonitorInfoV2) SetDetails(v ViewComposerMonitorDetails)

SetDetails sets Details field to given value.

HasDetails

func (o *ViewComposerMonitorInfoV2) HasDetails() bool

HasDetails returns a boolean if a field has been set.

GetName

func (o *ViewComposerMonitorInfoV2) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *ViewComposerMonitorInfoV2) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ViewComposerMonitorInfoV2) HasName() bool

HasName returns a boolean if a field has been set.

GetPort

func (o *ViewComposerMonitorInfoV2) GetPort() int32

GetPort returns the Port field if non-nil, zero value otherwise.

GetPortOk

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.

SetPort

func (o *ViewComposerMonitorInfoV2) SetPort(v int32)

SetPort sets Port field to given value.

HasPort

func (o *ViewComposerMonitorInfoV2) HasPort() bool

HasPort returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]