| Name | Type | Description | Notes |
|---|---|---|---|
| ApplicationClassName | Pointer to string | The name of the class applied to the object, it can be preceded by the class directory. | [optional] |
| ApplicationClassParameters | Pointer to []ApiClassParameterOutputEntry | The class parameters applied to the application and their value: <b><class-parameter1>=<value1>&<class-parameter2>=<value2>&...</b> . | [optional] |
| ApplicationFqdn | Pointer to string | The FQDN of the application. | [optional] |
| GslbserverId | Pointer to string | The database identifier (ID) of the GSLB server associated with the application. It is only returned for deployed applications. | [optional] |
| GslbserverList | Pointer to string | The name of all the GSLB servers associated with the application. It lists the name of each server separated by a comma. | [optional] |
| GslbserverName | Pointer to string | The name of the GSLB server associated with the application. It is only returned for deployed applications. | [optional] |
| GslbserverStatus | Pointer to string | The status of the GSLB server associated with the application, either OK (<b>1</b>), GSLB Stopped (<b>2</b>), GSLB Invalid Credentials (<b>4</b>) or GSLB Timeout (<b>5</b>). It is only returned for deployed applications. | [optional] |
| ApplicationId | Pointer to string | The database identifier (ID) of the application. | [optional] |
| ApplicationInactiveNodes | Pointer to string | The number of nodes of the application that are <b>Inactive</b> (down). | [optional] |
| ApplicationName | Pointer to string | The name of the application. | [optional] |
| ApplicationTotalNodes | Pointer to string | The number of nodes of the application. | [optional] |
| ApplicationDelayedTime | Pointer to string | The delay of creation/deletion status. <b>1</b> indicates that the object is not created/deleted yet. | [optional] |
| GslbserverType | Pointer to string | The type of DNS server associated with the application. It is only returned for deployed applications. | [optional] |
| ApplicationMultistatus | Pointer to string | The Multi-status information is displayed as follows: <i><number-of-instances>@<message-number>@<multi-status-severity>@<module></i>. The different severity levels are:<br><b>Multi-status severity levels</b> <table border=1> <thead> <tr > <td><b>Message number</b></td> <td><b>Severity</b></td> <td><b>Description</b></td> </tr> </thead> <tbody> <tr valign=middle> <td>0 - 16</td> <td>Emergency</td> <td>The object configuration prevents the system from running properly. Action is required.</td> </tr> <tr valign=middle> <td>17 - 33</td> <td>Critical</td> <td>The object configuration is in critical conditions. Immediate action is recommended.</td> </tr> <tr valign=middle> <td>34 - 50</td> <td>Error</td> <td>The object configuration failed at some level. Action is recommended.</td> </tr> <tr valign=middle> <td>51 - 66</td> <td>Warning</td> <td>The object configuration triggers error messages if no action is taken. Action to be taken at your discretion.</td> </tr> <tr valign=middle> <td>67 - 83</td> <td>Notice</td> <td>The object configuration is normal but undergoing events that might trigger errors. No immediate action required.</td> </tr> <tr valign=middle> <td>84 - 100</td> <td>Informational</td> <td>The object configuration is normal, operational messages (might inform you about potential incompatibilities with other modules, etc). No action required.</td> </tr> </tbody></table> | [optional] |
| ParentApplicationId | Pointer to string | The database identifier (ID) of the application. It is only returned for deployed applications. | [optional] |
| ParentApplicationName | Pointer to string | The name of the application. It is only returned for deployed applications. | [optional] |
func NewDataInnerAppApplicationData() *DataInnerAppApplicationData
NewDataInnerAppApplicationData instantiates a new DataInnerAppApplicationData 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 NewDataInnerAppApplicationDataWithDefaults() *DataInnerAppApplicationData
NewDataInnerAppApplicationDataWithDefaults instantiates a new DataInnerAppApplicationData 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 *DataInnerAppApplicationData) GetApplicationClassName() string
GetApplicationClassName returns the ApplicationClassName field if non-nil, zero value otherwise.
func (o *DataInnerAppApplicationData) GetApplicationClassNameOk() (*string, bool)
GetApplicationClassNameOk returns a tuple with the ApplicationClassName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerAppApplicationData) SetApplicationClassName(v string)
SetApplicationClassName sets ApplicationClassName field to given value.
func (o *DataInnerAppApplicationData) HasApplicationClassName() bool
HasApplicationClassName returns a boolean if a field has been set.
func (o *DataInnerAppApplicationData) GetApplicationClassParameters() []ApiClassParameterOutputEntry
GetApplicationClassParameters returns the ApplicationClassParameters field if non-nil, zero value otherwise.
func (o *DataInnerAppApplicationData) GetApplicationClassParametersOk() (*[]ApiClassParameterOutputEntry, bool)
GetApplicationClassParametersOk returns a tuple with the ApplicationClassParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerAppApplicationData) SetApplicationClassParameters(v []ApiClassParameterOutputEntry)
SetApplicationClassParameters sets ApplicationClassParameters field to given value.
func (o *DataInnerAppApplicationData) HasApplicationClassParameters() bool
HasApplicationClassParameters returns a boolean if a field has been set.
func (o *DataInnerAppApplicationData) GetApplicationFqdn() string
GetApplicationFqdn returns the ApplicationFqdn field if non-nil, zero value otherwise.
func (o *DataInnerAppApplicationData) GetApplicationFqdnOk() (*string, bool)
GetApplicationFqdnOk returns a tuple with the ApplicationFqdn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerAppApplicationData) SetApplicationFqdn(v string)
SetApplicationFqdn sets ApplicationFqdn field to given value.
func (o *DataInnerAppApplicationData) HasApplicationFqdn() bool
HasApplicationFqdn returns a boolean if a field has been set.
func (o *DataInnerAppApplicationData) GetGslbserverId() string
GetGslbserverId returns the GslbserverId field if non-nil, zero value otherwise.
func (o *DataInnerAppApplicationData) GetGslbserverIdOk() (*string, bool)
GetGslbserverIdOk returns a tuple with the GslbserverId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerAppApplicationData) SetGslbserverId(v string)
SetGslbserverId sets GslbserverId field to given value.
func (o *DataInnerAppApplicationData) HasGslbserverId() bool
HasGslbserverId returns a boolean if a field has been set.
func (o *DataInnerAppApplicationData) GetGslbserverList() string
GetGslbserverList returns the GslbserverList field if non-nil, zero value otherwise.
func (o *DataInnerAppApplicationData) GetGslbserverListOk() (*string, bool)
GetGslbserverListOk returns a tuple with the GslbserverList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerAppApplicationData) SetGslbserverList(v string)
SetGslbserverList sets GslbserverList field to given value.
func (o *DataInnerAppApplicationData) HasGslbserverList() bool
HasGslbserverList returns a boolean if a field has been set.
func (o *DataInnerAppApplicationData) GetGslbserverName() string
GetGslbserverName returns the GslbserverName field if non-nil, zero value otherwise.
func (o *DataInnerAppApplicationData) GetGslbserverNameOk() (*string, bool)
GetGslbserverNameOk returns a tuple with the GslbserverName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerAppApplicationData) SetGslbserverName(v string)
SetGslbserverName sets GslbserverName field to given value.
func (o *DataInnerAppApplicationData) HasGslbserverName() bool
HasGslbserverName returns a boolean if a field has been set.
func (o *DataInnerAppApplicationData) GetGslbserverStatus() string
GetGslbserverStatus returns the GslbserverStatus field if non-nil, zero value otherwise.
func (o *DataInnerAppApplicationData) GetGslbserverStatusOk() (*string, bool)
GetGslbserverStatusOk returns a tuple with the GslbserverStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerAppApplicationData) SetGslbserverStatus(v string)
SetGslbserverStatus sets GslbserverStatus field to given value.
func (o *DataInnerAppApplicationData) HasGslbserverStatus() bool
HasGslbserverStatus returns a boolean if a field has been set.
func (o *DataInnerAppApplicationData) GetApplicationId() string
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *DataInnerAppApplicationData) GetApplicationIdOk() (*string, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerAppApplicationData) SetApplicationId(v string)
SetApplicationId sets ApplicationId field to given value.
func (o *DataInnerAppApplicationData) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *DataInnerAppApplicationData) GetApplicationInactiveNodes() string
GetApplicationInactiveNodes returns the ApplicationInactiveNodes field if non-nil, zero value otherwise.
func (o *DataInnerAppApplicationData) GetApplicationInactiveNodesOk() (*string, bool)
GetApplicationInactiveNodesOk returns a tuple with the ApplicationInactiveNodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerAppApplicationData) SetApplicationInactiveNodes(v string)
SetApplicationInactiveNodes sets ApplicationInactiveNodes field to given value.
func (o *DataInnerAppApplicationData) HasApplicationInactiveNodes() bool
HasApplicationInactiveNodes returns a boolean if a field has been set.
func (o *DataInnerAppApplicationData) GetApplicationName() string
GetApplicationName returns the ApplicationName field if non-nil, zero value otherwise.
func (o *DataInnerAppApplicationData) GetApplicationNameOk() (*string, bool)
GetApplicationNameOk returns a tuple with the ApplicationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerAppApplicationData) SetApplicationName(v string)
SetApplicationName sets ApplicationName field to given value.
func (o *DataInnerAppApplicationData) HasApplicationName() bool
HasApplicationName returns a boolean if a field has been set.
func (o *DataInnerAppApplicationData) GetApplicationTotalNodes() string
GetApplicationTotalNodes returns the ApplicationTotalNodes field if non-nil, zero value otherwise.
func (o *DataInnerAppApplicationData) GetApplicationTotalNodesOk() (*string, bool)
GetApplicationTotalNodesOk returns a tuple with the ApplicationTotalNodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerAppApplicationData) SetApplicationTotalNodes(v string)
SetApplicationTotalNodes sets ApplicationTotalNodes field to given value.
func (o *DataInnerAppApplicationData) HasApplicationTotalNodes() bool
HasApplicationTotalNodes returns a boolean if a field has been set.
func (o *DataInnerAppApplicationData) GetApplicationDelayedTime() string
GetApplicationDelayedTime returns the ApplicationDelayedTime field if non-nil, zero value otherwise.
func (o *DataInnerAppApplicationData) GetApplicationDelayedTimeOk() (*string, bool)
GetApplicationDelayedTimeOk returns a tuple with the ApplicationDelayedTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerAppApplicationData) SetApplicationDelayedTime(v string)
SetApplicationDelayedTime sets ApplicationDelayedTime field to given value.
func (o *DataInnerAppApplicationData) HasApplicationDelayedTime() bool
HasApplicationDelayedTime returns a boolean if a field has been set.
func (o *DataInnerAppApplicationData) GetGslbserverType() string
GetGslbserverType returns the GslbserverType field if non-nil, zero value otherwise.
func (o *DataInnerAppApplicationData) GetGslbserverTypeOk() (*string, bool)
GetGslbserverTypeOk returns a tuple with the GslbserverType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerAppApplicationData) SetGslbserverType(v string)
SetGslbserverType sets GslbserverType field to given value.
func (o *DataInnerAppApplicationData) HasGslbserverType() bool
HasGslbserverType returns a boolean if a field has been set.
func (o *DataInnerAppApplicationData) GetApplicationMultistatus() string
GetApplicationMultistatus returns the ApplicationMultistatus field if non-nil, zero value otherwise.
func (o *DataInnerAppApplicationData) GetApplicationMultistatusOk() (*string, bool)
GetApplicationMultistatusOk returns a tuple with the ApplicationMultistatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerAppApplicationData) SetApplicationMultistatus(v string)
SetApplicationMultistatus sets ApplicationMultistatus field to given value.
func (o *DataInnerAppApplicationData) HasApplicationMultistatus() bool
HasApplicationMultistatus returns a boolean if a field has been set.
func (o *DataInnerAppApplicationData) GetParentApplicationId() string
GetParentApplicationId returns the ParentApplicationId field if non-nil, zero value otherwise.
func (o *DataInnerAppApplicationData) GetParentApplicationIdOk() (*string, bool)
GetParentApplicationIdOk returns a tuple with the ParentApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerAppApplicationData) SetParentApplicationId(v string)
SetParentApplicationId sets ParentApplicationId field to given value.
func (o *DataInnerAppApplicationData) HasParentApplicationId() bool
HasParentApplicationId returns a boolean if a field has been set.
func (o *DataInnerAppApplicationData) GetParentApplicationName() string
GetParentApplicationName returns the ParentApplicationName field if non-nil, zero value otherwise.
func (o *DataInnerAppApplicationData) GetParentApplicationNameOk() (*string, bool)
GetParentApplicationNameOk returns a tuple with the ParentApplicationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerAppApplicationData) SetParentApplicationName(v string)
SetParentApplicationName sets ParentApplicationName field to given value.
func (o *DataInnerAppApplicationData) HasParentApplicationName() bool
HasParentApplicationName returns a boolean if a field has been set.