Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107.Ipv6Address
Packages that use Ipv6Address
Package
Description
-
Uses of Ipv6Address 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 Ipv6AddressModifier and TypeMethodDescription@Nullable Set<Ipv6Address>SystemDnsStaticConfig.getIpv6Address()Return ipv6Address, ornullif it is not present.default @NonNull Set<Ipv6Address>SystemDnsStaticConfig.requireIpv6Address()Return ipv6Address, guaranteed to be non-null. -
Uses of Ipv6Address 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 Ipv6AddressModifier and TypeMethodDescriptionConfigBuilder.getIpv6Address()Return current value associated with the property corresponding toSystemDnsStaticConfig.getIpv6Address().StateBuilder.getIpv6Address()Return current value associated with the property corresponding toSystemDnsStaticConfig.getIpv6Address().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 Ipv6AddressModifier and TypeMethodDescriptionConfigBuilder.setIpv6Address(Set<Ipv6Address> values) Set the property corresponding toSystemDnsStaticConfig.getIpv6Address()to the specified value.StateBuilder.setIpv6Address(Set<Ipv6Address> values) Set the property corresponding toSystemDnsStaticConfig.getIpv6Address()to the specified value. -
Uses of Ipv6Address 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 Ipv6AddressModifier and TypeMethodDescriptionstatic Ipv6AddressIpv6Address.getDefaultInstance(String defaultValue) IpAddress.getIpv6Address()Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107 with parameters of type Ipv6AddressModifierConstructorDescriptionIpAddress(Ipv6Address _ipv6Address) Ipv6Address(Ipv6Address source) Creates a copy from Source Object.