BulkDetachIpv6sItem¶
-
class
oci.core.models.BulkDetachIpv6sItem(**kwargs)¶ Bases:
objectSecondary IPv6 object to detach as part of bulk detach operation.
Methods
__init__(**kwargs)Initializes a new BulkDetachIpv6sItem object with values from keyword arguments. Attributes
ipv6_id[Required] Gets the ipv6_id of this BulkDetachIpv6sItem. -
__init__(**kwargs)¶ Initializes a new BulkDetachIpv6sItem 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 BulkDetachIpv6sItem.
-