InventoryIpAddressSummary¶
-
class
oci.core.models.
InventoryIpAddressSummary
(**kwargs)¶ Bases:
object
Provides the IP address and its corresponding VNIC ID, VNIC name, and DNS hostname.
Methods
__init__
(**kwargs)Initializes a new InventoryIpAddressSummary object with values from keyword arguments. Attributes
dns_host_name
Gets the dns_host_name of this InventoryIpAddressSummary. ip_address
Gets the ip_address of this InventoryIpAddressSummary. vnic_id
Gets the vnic_id of this InventoryIpAddressSummary. vnic_name
Gets the vnic_name of this InventoryIpAddressSummary. -
__init__
(**kwargs)¶ Initializes a new InventoryIpAddressSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - ip_address (str) – The value to assign to the ip_address property of this InventoryIpAddressSummary.
- vnic_id (str) – The value to assign to the vnic_id property of this InventoryIpAddressSummary.
- vnic_name (str) – The value to assign to the vnic_name property of this InventoryIpAddressSummary.
- dns_host_name (str) – The value to assign to the dns_host_name property of this InventoryIpAddressSummary.
-
dns_host_name
¶ Gets the dns_host_name of this InventoryIpAddressSummary. The DNS hostname of the resource assigned with the IP address.
Returns: The dns_host_name of this InventoryIpAddressSummary. Return type: str
-
ip_address
¶ Gets the ip_address of this InventoryIpAddressSummary. The IP address assigned from a subnet.
Returns: The ip_address of this InventoryIpAddressSummary. Return type: str
-
vnic_id
¶ Gets the vnic_id of this InventoryIpAddressSummary. The OCID of the VNIC.
Returns: The vnic_id of this InventoryIpAddressSummary. Return type: str
-
vnic_name
¶ Gets the vnic_name of this InventoryIpAddressSummary. The name of the VNIC.
Returns: The vnic_name of this InventoryIpAddressSummary. Return type: str
-