ReplicaSetMetadataAllOf
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewReplicaSetMetadataAllOf(dnsName string, ) *ReplicaSetMetadataAllOf
NewReplicaSetMetadataAllOf instantiates a new ReplicaSetMetadataAllOf 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 NewReplicaSetMetadataAllOfWithDefaults() *ReplicaSetMetadataAllOf
NewReplicaSetMetadataAllOfWithDefaults instantiates a new ReplicaSetMetadataAllOf 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 *ReplicaSetMetadataAllOf) GetDnsName() string
GetDnsName returns the DnsName field if non-nil, zero value otherwise.
func (o *ReplicaSetMetadataAllOf) 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 *ReplicaSetMetadataAllOf) SetDnsName(v string)
SetDnsName sets DnsName field to given value.
DnsName
string
The DNS name pointing to your replica set. Will be used to connect to the active/standalone instance.