class documentation

Undocumented

Constant __PB2_DESCRIPTOR__ Undocumented
Constant TARGET_CLI Warning is intended for CLI users.
Constant TARGET_CONSOLE Warning is intended for console users.
Constant TARGET_TF Warning is intended for Terraform provider users.
Constant TARGET_UNSPECIFIED Target is not specified.

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.common.v1.Warnin
g.Target',
                                                       warning_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)
TARGET_CLI: int = (source)

Warning is intended for CLI users.

Value
1
TARGET_CONSOLE: int = (source)

Warning is intended for console users.

Value
3
TARGET_TF: int = (source)

Warning is intended for Terraform provider users.

Value
2
TARGET_UNSPECIFIED: int = (source)

Target is not specified.

Value
0