Subnet¶
-
class
oci.lustre_file_storage.models.Subnet(**kwargs)¶ Bases:
objectThe Subnet is subdivision within a Virtual Cloud Network, consisting of a contiguous range of IP addresses and a VNIC.
Methods
__init__(**kwargs)Initializes a new Subnet object with values from keyword arguments. Attributes
idGets the id of this Subnet. -
__init__(**kwargs)¶ Initializes a new Subnet object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: id (str) – The value to assign to the id property of this Subnet.
-