Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.12 KB

ApiAtlasProviderSettingsViewManual.md

File metadata and controls

51 lines (28 loc) · 2.12 KB

ApiAtlasProviderSettingsViewManual

Properties

Name Type Description Notes
ProviderName string Cloud service provider that applies to the provisioned the hosts. The `TENANT` value corresponds to an `M2` or `M5` multi-tenant cluster. For multi-tenant deployments, set providerSettings.providerName to `TENANT` and specify the cloud service provider in providerSettings.backingProviderName.

Methods

NewApiAtlasProviderSettingsViewManual

func NewApiAtlasProviderSettingsViewManual(providerName string, ) *ApiAtlasProviderSettingsViewManual

NewApiAtlasProviderSettingsViewManual instantiates a new ApiAtlasProviderSettingsViewManual 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

NewApiAtlasProviderSettingsViewManualWithDefaults

func NewApiAtlasProviderSettingsViewManualWithDefaults() *ApiAtlasProviderSettingsViewManual

NewApiAtlasProviderSettingsViewManualWithDefaults instantiates a new ApiAtlasProviderSettingsViewManual 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

GetProviderName

func (o *ApiAtlasProviderSettingsViewManual) GetProviderName() string

GetProviderName returns the ProviderName field if non-nil, zero value otherwise.

GetProviderNameOk

func (o *ApiAtlasProviderSettingsViewManual) GetProviderNameOk() (*string, bool)

GetProviderNameOk returns a tuple with the ProviderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProviderName

func (o *ApiAtlasProviderSettingsViewManual) SetProviderName(v string)

SetProviderName sets ProviderName field to given value.

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