Name | Type | Description | Notes |
---|---|---|---|
IP | Pointer to string | [optional] | |
Role | Pointer to string | [optional] | |
IsLoggedOn | Pointer to bool | [optional] |
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
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
func (o *ComponentMonitoringSummaryVaultData) GetIP() string
GetIP returns the IP field if non-nil, zero value otherwise.
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.
func (o *ComponentMonitoringSummaryVaultData) SetIP(v string)
SetIP sets IP field to given value.
func (o *ComponentMonitoringSummaryVaultData) HasIP() bool
HasIP returns a boolean if a field has been set.
func (o *ComponentMonitoringSummaryVaultData) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
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.
func (o *ComponentMonitoringSummaryVaultData) SetRole(v string)
SetRole sets Role field to given value.
func (o *ComponentMonitoringSummaryVaultData) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *ComponentMonitoringSummaryVaultData) GetIsLoggedOn() bool
GetIsLoggedOn returns the IsLoggedOn field if non-nil, zero value otherwise.
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.
func (o *ComponentMonitoringSummaryVaultData) SetIsLoggedOn(v bool)
SetIsLoggedOn sets IsLoggedOn field to given value.
func (o *ComponentMonitoringSummaryVaultData) HasIsLoggedOn() bool
HasIsLoggedOn returns a boolean if a field has been set.