Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.62 KB

RebootVMRequest.md

File metadata and controls

56 lines (31 loc) · 1.62 KB

RebootVMRequest

Properties

Name Type Description Notes
Timeout Pointer to int64 Wait maximal timeout seconds for the shutdown. [optional]

Methods

NewRebootVMRequest

func NewRebootVMRequest() *RebootVMRequest

NewRebootVMRequest instantiates a new RebootVMRequest 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

NewRebootVMRequestWithDefaults

func NewRebootVMRequestWithDefaults() *RebootVMRequest

NewRebootVMRequestWithDefaults instantiates a new RebootVMRequest 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

GetTimeout

func (o *RebootVMRequest) GetTimeout() int64

GetTimeout returns the Timeout field if non-nil, zero value otherwise.

GetTimeoutOk

func (o *RebootVMRequest) GetTimeoutOk() (*int64, bool)

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

SetTimeout

func (o *RebootVMRequest) SetTimeout(v int64)

SetTimeout sets Timeout field to given value.

HasTimeout

func (o *RebootVMRequest) HasTimeout() bool

HasTimeout returns a boolean if a field has been set.

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