Name | Type | Description | Notes |
---|---|---|---|
CloudProviderConfig | Pointer to ApiAtlasDataLakeCloudProviderConfigView | [optional] | |
DataProcessRegion | Pointer to ApiAtlasDataLakeDataProcessRegionView | [optional] | |
Name | Pointer to string | Human-readable label that identifies the data lake. | [optional] [readonly] |
Storage | Pointer to ApiAtlasDataLakeStorageView | [optional] |
func NewApiAtlasDataLakeTenantView() *ApiAtlasDataLakeTenantView
NewApiAtlasDataLakeTenantView instantiates a new ApiAtlasDataLakeTenantView 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 NewApiAtlasDataLakeTenantViewWithDefaults() *ApiAtlasDataLakeTenantView
NewApiAtlasDataLakeTenantViewWithDefaults instantiates a new ApiAtlasDataLakeTenantView 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 *ApiAtlasDataLakeTenantView) GetCloudProviderConfig() ApiAtlasDataLakeCloudProviderConfigView
GetCloudProviderConfig returns the CloudProviderConfig field if non-nil, zero value otherwise.
func (o *ApiAtlasDataLakeTenantView) GetCloudProviderConfigOk() (*ApiAtlasDataLakeCloudProviderConfigView, bool)
GetCloudProviderConfigOk returns a tuple with the CloudProviderConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasDataLakeTenantView) SetCloudProviderConfig(v ApiAtlasDataLakeCloudProviderConfigView)
SetCloudProviderConfig sets CloudProviderConfig field to given value.
func (o *ApiAtlasDataLakeTenantView) HasCloudProviderConfig() bool
HasCloudProviderConfig returns a boolean if a field has been set.
func (o *ApiAtlasDataLakeTenantView) GetDataProcessRegion() ApiAtlasDataLakeDataProcessRegionView
GetDataProcessRegion returns the DataProcessRegion field if non-nil, zero value otherwise.
func (o *ApiAtlasDataLakeTenantView) GetDataProcessRegionOk() (*ApiAtlasDataLakeDataProcessRegionView, bool)
GetDataProcessRegionOk returns a tuple with the DataProcessRegion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasDataLakeTenantView) SetDataProcessRegion(v ApiAtlasDataLakeDataProcessRegionView)
SetDataProcessRegion sets DataProcessRegion field to given value.
func (o *ApiAtlasDataLakeTenantView) HasDataProcessRegion() bool
HasDataProcessRegion returns a boolean if a field has been set.
func (o *ApiAtlasDataLakeTenantView) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ApiAtlasDataLakeTenantView) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasDataLakeTenantView) SetName(v string)
SetName sets Name field to given value.
func (o *ApiAtlasDataLakeTenantView) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ApiAtlasDataLakeTenantView) GetStorage() ApiAtlasDataLakeStorageView
GetStorage returns the Storage field if non-nil, zero value otherwise.
func (o *ApiAtlasDataLakeTenantView) GetStorageOk() (*ApiAtlasDataLakeStorageView, bool)
GetStorageOk returns a tuple with the Storage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasDataLakeTenantView) SetStorage(v ApiAtlasDataLakeStorageView)
SetStorage sets Storage field to given value.
func (o *ApiAtlasDataLakeTenantView) HasStorage() bool
HasStorage returns a boolean if a field has been set.