Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.78 KB

GatewayBasicInfo.md

File metadata and controls

134 lines (73 loc) · 3.78 KB

GatewayBasicInfo

Properties

Name Type Description Notes
ClusterDisplayName Pointer to string [optional]
ClusterId Pointer to int64 [optional]
ClusterName Pointer to string [optional]
ClusterUrl Pointer to string [optional]

Methods

NewGatewayBasicInfo

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

NewGatewayBasicInfoWithDefaults

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

GetClusterDisplayName

func (o *GatewayBasicInfo) GetClusterDisplayName() string

GetClusterDisplayName returns the ClusterDisplayName field if non-nil, zero value otherwise.

GetClusterDisplayNameOk

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.

SetClusterDisplayName

func (o *GatewayBasicInfo) SetClusterDisplayName(v string)

SetClusterDisplayName sets ClusterDisplayName field to given value.

HasClusterDisplayName

func (o *GatewayBasicInfo) HasClusterDisplayName() bool

HasClusterDisplayName returns a boolean if a field has been set.

GetClusterId

func (o *GatewayBasicInfo) GetClusterId() int64

GetClusterId returns the ClusterId field if non-nil, zero value otherwise.

GetClusterIdOk

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.

SetClusterId

func (o *GatewayBasicInfo) SetClusterId(v int64)

SetClusterId sets ClusterId field to given value.

HasClusterId

func (o *GatewayBasicInfo) HasClusterId() bool

HasClusterId returns a boolean if a field has been set.

GetClusterName

func (o *GatewayBasicInfo) GetClusterName() string

GetClusterName returns the ClusterName field if non-nil, zero value otherwise.

GetClusterNameOk

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.

SetClusterName

func (o *GatewayBasicInfo) SetClusterName(v string)

SetClusterName sets ClusterName field to given value.

HasClusterName

func (o *GatewayBasicInfo) HasClusterName() bool

HasClusterName returns a boolean if a field has been set.

GetClusterUrl

func (o *GatewayBasicInfo) GetClusterUrl() string

GetClusterUrl returns the ClusterUrl field if non-nil, zero value otherwise.

GetClusterUrlOk

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.

SetClusterUrl

func (o *GatewayBasicInfo) SetClusterUrl(v string)

SetClusterUrl sets ClusterUrl field to given value.

HasClusterUrl

func (o *GatewayBasicInfo) HasClusterUrl() bool

HasClusterUrl returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]