go-redfish/client/docs/IDRACResetRequestBody.md
James Gu 470a7752c6 Add iDrac reset api
Change-Id: Iec4e59341fd8a976b6aeda30d0671839643b04bf
2022-08-25 19:19:57 +00:00

1.7 KiB

IDRACResetRequestBody

Properties

Name Type Description Notes
ResetType Pointer to IDRACResetType [optional]

Methods

NewIDRACResetRequestBody

func NewIDRACResetRequestBody() *IDRACResetRequestBody

NewIDRACResetRequestBody instantiates a new IDRACResetRequestBody 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

NewIDRACResetRequestBodyWithDefaults

func NewIDRACResetRequestBodyWithDefaults() *IDRACResetRequestBody

NewIDRACResetRequestBodyWithDefaults instantiates a new IDRACResetRequestBody 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

GetResetType

func (o *IDRACResetRequestBody) GetResetType() IDRACResetType

GetResetType returns the ResetType field if non-nil, zero value otherwise.

GetResetTypeOk

func (o *IDRACResetRequestBody) GetResetTypeOk() (*IDRACResetType, bool)

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

SetResetType

func (o *IDRACResetRequestBody) SetResetType(v IDRACResetType)

SetResetType sets ResetType field to given value.

HasResetType

func (o *IDRACResetRequestBody) HasResetType() bool

HasResetType returns a boolean if a field has been set.

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