Name | Type | Description | Notes |
---|---|---|---|
InternalYsqlServerRpcPort | Pointer to int32 | Internal YSQL RPC port | [optional] |
MasterHttpPort | Pointer to int32 | Master table HTTP port | [optional] |
MasterRpcPort | Pointer to int32 | Master table RCP port | [optional] |
NodeExporterPort | Pointer to int32 | Node exporter port | [optional] |
OtelCollectorMetricsPort | Pointer to int32 | Otel Collector metrics port | [optional] |
RedisServerHttpPort | Pointer to int32 | Redis HTTP port | [optional] |
RedisServerRpcPort | Pointer to int32 | Redis RPC port | [optional] |
TserverHttpPort | Pointer to int32 | Tablet server HTTP port | [optional] |
TserverRpcPort | Pointer to int32 | Tablet server RPC port | [optional] |
YbControllerHttpPort | Pointer to int32 | Yb controller HTTP port | [optional] |
YbControllerrRpcPort | Pointer to int32 | Yb controller RPC port | [optional] |
YqlServerHttpPort | Pointer to int32 | YQL HTTP port | [optional] |
YqlServerRpcPort | Pointer to int32 | YQL RPC port | [optional] |
YsqlServerHttpPort | Pointer to int32 | YSQL HTTP port | [optional] |
YsqlServerRpcPort | Pointer to int32 | YSQL RPC port | [optional] |
func NewCommunicationPorts() *CommunicationPorts
NewCommunicationPorts instantiates a new CommunicationPorts 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 NewCommunicationPortsWithDefaults() *CommunicationPorts
NewCommunicationPortsWithDefaults instantiates a new CommunicationPorts 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 *CommunicationPorts) GetInternalYsqlServerRpcPort() int32
GetInternalYsqlServerRpcPort returns the InternalYsqlServerRpcPort field if non-nil, zero value otherwise.
func (o *CommunicationPorts) GetInternalYsqlServerRpcPortOk() (*int32, bool)
GetInternalYsqlServerRpcPortOk returns a tuple with the InternalYsqlServerRpcPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommunicationPorts) SetInternalYsqlServerRpcPort(v int32)
SetInternalYsqlServerRpcPort sets InternalYsqlServerRpcPort field to given value.
func (o *CommunicationPorts) HasInternalYsqlServerRpcPort() bool
HasInternalYsqlServerRpcPort returns a boolean if a field has been set.
func (o *CommunicationPorts) GetMasterHttpPort() int32
GetMasterHttpPort returns the MasterHttpPort field if non-nil, zero value otherwise.
func (o *CommunicationPorts) GetMasterHttpPortOk() (*int32, bool)
GetMasterHttpPortOk returns a tuple with the MasterHttpPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommunicationPorts) SetMasterHttpPort(v int32)
SetMasterHttpPort sets MasterHttpPort field to given value.
func (o *CommunicationPorts) HasMasterHttpPort() bool
HasMasterHttpPort returns a boolean if a field has been set.
func (o *CommunicationPorts) GetMasterRpcPort() int32
GetMasterRpcPort returns the MasterRpcPort field if non-nil, zero value otherwise.
func (o *CommunicationPorts) 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 *CommunicationPorts) SetMasterRpcPort(v int32)
SetMasterRpcPort sets MasterRpcPort field to given value.
func (o *CommunicationPorts) HasMasterRpcPort() bool
HasMasterRpcPort returns a boolean if a field has been set.
func (o *CommunicationPorts) GetNodeExporterPort() int32
GetNodeExporterPort returns the NodeExporterPort field if non-nil, zero value otherwise.
func (o *CommunicationPorts) GetNodeExporterPortOk() (*int32, bool)
GetNodeExporterPortOk returns a tuple with the NodeExporterPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommunicationPorts) SetNodeExporterPort(v int32)
SetNodeExporterPort sets NodeExporterPort field to given value.
func (o *CommunicationPorts) HasNodeExporterPort() bool
HasNodeExporterPort returns a boolean if a field has been set.
func (o *CommunicationPorts) GetOtelCollectorMetricsPort() int32
GetOtelCollectorMetricsPort returns the OtelCollectorMetricsPort field if non-nil, zero value otherwise.
func (o *CommunicationPorts) GetOtelCollectorMetricsPortOk() (*int32, bool)
GetOtelCollectorMetricsPortOk returns a tuple with the OtelCollectorMetricsPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommunicationPorts) SetOtelCollectorMetricsPort(v int32)
SetOtelCollectorMetricsPort sets OtelCollectorMetricsPort field to given value.
func (o *CommunicationPorts) HasOtelCollectorMetricsPort() bool
HasOtelCollectorMetricsPort returns a boolean if a field has been set.
func (o *CommunicationPorts) GetRedisServerHttpPort() int32
GetRedisServerHttpPort returns the RedisServerHttpPort field if non-nil, zero value otherwise.
func (o *CommunicationPorts) GetRedisServerHttpPortOk() (*int32, bool)
GetRedisServerHttpPortOk returns a tuple with the RedisServerHttpPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommunicationPorts) SetRedisServerHttpPort(v int32)
SetRedisServerHttpPort sets RedisServerHttpPort field to given value.
func (o *CommunicationPorts) HasRedisServerHttpPort() bool
HasRedisServerHttpPort returns a boolean if a field has been set.
func (o *CommunicationPorts) GetRedisServerRpcPort() int32
GetRedisServerRpcPort returns the RedisServerRpcPort field if non-nil, zero value otherwise.
func (o *CommunicationPorts) GetRedisServerRpcPortOk() (*int32, bool)
GetRedisServerRpcPortOk returns a tuple with the RedisServerRpcPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommunicationPorts) SetRedisServerRpcPort(v int32)
SetRedisServerRpcPort sets RedisServerRpcPort field to given value.
func (o *CommunicationPorts) HasRedisServerRpcPort() bool
HasRedisServerRpcPort returns a boolean if a field has been set.
func (o *CommunicationPorts) GetTserverHttpPort() int32
GetTserverHttpPort returns the TserverHttpPort field if non-nil, zero value otherwise.
func (o *CommunicationPorts) GetTserverHttpPortOk() (*int32, bool)
GetTserverHttpPortOk returns a tuple with the TserverHttpPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommunicationPorts) SetTserverHttpPort(v int32)
SetTserverHttpPort sets TserverHttpPort field to given value.
func (o *CommunicationPorts) HasTserverHttpPort() bool
HasTserverHttpPort returns a boolean if a field has been set.
func (o *CommunicationPorts) GetTserverRpcPort() int32
GetTserverRpcPort returns the TserverRpcPort field if non-nil, zero value otherwise.
func (o *CommunicationPorts) GetTserverRpcPortOk() (*int32, bool)
GetTserverRpcPortOk returns a tuple with the TserverRpcPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommunicationPorts) SetTserverRpcPort(v int32)
SetTserverRpcPort sets TserverRpcPort field to given value.
func (o *CommunicationPorts) HasTserverRpcPort() bool
HasTserverRpcPort returns a boolean if a field has been set.
func (o *CommunicationPorts) GetYbControllerHttpPort() int32
GetYbControllerHttpPort returns the YbControllerHttpPort field if non-nil, zero value otherwise.
func (o *CommunicationPorts) GetYbControllerHttpPortOk() (*int32, bool)
GetYbControllerHttpPortOk returns a tuple with the YbControllerHttpPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommunicationPorts) SetYbControllerHttpPort(v int32)
SetYbControllerHttpPort sets YbControllerHttpPort field to given value.
func (o *CommunicationPorts) HasYbControllerHttpPort() bool
HasYbControllerHttpPort returns a boolean if a field has been set.
func (o *CommunicationPorts) GetYbControllerrRpcPort() int32
GetYbControllerrRpcPort returns the YbControllerrRpcPort field if non-nil, zero value otherwise.
func (o *CommunicationPorts) GetYbControllerrRpcPortOk() (*int32, bool)
GetYbControllerrRpcPortOk returns a tuple with the YbControllerrRpcPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommunicationPorts) SetYbControllerrRpcPort(v int32)
SetYbControllerrRpcPort sets YbControllerrRpcPort field to given value.
func (o *CommunicationPorts) HasYbControllerrRpcPort() bool
HasYbControllerrRpcPort returns a boolean if a field has been set.
func (o *CommunicationPorts) GetYqlServerHttpPort() int32
GetYqlServerHttpPort returns the YqlServerHttpPort field if non-nil, zero value otherwise.
func (o *CommunicationPorts) GetYqlServerHttpPortOk() (*int32, bool)
GetYqlServerHttpPortOk returns a tuple with the YqlServerHttpPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommunicationPorts) SetYqlServerHttpPort(v int32)
SetYqlServerHttpPort sets YqlServerHttpPort field to given value.
func (o *CommunicationPorts) HasYqlServerHttpPort() bool
HasYqlServerHttpPort returns a boolean if a field has been set.
func (o *CommunicationPorts) GetYqlServerRpcPort() int32
GetYqlServerRpcPort returns the YqlServerRpcPort field if non-nil, zero value otherwise.
func (o *CommunicationPorts) GetYqlServerRpcPortOk() (*int32, bool)
GetYqlServerRpcPortOk returns a tuple with the YqlServerRpcPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommunicationPorts) SetYqlServerRpcPort(v int32)
SetYqlServerRpcPort sets YqlServerRpcPort field to given value.
func (o *CommunicationPorts) HasYqlServerRpcPort() bool
HasYqlServerRpcPort returns a boolean if a field has been set.
func (o *CommunicationPorts) GetYsqlServerHttpPort() int32
GetYsqlServerHttpPort returns the YsqlServerHttpPort field if non-nil, zero value otherwise.
func (o *CommunicationPorts) GetYsqlServerHttpPortOk() (*int32, bool)
GetYsqlServerHttpPortOk returns a tuple with the YsqlServerHttpPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommunicationPorts) SetYsqlServerHttpPort(v int32)
SetYsqlServerHttpPort sets YsqlServerHttpPort field to given value.
func (o *CommunicationPorts) HasYsqlServerHttpPort() bool
HasYsqlServerHttpPort returns a boolean if a field has been set.
func (o *CommunicationPorts) GetYsqlServerRpcPort() int32
GetYsqlServerRpcPort returns the YsqlServerRpcPort field if non-nil, zero value otherwise.
func (o *CommunicationPorts) GetYsqlServerRpcPortOk() (*int32, bool)
GetYsqlServerRpcPortOk returns a tuple with the YsqlServerRpcPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommunicationPorts) SetYsqlServerRpcPort(v int32)
SetYsqlServerRpcPort sets YsqlServerRpcPort field to given value.
func (o *CommunicationPorts) HasYsqlServerRpcPort() bool
HasYsqlServerRpcPort returns a boolean if a field has been set.