ClusterMetadataAllOf1
Last updated
Was this helpful?
DnsName
Pointer to string
The DNS name used to access the cluster.
[optional] [readonly]
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
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
func (o *ClusterMetadataAllOf1) GetDnsName() string
GetDnsName returns the DnsName field if non-nil, zero value otherwise.
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.
func (o *ClusterMetadataAllOf1) SetDnsName(v string)
SetDnsName sets DnsName field to given value.
func (o *ClusterMetadataAllOf1) HasDnsName() bool
HasDnsName returns a boolean if a field has been set.
Last updated
Was this helpful?
Was this helpful?