File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/core/models/bulk_create_ipv6s_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: 20160918 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 BulkCreateIpv6sDetails(object): """ Bulk Secondary IPv6 addresses creation object. """ def __init__(self, **kwargs): """ Initializes a new BulkCreateIpv6sDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param vnic_id: The value to assign to the vnic_id property of this BulkCreateIpv6sDetails. :type vnic_id: str :param subnet_id: The value to assign to the subnet_id property of this BulkCreateIpv6sDetails. :type subnet_id: str :param bulk_create_ipv6s_item: The value to assign to the bulk_create_ipv6s_item property of this BulkCreateIpv6sDetails. :type bulk_create_ipv6s_item: list[oci.core.models.BulkCreateIpv6sItem] """ self.swagger_types = { 'vnic_id': 'str', 'subnet_id': 'str', 'bulk_create_ipv6s_item': 'list[BulkCreateIpv6sItem]' } self.attribute_map = { 'vnic_id': 'vnicId', 'subnet_id': 'subnetId', 'bulk_create_ipv6s_item': 'bulkCreateIpv6sItem' } self._vnic_id = None self._subnet_id = None self._bulk_create_ipv6s_item = None @property def vnic_id(self): """ Gets the vnic_id of this BulkCreateIpv6sDetails. The `OCID`__ of the VNIC to assign the IPv6s to. The IPv6 will be in the VNIC's subnet. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The vnic_id of this BulkCreateIpv6sDetails. :rtype: str """ return self._vnic_id @vnic_id.setter def vnic_id(self, vnic_id): """ Sets the vnic_id of this BulkCreateIpv6sDetails. The `OCID`__ of the VNIC to assign the IPv6s to. The IPv6 will be in the VNIC's subnet. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param vnic_id: The vnic_id of this BulkCreateIpv6sDetails. :type: str """ self._vnic_id = vnic_id @property def subnet_id(self): """ Gets the subnet_id of this BulkCreateIpv6sDetails. The `OCID`__ of the subnet from which the IPv6s are to be drawn. The IP addresses, *if supplied*, must be valid for the given subnet, only valid for reserved IPs currently. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The subnet_id of this BulkCreateIpv6sDetails. :rtype: str """ return self._subnet_id @subnet_id.setter def subnet_id(self, subnet_id): """ Sets the subnet_id of this BulkCreateIpv6sDetails. The `OCID`__ of the subnet from which the IPv6s are to be drawn. The IP addresses, *if supplied*, must be valid for the given subnet, only valid for reserved IPs currently. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param subnet_id: The subnet_id of this BulkCreateIpv6sDetails. :type: str """ self._subnet_id = subnet_id @property def bulk_create_ipv6s_item(self): """ **[Required]** Gets the bulk_create_ipv6s_item of this BulkCreateIpv6sDetails. Secondary IPv6 addresses to assign. :return: The bulk_create_ipv6s_item of this BulkCreateIpv6sDetails. :rtype: list[oci.core.models.BulkCreateIpv6sItem] """ return self._bulk_create_ipv6s_item @bulk_create_ipv6s_item.setter def bulk_create_ipv6s_item(self, bulk_create_ipv6s_item): """ Sets the bulk_create_ipv6s_item of this BulkCreateIpv6sDetails. Secondary IPv6 addresses to assign. :param bulk_create_ipv6s_item: The bulk_create_ipv6s_item of this BulkCreateIpv6sDetails. :type: list[oci.core.models.BulkCreateIpv6sItem] """ self._bulk_create_ipv6s_item = bulk_create_ipv6s_item 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