A Container holds the data that describes a container within a pod.
More...
List of all members.
Classes |
| class | Builder |
| | Builder class for Container. More...
|
Public Member Functions |
| | Container () |
| | Generate all-fields constructor only for errors and standard structures that have relevant fields.
|
| string | GetName () |
| | The name of the container.
|
| void | SetName (string name) |
| | The name of the container.
|
| string | GetImage () |
| | The image the container is running.
|
| void | SetImage (string image) |
| | The image the container is running.
|
| string | GetStatus () |
| | The container's current condition.
|
| void | SetStatus (string status) |
| | The container's current condition.
|
| string | GetStartedAt () |
| | Time at which the container was last (re-)started.
|
| void | SetStartedAt (string startedAt) |
| | Time at which the container was last (re-)started.
|
| string | GetFinishedAt () |
| | Time at which the container last terminated.
|
| void | SetFinishedAt (string finishedAt) |
| | Time at which the container last terminated.
|
| string | GetReason () |
| | Details about the container's current condition, if any.
|
| void | SetReason (string reason) |
| | Details about the container's current condition, if any.
|
| vmware.vapi.bindings.type.StructType | _GetType () |
| vmware.vapi.data.StructValue | _GetDataValue () |
| void | _Validate () |
| bool | _HasTypeNameOf< T > () |
| T | _ConvertTo< T > () |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
Detailed Description
A Container holds the data that describes a container within a pod.
Note: This class is restricted for VMware internal use only
Constructor & Destructor Documentation
| vmware::vcenter::namespaces::Container::Container |
( |
| ) |
[inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
Member Function Documentation
| T vmware::vcenter::namespaces::Container::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| vmware.vapi.data.StructValue vmware::vcenter::namespaces::Container::_GetDataValue |
( |
| ) |
[inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::namespaces::Container::_GetType |
( |
| ) |
[inline] |
| bool vmware::vcenter::namespaces::Container::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| void vmware::vcenter::namespaces::Container::_Validate |
( |
| ) |
[inline] |
| override bool vmware::vcenter::namespaces::Container::Equals |
( |
object |
obj | ) |
[inline] |
| string vmware::vcenter::namespaces::Container::GetFinishedAt |
( |
| ) |
[inline] |
Time at which the container last terminated.
| override int vmware::vcenter::namespaces::Container::GetHashCode |
( |
| ) |
[inline] |
| string vmware::vcenter::namespaces::Container::GetImage |
( |
| ) |
[inline] |
The image the container is running.
| string vmware::vcenter::namespaces::Container::GetName |
( |
| ) |
[inline] |
The name of the container.
| string vmware::vcenter::namespaces::Container::GetReason |
( |
| ) |
[inline] |
Details about the container's current condition, if any.
| string vmware::vcenter::namespaces::Container::GetStartedAt |
( |
| ) |
[inline] |
Time at which the container was last (re-)started.
| string vmware::vcenter::namespaces::Container::GetStatus |
( |
| ) |
[inline] |
The container's current condition.
| void vmware::vcenter::namespaces::Container::SetFinishedAt |
( |
string |
finishedAt | ) |
[inline] |
Time at which the container last terminated.
| void vmware::vcenter::namespaces::Container::SetImage |
( |
string |
image | ) |
[inline] |
The image the container is running.
| void vmware::vcenter::namespaces::Container::SetName |
( |
string |
name | ) |
[inline] |
The name of the container.
| void vmware::vcenter::namespaces::Container::SetReason |
( |
string |
reason | ) |
[inline] |
Details about the container's current condition, if any.
| void vmware::vcenter::namespaces::Container::SetStartedAt |
( |
string |
startedAt | ) |
[inline] |
Time at which the container was last (re-)started.
| void vmware::vcenter::namespaces::Container::SetStatus |
( |
string |
status | ) |
[inline] |
The container's current condition.
| override string vmware::vcenter::namespaces::Container::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: