Interface RemovePrefixShardReplicaInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RemovePrefixShardReplicaInput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.RpcInput

    public interface RemovePrefixShardReplicaInput
    extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<RemovePrefixShardReplicaInput>

    This class represents the following YANG schema fragment defined in module cluster-admin

     input input {
       leaf shard-prefix {
         type instance-identifier;
       }
       leaf member-name {
         type string;
       }
       leaf data-store-type {
         type data-store-type;
       }
     }
     
    The schema path to identify an instance is cluster-admin/remove-prefix-shard-replica/input

    To create instances of this class use RemovePrefixShardReplicaInputBuilder.

    See Also:
    RemovePrefixShardReplicaInputBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<RemovePrefixShardReplicaInput> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput
      • getShardPrefix

        @Nullable org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> getShardPrefix()
        Returns:
        org.opendaylight.yangtools.yang.binding.InstanceIdentifier shardPrefix, or null if not present
      • getMemberName

        @Nullable String getMemberName()
        The cluster member from which the shard replica should be removed
        Returns:
        java.lang.String memberName, or null if not present
      • getDataStoreType

        @Nullable DataStoreType getDataStoreType()
        The type of the data store to which the replica belongs
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.DataStoreType dataStoreType, or null if not present