InfluxDB PHP Client
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Attributes | Static Protected Attributes | List of all members
InfluxDB2\Model\StackResources Class Reference
Inheritance diagram for InfluxDB2\Model\StackResources:
InfluxDB2\Model\ModelInterface

Public Member Functions

 getModelName ()
 
 __construct (array $data=null)
 
 listInvalidProperties ()
 
 valid ()
 
 getApiVersion ()
 
 setApiVersion ($api_version)
 
 getResourceId ()
 
 setResourceId ($resource_id)
 
 getKind ()
 
 setKind ($kind)
 
 getTemplateMetaName ()
 
 setTemplateMetaName ($template_meta_name)
 
 getAssociations ()
 
 setAssociations ($associations)
 
 getLinks ()
 
 setLinks ($links)
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 __toString ()
 

Static Public Member Functions

static openAPITypes ()
 
static openAPIFormats ()
 
static attributeMap ()
 
static setters ()
 
static getters ()
 

Public Attributes

const DISCRIMINATOR = null
 

Protected Attributes

 $container = []
 

Static Protected Attributes

static $openAPIModelName = 'Stack_resources'
 
static $openAPITypes
 
static $openAPIFormats
 
static $attributeMap
 
static $setters
 
static $getters
 

Constructor & Destructor Documentation

◆ __construct()

InfluxDB2\Model\StackResources::__construct ( array $data = null)

Constructor

Parameters
mixed[]$dataAssociated array of property values initializing the model

Member Function Documentation

◆ __toString()

InfluxDB2\Model\StackResources::__toString ( )

Gets the string presentation of the object

Returns
string

◆ attributeMap()

static InfluxDB2\Model\StackResources::attributeMap ( )
static

Array of attributes where the key is the local name, and the value is the original name

Returns
array

Implements InfluxDB2\Model\ModelInterface.

◆ getApiVersion()

InfluxDB2\Model\StackResources::getApiVersion ( )

Gets api_version

Returns
string|null

◆ getAssociations()

InfluxDB2\Model\StackResources::getAssociations ( )

Gets associations

Returns
\InfluxDB2\Model\StackAssociations[]|null

◆ getKind()

InfluxDB2\Model\StackResources::getKind ( )

Gets kind

Returns
\InfluxDB2\Model\TemplateKind|null

◆ getLinks()

InfluxDB2\Model\StackResources::getLinks ( )

Gets links

Returns
\InfluxDB2\Model\StackLinks|null

◆ getModelName()

InfluxDB2\Model\StackResources::getModelName ( )

The original name of the model.

Returns
string

Implements InfluxDB2\Model\ModelInterface.

◆ getResourceId()

InfluxDB2\Model\StackResources::getResourceId ( )

Gets resource_id

Returns
string|null

◆ getTemplateMetaName()

InfluxDB2\Model\StackResources::getTemplateMetaName ( )

Gets template_meta_name

Returns
string|null

◆ getters()

static InfluxDB2\Model\StackResources::getters ( )
static

Array of attributes to getter functions (for serialization of requests)

Returns
array

Implements InfluxDB2\Model\ModelInterface.

◆ listInvalidProperties()

InfluxDB2\Model\StackResources::listInvalidProperties ( )

Show all the invalid properties with reasons.

Returns
array invalid properties with reasons

Implements InfluxDB2\Model\ModelInterface.

◆ offsetExists()

InfluxDB2\Model\StackResources::offsetExists ( $offset)

Returns true if offset exists. False otherwise.

Parameters
integer$offsetOffset
Returns
boolean

◆ offsetGet()

InfluxDB2\Model\StackResources::offsetGet ( $offset)

Gets offset.

Parameters
integer$offsetOffset
Returns
mixed

◆ offsetSet()

InfluxDB2\Model\StackResources::offsetSet ( $offset,
$value )

Sets value based on offset.

Parameters
integer$offsetOffset
mixed$valueValue to be set
Returns
void

◆ offsetUnset()

