Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.51 KB

RemotePortRunStatusEntity.md

File metadata and controls

108 lines (59 loc) · 3.51 KB

RemotePortRunStatusEntity

Properties

Name Type Description Notes
Revision Pointer to RevisionDTO [optional]
State Pointer to string The run status of the RemotePort. [optional]
DisconnectedNodeAcknowledged Pointer to bool Acknowledges that this node is disconnected to allow for mutable requests to proceed. [optional]

Methods

NewRemotePortRunStatusEntity

func NewRemotePortRunStatusEntity() *RemotePortRunStatusEntity

NewRemotePortRunStatusEntity instantiates a new RemotePortRunStatusEntity 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

NewRemotePortRunStatusEntityWithDefaults

func NewRemotePortRunStatusEntityWithDefaults() *RemotePortRunStatusEntity

NewRemotePortRunStatusEntityWithDefaults instantiates a new RemotePortRunStatusEntity 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

GetRevision

func (o *RemotePortRunStatusEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field if non-nil, zero value otherwise.

GetRevisionOk

func (o *RemotePortRunStatusEntity) GetRevisionOk() (*RevisionDTO, bool)

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

SetRevision

func (o *RemotePortRunStatusEntity) SetRevision(v RevisionDTO)

SetRevision sets Revision field to given value.

HasRevision

func (o *RemotePortRunStatusEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

GetState

func (o *RemotePortRunStatusEntity) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

func (o *RemotePortRunStatusEntity) GetStateOk() (*string, bool)

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

SetState

func (o *RemotePortRunStatusEntity) SetState(v string)

SetState sets State field to given value.

HasState

func (o *RemotePortRunStatusEntity) HasState() bool

HasState returns a boolean if a field has been set.

GetDisconnectedNodeAcknowledged

func (o *RemotePortRunStatusEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field if non-nil, zero value otherwise.

GetDisconnectedNodeAcknowledgedOk

func (o *RemotePortRunStatusEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

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

SetDisconnectedNodeAcknowledged

func (o *RemotePortRunStatusEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged sets DisconnectedNodeAcknowledged field to given value.

HasDisconnectedNodeAcknowledged

func (o *RemotePortRunStatusEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

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