Name | Type | Description | Notes |
---|---|---|---|
CloudInfo | CloudSpecificInfo | ||
MasterRpcPort | int32 |
func NewMasterNode(cloudInfo CloudSpecificInfo, masterRpcPort int32, ) *MasterNode
NewMasterNode instantiates a new MasterNode 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 NewMasterNodeWithDefaults() *MasterNode
NewMasterNodeWithDefaults instantiates a new MasterNode 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 *MasterNode) GetCloudInfo() CloudSpecificInfo
GetCloudInfo returns the CloudInfo field if non-nil, zero value otherwise.
func (o *MasterNode) GetCloudInfoOk() (*CloudSpecificInfo, bool)
GetCloudInfoOk returns a tuple with the CloudInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MasterNode) SetCloudInfo(v CloudSpecificInfo)
SetCloudInfo sets CloudInfo field to given value.
func (o *MasterNode) GetMasterRpcPort() int32
GetMasterRpcPort returns the MasterRpcPort field if non-nil, zero value otherwise.
func (o *MasterNode) GetMasterRpcPortOk() (*int32, bool)
GetMasterRpcPortOk returns a tuple with the MasterRpcPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MasterNode) SetMasterRpcPort(v int32)
SetMasterRpcPort sets MasterRpcPort field to given value.