InfluxDB2\Model\StackResources::offsetUnset ( $offset)

Unsets offset.

Parameters
integer$offsetOffset
Returns
void

◆ openAPIFormats()

static InfluxDB2\Model\StackResources::openAPIFormats ( )
static

Array of property to format mappings. Used for (de)serialization

Returns
array

Implements InfluxDB2\Model\ModelInterface.

◆ openAPITypes()

static InfluxDB2\Model\StackResources::openAPITypes ( )
static

Array of property to type mappings. Used for (de)serialization

Returns
array

Implements InfluxDB2\Model\ModelInterface.

◆ setApiVersion()

InfluxDB2\Model\StackResources::setApiVersion ( $api_version)

Sets api_version

Parameters
string | null$api_versionapi_version
Returns
$this

◆ setAssociations()

InfluxDB2\Model\StackResources::setAssociations ( $associations)

Sets associations

Parameters
\InfluxDB2\Model\StackAssociations[] | null$associationsassociations
Returns
$this

◆ setKind()

InfluxDB2\Model\StackResources::setKind ( $kind)

Sets kind

Parameters
\InfluxDB2\Model\TemplateKind | null$kindkind
Returns
$this

◆ setLinks()

InfluxDB2\Model\StackResources::setLinks ( $links)

Sets links

Parameters
\InfluxDB2\Model\StackLinks | null$linkslinks
Returns
$this

◆ setResourceId()

InfluxDB2\Model\StackResources::setResourceId ( $resource_id)

Sets resource_id

Parameters
string | null$resource_idresource_id
Returns
$this

◆ setTemplateMetaName()

InfluxDB2\Model\StackResources::setTemplateMetaName ( $template_meta_name)

Sets template_meta_name

Parameters
string | null$template_meta_nametemplate_meta_name
Returns
$this

◆ setters()

static InfluxDB2\Model\StackResources::setters ( )
static

Array of attributes to setter functions (for deserialization of responses)

Returns
array

Implements InfluxDB2\Model\ModelInterface.

◆ valid()

InfluxDB2\Model\StackResources::valid ( )

Validate all the properties in the model return true if all passed

Returns
bool True if all properties are valid

Implements InfluxDB2\Model\ModelInterface.

Member Data Documentation

◆ $attributeMap

InfluxDB2\Model\StackResources::$attributeMap
staticprotected
Initial value:
= [
'api_version' => 'apiVersion',
'resource_id' => 'resourceID',
'kind' => 'kind',
'template_meta_name' => 'templateMetaName',
'associations' => 'associations',
'links' => 'links'
]

◆ $getters

InfluxDB2\Model\StackResources::$getters
staticprotected
Initial value:
= [
'api_version' => 'getApiVersion',
'resource_id' => 'getResourceId',
'kind' => 'getKind',
'template_meta_name' => 'getTemplateMetaName',
'associations' => 'getAssociations',
'links' => 'getLinks'
]

◆ $openAPIFormats

InfluxDB2\Model\StackResources::$openAPIFormats
staticprotected
Initial value:
= [
'api_version' => null,
'resource_id' => null,
'kind' => null,
'template_meta_name' => null,
'associations' => null,
'links' => null
]

◆ $openAPITypes

InfluxDB2\Model\StackResources::$openAPITypes
staticprotected
Initial value:
= [
'api_version' => 'string',
'resource_id' => 'string',
'kind' => '\InfluxDB2\Model\TemplateKind',
'template_meta_name' => 'string',
'associations' => '\InfluxDB2\Model\StackAssociations[]',
'links' => '\InfluxDB2\Model\StackLinks'
]

◆ $setters

InfluxDB2\Model\StackResources::$setters
staticprotected
Initial value:
= [
'api_version' => 'setApiVersion',
'resource_id' => 'setResourceId',
'kind' => 'setKind',
'template_meta_name' => 'setTemplateMetaName',
'associations' => 'setAssociations',
'links' => 'setLinks'
]

The documentation for this class was generated from the following file: