Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.78 KB

VirtualInstanceStats.md

File metadata and controls

56 lines (31 loc) · 1.78 KB

VirtualInstanceStats

Properties

Name Type Description Notes
LastQueriedMs Pointer to int64 Milliseconds since Unix epoch Jan 1, 1970. [optional]

Methods

NewVirtualInstanceStats

func NewVirtualInstanceStats() *VirtualInstanceStats

NewVirtualInstanceStats instantiates a new VirtualInstanceStats 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

NewVirtualInstanceStatsWithDefaults

func NewVirtualInstanceStatsWithDefaults() *VirtualInstanceStats

NewVirtualInstanceStatsWithDefaults instantiates a new VirtualInstanceStats 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

GetLastQueriedMs

func (o *VirtualInstanceStats) GetLastQueriedMs() int64

GetLastQueriedMs returns the LastQueriedMs field if non-nil, zero value otherwise.

GetLastQueriedMsOk

func (o *VirtualInstanceStats) GetLastQueriedMsOk() (*int64, bool)

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

SetLastQueriedMs

func (o *VirtualInstanceStats) SetLastQueriedMs(v int64)

SetLastQueriedMs sets LastQueriedMs field to given value.

HasLastQueriedMs

func (o *VirtualInstanceStats) HasLastQueriedMs() bool

HasLastQueriedMs returns a boolean if a field has been set.

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