Name | Type | Description | Notes |
---|---|---|---|
ApiGatewayUrl | Pointer to string | [optional] | |
ClusterId | Pointer to string | [optional] | |
GatorClusterId | Pointer to int64 | [optional] | |
Global | Pointer to BastionGlobalConf | [optional] | |
SshBastion | Pointer to SshBastionConf | [optional] | |
WebBastion | Pointer to WebBastionConf | [optional] |
func NewBastionConfigReplyObj() *BastionConfigReplyObj
NewBastionConfigReplyObj instantiates a new BastionConfigReplyObj 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 NewBastionConfigReplyObjWithDefaults() *BastionConfigReplyObj
NewBastionConfigReplyObjWithDefaults instantiates a new BastionConfigReplyObj 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 *BastionConfigReplyObj) GetApiGatewayUrl() string
GetApiGatewayUrl returns the ApiGatewayUrl field if non-nil, zero value otherwise.
func (o *BastionConfigReplyObj) GetApiGatewayUrlOk() (*string, bool)
GetApiGatewayUrlOk returns a tuple with the ApiGatewayUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BastionConfigReplyObj) SetApiGatewayUrl(v string)
SetApiGatewayUrl sets ApiGatewayUrl field to given value.
func (o *BastionConfigReplyObj) HasApiGatewayUrl() bool
HasApiGatewayUrl returns a boolean if a field has been set.
func (o *BastionConfigReplyObj) GetClusterId() string
GetClusterId returns the ClusterId field if non-nil, zero value otherwise.
func (o *BastionConfigReplyObj) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BastionConfigReplyObj) SetClusterId(v string)
SetClusterId sets ClusterId field to given value.
func (o *BastionConfigReplyObj) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (o *BastionConfigReplyObj) GetGatorClusterId() int64
GetGatorClusterId returns the GatorClusterId field if non-nil, zero value otherwise.
func (o *BastionConfigReplyObj) GetGatorClusterIdOk() (*int64, bool)
GetGatorClusterIdOk returns a tuple with the GatorClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BastionConfigReplyObj) SetGatorClusterId(v int64)
SetGatorClusterId sets GatorClusterId field to given value.
func (o *BastionConfigReplyObj) HasGatorClusterId() bool
HasGatorClusterId returns a boolean if a field has been set.
func (o *BastionConfigReplyObj) GetGlobal() BastionGlobalConf
GetGlobal returns the Global field if non-nil, zero value otherwise.
func (o *BastionConfigReplyObj) GetGlobalOk() (*BastionGlobalConf, bool)
GetGlobalOk returns a tuple with the Global field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BastionConfigReplyObj) SetGlobal(v BastionGlobalConf)
SetGlobal sets Global field to given value.
func (o *BastionConfigReplyObj) HasGlobal() bool
HasGlobal returns a boolean if a field has been set.
func (o *BastionConfigReplyObj) GetSshBastion() SshBastionConf
GetSshBastion returns the SshBastion field if non-nil, zero value otherwise.
func (o *BastionConfigReplyObj) GetSshBastionOk() (*SshBastionConf, bool)
GetSshBastionOk returns a tuple with the SshBastion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BastionConfigReplyObj) SetSshBastion(v SshBastionConf)
SetSshBastion sets SshBastion field to given value.
func (o *BastionConfigReplyObj) HasSshBastion() bool
HasSshBastion returns a boolean if a field has been set.
func (o *BastionConfigReplyObj) GetWebBastion() WebBastionConf
GetWebBastion returns the WebBastion field if non-nil, zero value otherwise.
func (o *BastionConfigReplyObj) GetWebBastionOk() (*WebBastionConf, bool)
GetWebBastionOk returns a tuple with the WebBastion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BastionConfigReplyObj) SetWebBastion(v WebBastionConf)
SetWebBastion sets WebBastion field to given value.
func (o *BastionConfigReplyObj) HasWebBastion() bool
HasWebBastion returns a boolean if a field has been set.