@TypeMetadata(name="NetworkingFacet",
description="NetworkingFacet captures information on any (computer) network interface associated with the resource.It is mainly used to describe the network interface of a host. It should not be confused with the {@link AccessPointFacet} which instead describes the protocol and the endpoint of a web-based service.",
version="1.0.0")
@Change(version="1.0.0",
description="First Version")
public interface NetworkingFacet
extends org.gcube.informationsystem.model.reference.entities.Facet
AccessPointFacet
which instead describes the protocol and the endpoint of a web-based service.
https://wiki.gcube-system.org/gcube/GCube_Model#Networking_Facet| Modifier and Type | Field and Description |
|---|---|
static String |
IP_ADDRESS |
static String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getBroadcastAddress() |
String |
getDomainName() |
String |
getHostName() |
String |
getIPAddress() |
String |
getMask() |
void |
setBroadcastAddress(String broadcastAddress) |
void |
setDomainName(String domainName) |
void |
setHostName(String hostName) |
void |
setIPAddress(String ipAddress) |
void |
setMask(String mask) |
getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalPropertystatic final String NAME
static final String IP_ADDRESS
@ISProperty(description="Host Name") String getHostName()
void setHostName(String hostName)
@ISProperty(description="Domain Name") String getDomainName()
void setDomainName(String domainName)
@ISProperty(name="IPAddress",
description="Internet Protocol (IP) Address",
mandatory=true,
nullable=false)
String getIPAddress()
void setIPAddress(String ipAddress)
@ISProperty(description="Network Mask") String getMask()
void setMask(String mask)
@ISProperty(description="Broadcast Address") String getBroadcastAddress()
void setBroadcastAddress(String broadcastAddress)
Copyright © 2022. All Rights Reserved.