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] |
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
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
func (o *PodMonitorInfoV2) GetEndpoints() []PodEndPointDataV2
GetEndpoints returns the Endpoints field if non-nil, zero value otherwise.
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.
func (o *PodMonitorInfoV2) SetEndpoints(v []PodEndPointDataV2)
SetEndpoints sets Endpoints field to given value.
func (o *PodMonitorInfoV2) HasEndpoints() bool
HasEndpoints returns a boolean if a field has been set.
func (o *PodMonitorInfoV2) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *PodMonitorInfoV2) SetId(v string)
SetId sets Id field to given value.
func (o *PodMonitorInfoV2) HasId() bool
HasId returns a boolean if a field has been set.
func (o *PodMonitorInfoV2) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *PodMonitorInfoV2) SetName(v string)
SetName sets Name field to given value.
func (o *PodMonitorInfoV2) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PodMonitorInfoV2) GetSiteId() string
GetSiteId returns the SiteId field if non-nil, zero value otherwise.
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.
func (o *PodMonitorInfoV2) SetSiteId(v string)
SetSiteId sets SiteId field to given value.
func (o *PodMonitorInfoV2) HasSiteId() bool
HasSiteId returns a boolean if a field has been set.