ReplicaSetMetadata
Properties
Name | Type | Description | Notes |
---|---|---|---|
CreatedDate | Pointer to time.Time | The ISO 8601 creation timestamp. | [optional] [readonly] |
CreatedBy | Pointer to string | Unique name of the identity that created the resource. | [optional] [readonly] |
CreatedByUserId | Pointer to string | Unique id of the identity that created the resource. | [optional] [readonly] |
LastModifiedDate | Pointer to time.Time | The ISO 8601 modified timestamp. | [optional] [readonly] |
LastModifiedBy | Pointer to string | Unique name of the identity that last modified the resource. | [optional] [readonly] |
LastModifiedByUserId | Pointer to string | Unique id of the identity that last modified the resource. | [optional] [readonly] |
ResourceURN | Pointer to string | Unique name of the resource. | [optional] [readonly] |
State | string | ||
Message | Pointer to string | A human readable message describing the current state. In case of an error, the message will contain a detailed error message. | [optional] |
DnsName | string | The DNS name pointing to your replica set. Will be used to connect to the active/standalone instance. |
Methods
NewReplicaSetMetadata
func NewReplicaSetMetadata(state string, dnsName string, ) *ReplicaSetMetadata
NewReplicaSetMetadata instantiates a new ReplicaSetMetadata 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
NewReplicaSetMetadataWithDefaults
func NewReplicaSetMetadataWithDefaults() *ReplicaSetMetadata
NewReplicaSetMetadataWithDefaults instantiates a new ReplicaSetMetadata 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
GetCreatedDate
func (o *ReplicaSetMetadata) GetCreatedDate() time.Time
GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.
GetCreatedDateOk
func (o *ReplicaSetMetadata) GetCreatedDateOk() (*time.Time, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCreatedDate
func (o *ReplicaSetMetadata) SetCreatedDate(v time.Time)
SetCreatedDate sets CreatedDate field to given value.
HasCreatedDate
func (o *ReplicaSetMetadata) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
GetCreatedBy
func (o *ReplicaSetMetadata) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
GetCreatedByOk
func (o *ReplicaSetMetadata) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCreatedBy
func (o *ReplicaSetMetadata) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
HasCreatedBy
func (o *ReplicaSetMetadata) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
GetCreatedByUserId
func (o *ReplicaSetMetadata) GetCreatedByUserId() string
GetCreatedByUserId returns the CreatedByUserId field if non-nil, zero value otherwise.
GetCreatedByUserIdOk
func (o *ReplicaSetMetadata) GetCreatedByUserIdOk() (*string, bool)
GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCreatedByUserId
func (o *ReplicaSetMetadata) SetCreatedByUserId(v string)
SetCreatedByUserId sets CreatedByUserId field to given value.
HasCreatedByUserId
func (o *ReplicaSetMetadata) HasCreatedByUserId() bool
HasCreatedByUserId returns a boolean if a field has been set.
GetLastModifiedDate
func (o *ReplicaSetMetadata) GetLastModifiedDate() time.Time
GetLastModifiedDate returns the LastModifiedDate field if non-nil, zero value otherwise.
GetLastModifiedDateOk
func (o *ReplicaSetMetadata) GetLastModifiedDateOk() (*time.Time, bool)
GetLastModifiedDateOk returns a tuple with the LastModifiedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLastModifiedDate
func (o *ReplicaSetMetadata) SetLastModifiedDate(v time.Time)
SetLastModifiedDate sets LastModifiedDate field to given value.
HasLastModifiedDate
func (o *ReplicaSetMetadata) HasLastModifiedDate() bool
HasLastModifiedDate returns a boolean if a field has been set.
GetLastModifiedBy
func (o *ReplicaSetMetadata) GetLastModifiedBy() string
GetLastModifiedBy returns the LastModifiedBy field if non-nil, zero value otherwise.
GetLastModifiedByOk
func (o *ReplicaSetMetadata) GetLastModifiedByOk() (*string, bool)
GetLastModifiedByOk returns a tuple with the LastModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLastModifiedBy
func (o *ReplicaSetMetadata) SetLastModifiedBy(v string)
SetLastModifiedBy sets LastModifiedBy field to given value.
HasLastModifiedBy
func (o *ReplicaSetMetadata) HasLastModifiedBy() bool
HasLastModifiedBy returns a boolean if a field has been set.
GetLastModifiedByUserId
func (o *ReplicaSetMetadata) GetLastModifiedByUserId() string
GetLastModifiedByUserId returns the LastModifiedByUserId field if non-nil, zero value otherwise.
GetLastModifiedByUserIdOk
func (o *ReplicaSetMetadata) GetLastModifiedByUserIdOk() (*string, bool)
GetLastModifiedByUserIdOk returns a tuple with the LastModifiedByUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLastModifiedByUserId
func (o *ReplicaSetMetadata) SetLastModifiedByUserId(v string)
SetLastModifiedByUserId sets LastModifiedByUserId field to given value.
HasLastModifiedByUserId
func (o *ReplicaSetMetadata) HasLastModifiedByUserId() bool
HasLastModifiedByUserId returns a boolean if a field has been set.
GetResourceURN
func (o *ReplicaSetMetadata) GetResourceURN() string
GetResourceURN returns the ResourceURN field if non-nil, zero value otherwise.
GetResourceURNOk
func (o *ReplicaSetMetadata) GetResourceURNOk() (*string, bool)
GetResourceURNOk returns a tuple with the ResourceURN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetResourceURN
func (o *ReplicaSetMetadata) SetResourceURN(v string)
SetResourceURN sets ResourceURN field to given value.
HasResourceURN
func (o *ReplicaSetMetadata) HasResourceURN() bool
HasResourceURN returns a boolean if a field has been set.
GetState
func (o *ReplicaSetMetadata) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
GetStateOk
func (o *ReplicaSetMetadata) GetStateOk() (*string, 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.
SetState
func (o *ReplicaSetMetadata) SetState(v string)
SetState sets State field to given value.
GetMessage
func (o *ReplicaSetMetadata) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
GetMessageOk
func (o *ReplicaSetMetadata) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMessage
func (o *ReplicaSetMetadata) SetMessage(v string)
SetMessage sets Message field to given value.
HasMessage
func (o *ReplicaSetMetadata) HasMessage() bool
HasMessage returns a boolean if a field has been set.
GetDnsName
func (o *ReplicaSetMetadata) GetDnsName() string
GetDnsName returns the DnsName field if non-nil, zero value otherwise.
GetDnsNameOk
func (o *ReplicaSetMetadata) 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 *ReplicaSetMetadata) SetDnsName(v string)
SetDnsName sets DnsName field to given value.
Last updated