InitialVirtualNodeLabel¶
- 
class oci.container_engine.models.InitialVirtualNodeLabel(**kwargs)¶
- Bases: - object- The properties that define a key value pair. - Methods - __init__(**kwargs)- Initializes a new InitialVirtualNodeLabel object with values from keyword arguments. - Attributes - key- Gets the key of this InitialVirtualNodeLabel. - value- Gets the value of this InitialVirtualNodeLabel. - 
__init__(**kwargs)¶
- Initializes a new InitialVirtualNodeLabel object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - key (str) – The value to assign to the key property of this InitialVirtualNodeLabel.
- value (str) – The value to assign to the value property of this InitialVirtualNodeLabel.
 
 - 
key¶
- Gets the key of this InitialVirtualNodeLabel. The key of the pair. - Returns: - The key of this InitialVirtualNodeLabel. - Return type: - str 
 - 
value¶
- Gets the value of this InitialVirtualNodeLabel. The value of the pair. - Returns: - The value of this InitialVirtualNodeLabel. - Return type: - str 
 
-