For the complete documentation index, see llms.txt. This page is also available as Markdown.

ClusterMetadataAllOf1

Properties

Name
Type
Description
Notes

DnsName

Pointer to string

The DNS name used to access the cluster.

[optional] [readonly]

Methods

NewClusterMetadataAllOf1

func NewClusterMetadataAllOf1() *ClusterMetadataAllOf1

NewClusterMetadataAllOf1 instantiates a new ClusterMetadataAllOf1 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

NewClusterMetadataAllOf1WithDefaults

func NewClusterMetadataAllOf1WithDefaults() *ClusterMetadataAllOf1

NewClusterMetadataAllOf1WithDefaults instantiates a new ClusterMetadataAllOf1 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

GetDnsName

func (o *ClusterMetadataAllOf1) GetDnsName() string

GetDnsName returns the DnsName field if non-nil, zero value otherwise.

GetDnsNameOk

func (o *ClusterMetadataAllOf1) GetDnsNameOk() (*string, bool)

GetDnsNameOk returns a tuple with the DnsName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDnsName

func (o *ClusterMetadataAllOf1) SetDnsName(v string)

SetDnsName sets DnsName field to given value.

HasDnsName

func (o *ClusterMetadataAllOf1) HasDnsName() bool

HasDnsName returns a boolean if a field has been set.

Last updated

Was this helpful?