Name | Type | Description | Notes |
---|---|---|---|
SourceRootCertDirPath | Pointer to string | The value of certs_for_cdc_dir gflag | [optional] |
func NewXClusterInfo() *XClusterInfo
NewXClusterInfo instantiates a new XClusterInfo 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 NewXClusterInfoWithDefaults() *XClusterInfo
NewXClusterInfoWithDefaults instantiates a new XClusterInfo 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 *XClusterInfo) GetSourceRootCertDirPath() string
GetSourceRootCertDirPath returns the SourceRootCertDirPath field if non-nil, zero value otherwise.
func (o *XClusterInfo) GetSourceRootCertDirPathOk() (*string, bool)
GetSourceRootCertDirPathOk returns a tuple with the SourceRootCertDirPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XClusterInfo) SetSourceRootCertDirPath(v string)
SetSourceRootCertDirPath sets SourceRootCertDirPath field to given value.
func (o *XClusterInfo) HasSourceRootCertDirPath() bool
HasSourceRootCertDirPath returns a boolean if a field has been set.