File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/ocvp/models/cluster_byol_allocation_details.py
Back
# coding: utf-8 # Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20230701 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class ClusterByolAllocationDetails(object): """ The BYOL allocations used for VMware Cluster provisioning. """ def __init__(self, **kwargs): """ Initializes a new ClusterByolAllocationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param vsan_byol_allocation_id: The value to assign to the vsan_byol_allocation_id property of this ClusterByolAllocationDetails. :type vsan_byol_allocation_id: str :param firewall_byol_allocation_id: The value to assign to the firewall_byol_allocation_id property of this ClusterByolAllocationDetails. :type firewall_byol_allocation_id: str """ self.swagger_types = { 'vsan_byol_allocation_id': 'str', 'firewall_byol_allocation_id': 'str' } self.attribute_map = { 'vsan_byol_allocation_id': 'vsanByolAllocationId', 'firewall_byol_allocation_id': 'firewallByolAllocationId' } self._vsan_byol_allocation_id = None self._firewall_byol_allocation_id = None @property def vsan_byol_allocation_id(self): """ Gets the vsan_byol_allocation_id of this ClusterByolAllocationDetails. The `OCID`__ of the VMware BYOL Allocation used to deploy VMware vSAN. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The vsan_byol_allocation_id of this ClusterByolAllocationDetails. :rtype: str """ return self._vsan_byol_allocation_id @vsan_byol_allocation_id.setter def vsan_byol_allocation_id(self, vsan_byol_allocation_id): """ Sets the vsan_byol_allocation_id of this ClusterByolAllocationDetails. The `OCID`__ of the VMware BYOL Allocation used to deploy VMware vSAN. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param vsan_byol_allocation_id: The vsan_byol_allocation_id of this ClusterByolAllocationDetails. :type: str """ self._vsan_byol_allocation_id = vsan_byol_allocation_id @property def firewall_byol_allocation_id(self): """ Gets the firewall_byol_allocation_id of this ClusterByolAllocationDetails. The `OCID`__ of the VMware BYOL Allocation used to deploy VMware vDefend Firewall. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The firewall_byol_allocation_id of this ClusterByolAllocationDetails. :rtype: str """ return self._firewall_byol_allocation_id @firewall_byol_allocation_id.setter def firewall_byol_allocation_id(self, firewall_byol_allocation_id): """ Sets the firewall_byol_allocation_id of this ClusterByolAllocationDetails. The `OCID`__ of the VMware BYOL Allocation used to deploy VMware vDefend Firewall. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param firewall_byol_allocation_id: The firewall_byol_allocation_id of this ClusterByolAllocationDetails. :type: str """ self._firewall_byol_allocation_id = firewall_byol_allocation_id def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings