kubernetes_asyncio.client.models.v1_node_system_info module

Kubernetes

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.34.3 Generated by: https://openapi-generator.tech

class kubernetes_asyncio.client.models.v1_node_system_info.V1NodeSystemInfo(architecture=None, boot_id=None, container_runtime_version=None, kernel_version=None, kube_proxy_version=None, kubelet_version=None, machine_id=None, operating_system=None, os_image=None, swap=None, system_uuid=None, local_vars_configuration=None)

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

property architecture

Gets the architecture of this V1NodeSystemInfo. # noqa: E501

The Architecture reported by the node # noqa: E501

Returns:

The architecture of this V1NodeSystemInfo. # noqa: E501

Return type:

str

attribute_map = {'architecture': 'architecture', 'boot_id': 'bootID', 'container_runtime_version': 'containerRuntimeVersion', 'kernel_version': 'kernelVersion', 'kube_proxy_version': 'kubeProxyVersion', 'kubelet_version': 'kubeletVersion', 'machine_id': 'machineID', 'operating_system': 'operatingSystem', 'os_image': 'osImage', 'swap': 'swap', 'system_uuid': 'systemUUID'}
property boot_id

Gets the boot_id of this V1NodeSystemInfo. # noqa: E501

Boot ID reported by the node. # noqa: E501

Returns:

The boot_id of this V1NodeSystemInfo. # noqa: E501

Return type:

str

property container_runtime_version

Gets the container_runtime_version of this V1NodeSystemInfo. # noqa: E501

ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2). # noqa: E501

Returns:

The container_runtime_version of this V1NodeSystemInfo. # noqa: E501

Return type:

str

property kernel_version

Gets the kernel_version of this V1NodeSystemInfo. # noqa: E501

Kernel Version reported by the node from ‘uname -r’ (e.g. 3.16.0-0.bpo.4-amd64). # noqa: E501

Returns:

The kernel_version of this V1NodeSystemInfo. # noqa: E501

Return type:

str

property kube_proxy_version

Gets the kube_proxy_version of this V1NodeSystemInfo. # noqa: E501

Deprecated: KubeProxy Version reported by the node. # noqa: E501

Returns:

The kube_proxy_version of this V1NodeSystemInfo. # noqa: E501

Return type:

str

property kubelet_version

Gets the kubelet_version of this V1NodeSystemInfo. # noqa: E501

Kubelet Version reported by the node. # noqa: E501

Returns:

The kubelet_version of this V1NodeSystemInfo. # noqa: E501

Return type:

str

property machine_id

Gets the machine_id of this V1NodeSystemInfo. # noqa: E501

MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html # noqa: E501

Returns:

The machine_id of this V1NodeSystemInfo. # noqa: E501

Return type:

str

openapi_types = {'architecture': 'str', 'boot_id': 'str', 'container_runtime_version': 'str', 'kernel_version': 'str', 'kube_proxy_version': 'str', 'kubelet_version': 'str', 'machine_id': 'str', 'operating_system': 'str', 'os_image': 'str', 'swap': 'V1NodeSwapStatus', 'system_uuid': 'str'}
property operating_system

Gets the operating_system of this V1NodeSystemInfo. # noqa: E501

The Operating System reported by the node # noqa: E501

Returns:

The operating_system of this V1NodeSystemInfo. # noqa: E501

Return type:

str

property os_image

Gets the os_image of this V1NodeSystemInfo. # noqa: E501

OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)). # noqa: E501

Returns:

The os_image of this V1NodeSystemInfo. # noqa: E501

Return type:

str

property swap

Gets the swap of this V1NodeSystemInfo. # noqa: E501

Returns:

The swap of this V1NodeSystemInfo. # noqa: E501

Return type:

V1NodeSwapStatus

property system_uuid

Gets the system_uuid of this V1NodeSystemInfo. # noqa: E501

SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid # noqa: E501

Returns:

The system_uuid of this V1NodeSystemInfo. # noqa: E501

Return type:

str

to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model