Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.19 KB

ComponentMonitoringSummaryVaultData.md

File metadata and controls

108 lines (59 loc) · 3.19 KB

ComponentMonitoringSummaryVaultData

Properties

Name Type Description Notes
IP Pointer to string [optional]
Role Pointer to string [optional]
IsLoggedOn Pointer to bool [optional]

Methods

NewComponentMonitoringSummaryVaultData

func NewComponentMonitoringSummaryVaultData() *ComponentMonitoringSummaryVaultData

NewComponentMonitoringSummaryVaultData instantiates a new ComponentMonitoringSummaryVaultData 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

NewComponentMonitoringSummaryVaultDataWithDefaults

func NewComponentMonitoringSummaryVaultDataWithDefaults() *ComponentMonitoringSummaryVaultData

NewComponentMonitoringSummaryVaultDataWithDefaults instantiates a new ComponentMonitoringSummaryVaultData 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

GetIP

func (o *ComponentMonitoringSummaryVaultData) GetIP() string

GetIP returns the IP field if non-nil, zero value otherwise.

GetIPOk

func (o *ComponentMonitoringSummaryVaultData) 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.

SetIP

func (o *ComponentMonitoringSummaryVaultData) SetIP(v string)

SetIP sets IP field to given value.

HasIP

func (o *ComponentMonitoringSummaryVaultData) HasIP() bool

HasIP returns a boolean if a field has been set.

GetRole

func (o *ComponentMonitoringSummaryVaultData) GetRole() string

GetRole returns the Role field if non-nil, zero value otherwise.

GetRoleOk

func (o *ComponentMonitoringSummaryVaultData) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRole

func (o *ComponentMonitoringSummaryVaultData) SetRole(v string)

SetRole sets Role field to given value.

HasRole

func (o *ComponentMonitoringSummaryVaultData) HasRole() bool

HasRole returns a boolean if a field has been set.

GetIsLoggedOn

func (o *ComponentMonitoringSummaryVaultData) GetIsLoggedOn() bool

GetIsLoggedOn returns the IsLoggedOn field if non-nil, zero value otherwise.

GetIsLoggedOnOk

func (o *ComponentMonitoringSummaryVaultData) GetIsLoggedOnOk() (*bool, bool)

GetIsLoggedOnOk returns a tuple with the IsLoggedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsLoggedOn

func (o *ComponentMonitoringSummaryVaultData) SetIsLoggedOn(v bool)

SetIsLoggedOn sets IsLoggedOn field to given value.

HasIsLoggedOn

func (o *ComponentMonitoringSummaryVaultData) HasIsLoggedOn() bool

HasIsLoggedOn returns a boolean if a field has been set.

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