Name | Type | Description | Notes |
---|---|---|---|
UniverseName | Pointer to string | WARNING: This is a preview API that could change. Impacted Universe name | [optional] [readonly] |
UniverseUUID | Pointer to string | WARNING: This is a preview API that could change. Impacted Universe UUID | [optional] [readonly] |
YbSoftwareVersion | Pointer to string | WARNING: This is a preview API that could change. Impacted Universe version | [optional] [readonly] |
func NewImpactedXClusterConnectedUniverse() *ImpactedXClusterConnectedUniverse
NewImpactedXClusterConnectedUniverse instantiates a new ImpactedXClusterConnectedUniverse 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 NewImpactedXClusterConnectedUniverseWithDefaults() *ImpactedXClusterConnectedUniverse
NewImpactedXClusterConnectedUniverseWithDefaults instantiates a new ImpactedXClusterConnectedUniverse 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 *ImpactedXClusterConnectedUniverse) GetUniverseName() string
GetUniverseName returns the UniverseName field if non-nil, zero value otherwise.
func (o *ImpactedXClusterConnectedUniverse) GetUniverseNameOk() (*string, bool)
GetUniverseNameOk returns a tuple with the UniverseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImpactedXClusterConnectedUniverse) SetUniverseName(v string)
SetUniverseName sets UniverseName field to given value.
func (o *ImpactedXClusterConnectedUniverse) HasUniverseName() bool
HasUniverseName returns a boolean if a field has been set.
func (o *ImpactedXClusterConnectedUniverse) GetUniverseUUID() string
GetUniverseUUID returns the UniverseUUID field if non-nil, zero value otherwise.
func (o *ImpactedXClusterConnectedUniverse) GetUniverseUUIDOk() (*string, bool)
GetUniverseUUIDOk returns a tuple with the UniverseUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImpactedXClusterConnectedUniverse) SetUniverseUUID(v string)
SetUniverseUUID sets UniverseUUID field to given value.
func (o *ImpactedXClusterConnectedUniverse) HasUniverseUUID() bool
HasUniverseUUID returns a boolean if a field has been set.
func (o *ImpactedXClusterConnectedUniverse) GetYbSoftwareVersion() string
GetYbSoftwareVersion returns the YbSoftwareVersion field if non-nil, zero value otherwise.
func (o *ImpactedXClusterConnectedUniverse) GetYbSoftwareVersionOk() (*string, bool)
GetYbSoftwareVersionOk returns a tuple with the YbSoftwareVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImpactedXClusterConnectedUniverse) SetYbSoftwareVersion(v string)
SetYbSoftwareVersion sets YbSoftwareVersion field to given value.
func (o *ImpactedXClusterConnectedUniverse) HasYbSoftwareVersion() bool
HasYbSoftwareVersion returns a boolean if a field has been set.