Subnet

class oci.lustre_file_storage.models.Subnet(**kwargs)

Bases: object

The 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

id Gets 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.
id

Gets the id of this Subnet. The OCID of the Subnet.

Returns:The id of this Subnet.
Return type:str