Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.InterInstancePolicies
Packages that use InterInstancePolicies
Package
Description
-
Uses of InterInstancePolicies in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances that return InterInstancePoliciesModifier and TypeMethodDescriptionNetworkInstance.getInterInstancePolicies()
Return interInstancePolicies, ornull
if it is not present.NetworkInstanceBuilder.getInterInstancePolicies()
Return current value associated with the property corresponding toNetworkInstance.getInterInstancePolicies()
.@NonNull InterInstancePolicies
NetworkInstance.nonnullInterInstancePolicies()
Return interInstancePolicies, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances with parameters of type InterInstancePoliciesModifier and TypeMethodDescriptionNetworkInstanceBuilder.setInterInstancePolicies
(InterInstancePolicies value) Set the property corresponding toNetworkInstance.getInterInstancePolicies()
to the specified value. -
Uses of InterInstancePolicies in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance with type parameters of type InterInstancePoliciesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<InterInstancePolicies>>
E$$InterInstancePoliciesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance that return InterInstancePoliciesModifier and TypeMethodDescription@NonNull InterInstancePolicies
InterInstancePoliciesBuilder.build()
A newInterInstancePolicies
instance.static @NonNull InterInstancePolicies
InterInstancePoliciesBuilder.empty()
Get empty instance of InterInstancePolicies.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance that return types with arguments of type InterInstancePoliciesModifier and TypeMethodDescriptiondefault Class<InterInstancePolicies>
InterInstancePolicies.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance with parameters of type InterInstancePoliciesModifier and TypeMethodDescriptionstatic boolean
InterInstancePolicies.bindingEquals
(@NonNull InterInstancePolicies thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
InterInstancePolicies.bindingHashCode
(@NonNull InterInstancePolicies obj) Default implementation ofObject.hashCode()
contract for this interface.static String
InterInstancePolicies.bindingToString
(@NonNull InterInstancePolicies obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance with type arguments of type InterInstancePoliciesModifier and TypeMethodDescriptionInterInstancePoliciesBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<InterInstancePolicies> augmentation) Add an augmentation to this builder's product.InterInstancePoliciesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<InterInstancePolicies>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance with parameters of type InterInstancePoliciesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedInterInstancePolicies
.