Name | Type | Description | Notes |
---|---|---|---|
ClusterDisplayName | Pointer to string | [optional] | |
ClusterId | Pointer to int64 | [optional] | |
ClusterName | Pointer to string | [optional] | |
ClusterUrl | Pointer to string | [optional] |
func NewGatewayBasicInfo() *GatewayBasicInfo
NewGatewayBasicInfo instantiates a new GatewayBasicInfo 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 NewGatewayBasicInfoWithDefaults() *GatewayBasicInfo
NewGatewayBasicInfoWithDefaults instantiates a new GatewayBasicInfo 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 *GatewayBasicInfo) GetClusterDisplayName() string
GetClusterDisplayName returns the ClusterDisplayName field if non-nil, zero value otherwise.
func (o *GatewayBasicInfo) GetClusterDisplayNameOk() (*string, bool)
GetClusterDisplayNameOk returns a tuple with the ClusterDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayBasicInfo) SetClusterDisplayName(v string)
SetClusterDisplayName sets ClusterDisplayName field to given value.
func (o *GatewayBasicInfo) HasClusterDisplayName() bool
HasClusterDisplayName returns a boolean if a field has been set.
func (o *GatewayBasicInfo) GetClusterId() int64
GetClusterId returns the ClusterId field if non-nil, zero value otherwise.
func (o *GatewayBasicInfo) GetClusterIdOk() (*int64, 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 *GatewayBasicInfo) SetClusterId(v int64)
SetClusterId sets ClusterId field to given value.
func (o *GatewayBasicInfo) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (o *GatewayBasicInfo) GetClusterName() string
GetClusterName returns the ClusterName field if non-nil, zero value otherwise.
func (o *GatewayBasicInfo) GetClusterNameOk() (*string, bool)
GetClusterNameOk returns a tuple with the ClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayBasicInfo) SetClusterName(v string)
SetClusterName sets ClusterName field to given value.
func (o *GatewayBasicInfo) HasClusterName() bool
HasClusterName returns a boolean if a field has been set.
func (o *GatewayBasicInfo) GetClusterUrl() string
GetClusterUrl returns the ClusterUrl field if non-nil, zero value otherwise.
func (o *GatewayBasicInfo) GetClusterUrlOk() (*string, bool)
GetClusterUrlOk returns a tuple with the ClusterUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayBasicInfo) SetClusterUrl(v string)
SetClusterUrl sets ClusterUrl field to given value.
func (o *GatewayBasicInfo) HasClusterUrl() bool
HasClusterUrl returns a boolean if a field has been set.