Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.78 KB

XClusterInfo.md

File metadata and controls

56 lines (31 loc) · 1.78 KB

XClusterInfo

Properties

Name Type Description Notes
SourceRootCertDirPath Pointer to string The value of certs_for_cdc_dir gflag [optional]

Methods

NewXClusterInfo

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

NewXClusterInfoWithDefaults

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

GetSourceRootCertDirPath

func (o *XClusterInfo) GetSourceRootCertDirPath() string

GetSourceRootCertDirPath returns the SourceRootCertDirPath field if non-nil, zero value otherwise.

GetSourceRootCertDirPathOk

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.

SetSourceRootCertDirPath

func (o *XClusterInfo) SetSourceRootCertDirPath(v string)

SetSourceRootCertDirPath sets SourceRootCertDirPath field to given value.

HasSourceRootCertDirPath

func (o *XClusterInfo) HasSourceRootCertDirPath() bool

HasSourceRootCertDirPath returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]