Skip to content

Latest commit

 

History

History
352 lines (191 loc) · 11.9 KB

V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner.md

File metadata and controls

352 lines (191 loc) · 11.9 KB

V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner

Properties

Name Type Description Notes
BindingId Pointer to string [optional]
BindingName Pointer to string [optional]
Credentials Pointer to map[string]string [optional]
InstanceId Pointer to string [optional]
InstanceName Pointer to string [optional]
Label Pointer to string [optional]
Name Pointer to string [optional]
Plan Pointer to string [optional]
Provider Pointer to NullableString [optional]
SyslogDrainUrl Pointer to string [optional]
Tags Pointer to []string [optional]
VolumeMounts Pointer to []string [optional]

Methods

NewV3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner

func NewV3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner() *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner

NewV3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner instantiates a new V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner 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

NewV3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInnerWithDefaults

func NewV3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInnerWithDefaults() *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner

NewV3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInnerWithDefaults instantiates a new V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner 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

GetBindingId

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetBindingId() string

GetBindingId returns the BindingId field if non-nil, zero value otherwise.

GetBindingIdOk

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetBindingIdOk() (*string, bool)

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

SetBindingId

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) SetBindingId(v string)

SetBindingId sets BindingId field to given value.

HasBindingId

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) HasBindingId() bool

HasBindingId returns a boolean if a field has been set.

GetBindingName

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetBindingName() string

GetBindingName returns the BindingName field if non-nil, zero value otherwise.

GetBindingNameOk

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetBindingNameOk() (*string, bool)

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

SetBindingName

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) SetBindingName(v string)

SetBindingName sets BindingName field to given value.

HasBindingName

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) HasBindingName() bool

HasBindingName returns a boolean if a field has been set.

GetCredentials

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetCredentials() map[string]string

GetCredentials returns the Credentials field if non-nil, zero value otherwise.

GetCredentialsOk

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetCredentialsOk() (*map[string]string, bool)

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

SetCredentials

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) SetCredentials(v map[string]string)

SetCredentials sets Credentials field to given value.

HasCredentials

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) HasCredentials() bool

HasCredentials returns a boolean if a field has been set.

GetInstanceId

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetInstanceId() string

GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.

GetInstanceIdOk

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetInstanceIdOk() (*string, bool)

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

SetInstanceId

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) SetInstanceId(v string)

SetInstanceId sets InstanceId field to given value.

HasInstanceId

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) HasInstanceId() bool

HasInstanceId returns a boolean if a field has been set.

GetInstanceName

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetInstanceName() string

GetInstanceName returns the InstanceName field if non-nil, zero value otherwise.

GetInstanceNameOk

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetInstanceNameOk() (*string, bool)

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

SetInstanceName

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) SetInstanceName(v string)

SetInstanceName sets InstanceName field to given value.

HasInstanceName

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) HasInstanceName() bool

HasInstanceName returns a boolean if a field has been set.

GetLabel

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetLabelOk() (*string, bool)

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

SetLabel

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetName

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) 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.

SetName

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) HasName() bool

HasName returns a boolean if a field has been set.

GetPlan

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetPlan() string

GetPlan returns the Plan field if non-nil, zero value otherwise.

GetPlanOk

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetPlanOk() (*string, bool)

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

SetPlan

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) SetPlan(v string)

SetPlan sets Plan field to given value.

HasPlan

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) HasPlan() bool

HasPlan returns a boolean if a field has been set.

GetProvider

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetProvider() string

GetProvider returns the Provider field if non-nil, zero value otherwise.

GetProviderOk

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetProviderOk() (*string, bool)

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

SetProvider

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) SetProvider(v string)

SetProvider sets Provider field to given value.

HasProvider

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) HasProvider() bool

HasProvider returns a boolean if a field has been set.

SetProviderNil

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) SetProviderNil(b bool)

SetProviderNil sets the value for Provider to be an explicit nil

UnsetProvider

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) UnsetProvider()

UnsetProvider ensures that no value is present for Provider, not even an explicit nil

GetSyslogDrainUrl

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetSyslogDrainUrl() string

GetSyslogDrainUrl returns the SyslogDrainUrl field if non-nil, zero value otherwise.

GetSyslogDrainUrlOk

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetSyslogDrainUrlOk() (*string, bool)

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

SetSyslogDrainUrl

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) SetSyslogDrainUrl(v string)

SetSyslogDrainUrl sets SyslogDrainUrl field to given value.

HasSyslogDrainUrl

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) HasSyslogDrainUrl() bool

HasSyslogDrainUrl returns a boolean if a field has been set.

GetTags

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetTags() []string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetTagsOk() (*[]string, bool)

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

SetTags

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) HasTags() bool

HasTags returns a boolean if a field has been set.

GetVolumeMounts

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetVolumeMounts() []string

GetVolumeMounts returns the VolumeMounts field if non-nil, zero value otherwise.

GetVolumeMountsOk

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) GetVolumeMountsOk() (*[]string, bool)

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

SetVolumeMounts

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) SetVolumeMounts(v []string)

SetVolumeMounts sets VolumeMounts field to given value.

HasVolumeMounts

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner) HasVolumeMounts() bool

HasVolumeMounts returns a boolean if a field has been set.

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