Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107.Ipv4Address
Packages that use Ipv4Address
Package
Description
-
Uses of Ipv4Address in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413 that return types with arguments of type Ipv4AddressModifier and TypeMethodDescription@Nullable Set<Ipv4Address>SystemDnsStaticConfig.getIpv4Address()Return ipv4Address, ornullif it is not present.default @NonNull Set<Ipv4Address>SystemDnsStaticConfig.requireIpv4Address()Return ipv4Address, guaranteed to be non-null. -
Uses of Ipv4Address in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries.host.entry
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries.host.entry that return types with arguments of type Ipv4AddressModifier and TypeMethodDescriptionConfigBuilder.getIpv4Address()Return current value associated with the property corresponding toSystemDnsStaticConfig.getIpv4Address().StateBuilder.getIpv4Address()Return current value associated with the property corresponding toSystemDnsStaticConfig.getIpv4Address().Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries.host.entry with type arguments of type Ipv4AddressModifier and TypeMethodDescriptionConfigBuilder.setIpv4Address(Set<Ipv4Address> values) Set the property corresponding toSystemDnsStaticConfig.getIpv4Address()to the specified value.StateBuilder.setIpv4Address(Set<Ipv4Address> values) Set the property corresponding toSystemDnsStaticConfig.getIpv4Address()to the specified value. -
Uses of Ipv4Address in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107 that return Ipv4AddressModifier and TypeMethodDescriptionstatic Ipv4AddressIpv4Address.getDefaultInstance(String defaultValue) IpAddress.getIpv4Address()Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107 with parameters of type Ipv4AddressModifierConstructorDescriptionIpAddress(Ipv4Address _ipv4Address) Ipv4Address(Ipv4Address source) Creates a copy from Source Object.