BulkDeleteIpv6sItem¶
-
class
oci.core.models.BulkDeleteIpv6sItem(**kwargs)¶ Bases:
objectsecondary ip object to delete as part of bulk deletion .
Methods
__init__(**kwargs)Initializes a new BulkDeleteIpv6sItem object with values from keyword arguments. Attributes
ipv6_id[Required] Gets the ipv6_id of this BulkDeleteIpv6sItem. -
__init__(**kwargs)¶ Initializes a new BulkDeleteIpv6sItem object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: ipv6_id (str) – The value to assign to the ipv6_id property of this BulkDeleteIpv6sItem.
-