PostgresClusterConnection
Last updated
Was this helpful?
DatacenterId
string
The datacenter to connect your instance to.
LanId
string
The numeric LAN ID to connect your instance to.
PrimaryInstanceAddress
string
Assigns the IP address and netmask to the cluster's primary instance. Note the following unavailable IP range: 10.208.0.0/12
func NewPostgresClusterConnection(datacenterId string, lanId string, primaryInstanceAddress string, ) *PostgresClusterConnection
NewPostgresClusterConnection instantiates a new PostgresClusterConnection 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 NewPostgresClusterConnectionWithDefaults() *PostgresClusterConnection
NewPostgresClusterConnectionWithDefaults instantiates a new PostgresClusterConnection 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 *PostgresClusterConnection) GetDatacenterId() string
GetDatacenterId returns the DatacenterId field if non-nil, zero value otherwise.
func (o *PostgresClusterConnection) GetDatacenterIdOk() (*string, bool)
GetDatacenterIdOk returns a tuple with the DatacenterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresClusterConnection) SetDatacenterId(v string)
SetDatacenterId sets DatacenterId field to given value.
func (o *PostgresClusterConnection) GetLanId() string
GetLanId returns the LanId field if non-nil, zero value otherwise.
func (o *PostgresClusterConnection) GetLanIdOk() (*string, bool)
GetLanIdOk returns a tuple with the LanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresClusterConnection) SetLanId(v string)
SetLanId sets LanId field to given value.
func (o *PostgresClusterConnection) GetPrimaryInstanceAddress() string
GetPrimaryInstanceAddress returns the PrimaryInstanceAddress field if non-nil, zero value otherwise.
func (o *PostgresClusterConnection) GetPrimaryInstanceAddressOk() (*string, bool)
GetPrimaryInstanceAddressOk returns a tuple with the PrimaryInstanceAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresClusterConnection) SetPrimaryInstanceAddress(v string)
SetPrimaryInstanceAddress sets PrimaryInstanceAddress field to given value.
Last updated
Was this helpful?
Was this helpful?