MetadataWithStateFqdnZoneIdAllOf
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewMetadataWithStateFqdnZoneIdAllOf(state ProvisioningState, fqdn string, zoneId string, ) *MetadataWithStateFqdnZoneIdAllOf
NewMetadataWithStateFqdnZoneIdAllOf instantiates a new MetadataWithStateFqdnZoneIdAllOf 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 NewMetadataWithStateFqdnZoneIdAllOfWithDefaults() *MetadataWithStateFqdnZoneIdAllOf
NewMetadataWithStateFqdnZoneIdAllOfWithDefaults instantiates a new MetadataWithStateFqdnZoneIdAllOf 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 *MetadataWithStateFqdnZoneIdAllOf) GetState() ProvisioningState
GetState returns the State field if non-nil, zero value otherwise.
func (o *MetadataWithStateFqdnZoneIdAllOf) GetStateOk() (*ProvisioningState, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithStateFqdnZoneIdAllOf) SetState(v ProvisioningState)
SetState sets State field to given value.
func (o *MetadataWithStateFqdnZoneIdAllOf) GetFqdn() string
GetFqdn returns the Fqdn field if non-nil, zero value otherwise.
func (o *MetadataWithStateFqdnZoneIdAllOf) GetFqdnOk() (*string, bool)
GetFqdnOk returns a tuple with the Fqdn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithStateFqdnZoneIdAllOf) SetFqdn(v string)
SetFqdn sets Fqdn field to given value.
func (o *MetadataWithStateFqdnZoneIdAllOf) GetZoneId() string
GetZoneId returns the ZoneId field if non-nil, zero value otherwise.
func (o *MetadataWithStateFqdnZoneIdAllOf) GetZoneIdOk() (*string, bool)
GetZoneIdOk returns a tuple with the ZoneId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithStateFqdnZoneIdAllOf) SetZoneId(v string)
SetZoneId sets ZoneId field to given value.
State
Fqdn
string
A fully qualified domain name. FQDN consists of two parts - the hostname and the domain name.
[readonly]
ZoneId
string
The ID (UUID) of the DNS zone of which record belongs to.
[readonly]