UpdateByolDetails

class oci.ocvp.models.UpdateByolDetails(**kwargs)

Bases: object

The details to update BYOL.

Methods

__init__(**kwargs) Initializes a new UpdateByolDetails object with values from keyword arguments.

Attributes

defined_tags Gets the defined_tags of this UpdateByolDetails.
description Gets the description of this UpdateByolDetails.
display_name Gets the display_name of this UpdateByolDetails.
entitlement_key Gets the entitlement_key of this UpdateByolDetails.
freeform_tags Gets the freeform_tags of this UpdateByolDetails.
software_type Gets the software_type of this UpdateByolDetails.
time_term_end Gets the time_term_end of this UpdateByolDetails.
time_term_start Gets the time_term_start of this UpdateByolDetails.
total_units Gets the total_units of this UpdateByolDetails.
__init__(**kwargs)

Initializes a new UpdateByolDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateByolDetails.
  • total_units (int) – The value to assign to the total_units property of this UpdateByolDetails.
  • description (str) – The value to assign to the description property of this UpdateByolDetails.
  • software_type (str) – The value to assign to the software_type property of this UpdateByolDetails.
  • time_term_start (datetime) – The value to assign to the time_term_start property of this UpdateByolDetails.
  • time_term_end (datetime) – The value to assign to the time_term_end property of this UpdateByolDetails.
  • entitlement_key (str) – The value to assign to the entitlement_key property of this UpdateByolDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateByolDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateByolDetails.
defined_tags

Gets the defined_tags of this UpdateByolDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__.

Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this UpdateByolDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdateByolDetails. A description of the BYOL.

Returns:The description of this UpdateByolDetails.
Return type:str
display_name

Gets the display_name of this UpdateByolDetails. A descriptive name for the BYOL.

Returns:The display_name of this UpdateByolDetails.
Return type:str
entitlement_key

Gets the entitlement_key of this UpdateByolDetails. The Broadcom-supplied identifier of a BYOL license.

Returns:The entitlement_key of this UpdateByolDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateByolDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this UpdateByolDetails.
Return type:dict(str, str)
software_type

Gets the software_type of this UpdateByolDetails. The type of VMware software the BYOL applies to. Supported values: - VCF (VMware Cloud Foundation) - VSAN (VMware vSAN) - VDEFEND (VMware vDefend Firewall) - AVI_LOAD_BALANCER (VMware Avi Load Balancer)

Returns:The software_type of this UpdateByolDetails.
Return type:str
time_term_end

Gets the time_term_end of this UpdateByolDetails. The date and time when the BYOL expires and becomes inactive. In the format defined by`RFC3339`__.

Returns:The time_term_end of this UpdateByolDetails.
Return type:datetime
time_term_start

Gets the time_term_start of this UpdateByolDetails. The date and time when the BYOL becomes active. VMware software functionality cannot begin before this time. In the format defined by`RFC3339`__. Example: 2016-08-25T21:10:29.600Z

Returns:The time_term_start of this UpdateByolDetails.
Return type:datetime
total_units

Gets the total_units of this UpdateByolDetails. Total quantity of licensed units for the specified softwareType:

  • VCF, VDEFEND: number of OCPUs
  • VSAN: storage capacity in TiB (tebibytes)
  • AVI_LOAD_BALANCER: number of instances
Returns:The total_units of this UpdateByolDetails.
Return type:int