Class Ipv4AddressZoned
java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107.Ipv4AddressZoned
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ScalarTypeObject<String>,org.opendaylight.yangtools.yang.binding.TypeObject,org.opendaylight.yangtools.yang.binding.ValueAware<String>
@Generated("mdsal-binding-generator")
public class Ipv4AddressZoned
extends Object
implements org.opendaylight.yangtools.yang.binding.ScalarTypeObject<String>, Serializable
This class represents the following YANG schema fragment defined in module openconfig-inet-types
typedef ipv4-address-zoned {
type string {
pattern "(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[a-zA-Z0-9_]+)";
oc-ext:posix-pattern "^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[a-zA-Z0-9_]+)$";
}
}
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIpv4AddressZoned(String _value) Ipv4AddressZoned(Ipv4AddressZoned source) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanstatic Ipv4AddressZonedgetDefaultInstance(String defaultValue) getValue()inthashCode()toString()
-
Field Details
-
PATTERN_CONSTANTS
-
-
Constructor Details
-
Ipv4AddressZoned
-
Ipv4AddressZoned
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details