Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.62 KB

PodMonitorInfoV2.md

File metadata and controls

134 lines (73 loc) · 3.62 KB

PodMonitorInfoV2

Properties

Name Type Description Notes
Endpoints Pointer to []PodEndPointDataV2 The list of pod endpoints within this pod. An endpoint is basically a connection server in that pod. [optional]
Id Pointer to string Unique ID of the pod. [optional]
Name Pointer to string Display name for the pod. [optional]
SiteId Pointer to string The Id of the site this pod belongs to. [optional]

Methods

NewPodMonitorInfoV2

func NewPodMonitorInfoV2() *PodMonitorInfoV2

NewPodMonitorInfoV2 instantiates a new PodMonitorInfoV2 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

NewPodMonitorInfoV2WithDefaults

func NewPodMonitorInfoV2WithDefaults() *PodMonitorInfoV2

NewPodMonitorInfoV2WithDefaults instantiates a new PodMonitorInfoV2 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

GetEndpoints

func (o *PodMonitorInfoV2) GetEndpoints() []PodEndPointDataV2

GetEndpoints returns the Endpoints field if non-nil, zero value otherwise.

GetEndpointsOk

func (o *PodMonitorInfoV2) GetEndpointsOk() (*[]PodEndPointDataV2, bool)

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

SetEndpoints

func (o *PodMonitorInfoV2) SetEndpoints(v []PodEndPointDataV2)

SetEndpoints sets Endpoints field to given value.

HasEndpoints

func (o *PodMonitorInfoV2) HasEndpoints() bool

HasEndpoints returns a boolean if a field has been set.

GetId

func (o *PodMonitorInfoV2) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *PodMonitorInfoV2) GetIdOk() (*string, bool)

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

SetId

func (o *PodMonitorInfoV2) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *PodMonitorInfoV2) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *PodMonitorInfoV2) GetName() string

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

GetNameOk

func (o *PodMonitorInfoV2) 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 *PodMonitorInfoV2) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PodMonitorInfoV2) HasName() bool

HasName returns a boolean if a field has been set.

GetSiteId

func (o *PodMonitorInfoV2) GetSiteId() string

GetSiteId returns the SiteId field if non-nil, zero value otherwise.

GetSiteIdOk

func (o *PodMonitorInfoV2) GetSiteIdOk() (*string, bool)

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

SetSiteId

func (o *PodMonitorInfoV2) SetSiteId(v string)

SetSiteId sets SiteId field to given value.

HasSiteId

func (o *PodMonitorInfoV2) HasSiteId() bool

HasSiteId returns a boolean if a field has been set.

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