Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.43 KB

File metadata and controls

82 lines (45 loc) · 2.43 KB

GatewayNameInfo

Properties

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

Methods

NewGatewayNameInfo

func NewGatewayNameInfo() *GatewayNameInfo

NewGatewayNameInfo instantiates a new GatewayNameInfo 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

NewGatewayNameInfoWithDefaults

func NewGatewayNameInfoWithDefaults() *GatewayNameInfo

NewGatewayNameInfoWithDefaults instantiates a new GatewayNameInfo 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 *GatewayNameInfo) GetClusterDisplayName() string

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

GetClusterDisplayNameOk

func (o *GatewayNameInfo) 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 *GatewayNameInfo) SetClusterDisplayName(v string)

SetClusterDisplayName sets ClusterDisplayName field to given value.

HasClusterDisplayName

func (o *GatewayNameInfo) HasClusterDisplayName() bool

HasClusterDisplayName returns a boolean if a field has been set.

GetClusterName

func (o *GatewayNameInfo) GetClusterName() string

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

GetClusterNameOk

func (o *GatewayNameInfo) 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 *GatewayNameInfo) SetClusterName(v string)

SetClusterName sets ClusterName field to given value.

HasClusterName

func (o *GatewayNameInfo) HasClusterName() bool

HasClusterName returns a boolean if a field has been set.

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