Interface ProvisionRequestOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface ProvisionRequestOrBuilder
     implements MessageOrBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getFtlClusterId() string ftl_cluster_id = 1;
      abstract ByteString getFtlClusterIdBytes() string ftl_cluster_id = 1;
      abstract String getModule() string module = 2;
      abstract ByteString getModuleBytes() string module = 2;
      abstract List<Resource> getExistingResourcesList()
      The resource FTL thinks exists currently
      
      repeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
      abstract Resource getExistingResources(int index)
      The resource FTL thinks exists currently
      
      repeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
      abstract int getExistingResourcesCount()
      The resource FTL thinks exists currently
      
      repeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
      abstract List<out ResourceOrBuilder> getExistingResourcesOrBuilderList()
      The resource FTL thinks exists currently
      
      repeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
      abstract ResourceOrBuilder getExistingResourcesOrBuilder(int index)
      The resource FTL thinks exists currently
      
      repeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
      abstract List<ResourceContext> getDesiredResourcesList()
      The resource FTL would like to exist after this provisioning run.
      This includes all new, existing, and changes resources in this change.
      
      repeated .xyz.block.ftl.v1beta1.provisioner.ResourceContext desired_resources = 4;
      abstract ResourceContext getDesiredResources(int index)
      The resource FTL would like to exist after this provisioning run.
      This includes all new, existing, and changes resources in this change.
      
      repeated .xyz.block.ftl.v1beta1.provisioner.ResourceContext desired_resources = 4;
      abstract int getDesiredResourcesCount()
      The resource FTL would like to exist after this provisioning run.
      This includes all new, existing, and changes resources in this change.
      
      repeated .xyz.block.ftl.v1beta1.provisioner.ResourceContext desired_resources = 4;
      abstract List<out ResourceContextOrBuilder> getDesiredResourcesOrBuilderList()
      The resource FTL would like to exist after this provisioning run.
      This includes all new, existing, and changes resources in this change.
      
      repeated .xyz.block.ftl.v1beta1.provisioner.ResourceContext desired_resources = 4;
      abstract ResourceContextOrBuilder getDesiredResourcesOrBuilder(int index)
      The resource FTL would like to exist after this provisioning run.
      This includes all new, existing, and changes resources in this change.
      
      repeated .xyz.block.ftl.v1beta1.provisioner.ResourceContext desired_resources = 4;
      • Methods inherited from class com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getFtlClusterId

         abstract String getFtlClusterId()

        string ftl_cluster_id = 1;

        Returns:

        The ftlClusterId.

      • getFtlClusterIdBytes

         abstract ByteString getFtlClusterIdBytes()

        string ftl_cluster_id = 1;

        Returns:

        The bytes for ftlClusterId.

      • getModule

         abstract String getModule()

        string module = 2;

        Returns:

        The module.

      • getModuleBytes

         abstract ByteString getModuleBytes()

        string module = 2;

        Returns:

        The bytes for module.

      • getExistingResourcesList

         abstract List<Resource> getExistingResourcesList()
        The resource FTL thinks exists currently
        
        repeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
      • getExistingResources

         abstract Resource getExistingResources(int index)
        The resource FTL thinks exists currently
        
        repeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
      • getExistingResourcesCount

         abstract int getExistingResourcesCount()
        The resource FTL thinks exists currently
        
        repeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
      • getDesiredResourcesList

         abstract List<ResourceContext> getDesiredResourcesList()
        The resource FTL would like to exist after this provisioning run.
        This includes all new, existing, and changes resources in this change.
        
        repeated .xyz.block.ftl.v1beta1.provisioner.ResourceContext desired_resources = 4;
      • getDesiredResources

         abstract ResourceContext getDesiredResources(int index)
        The resource FTL would like to exist after this provisioning run.
        This includes all new, existing, and changes resources in this change.
        
        repeated .xyz.block.ftl.v1beta1.provisioner.ResourceContext desired_resources = 4;
      • getDesiredResourcesCount

         abstract int getDesiredResourcesCount()
        The resource FTL would like to exist after this provisioning run.
        This includes all new, existing, and changes resources in this change.
        
        repeated .xyz.block.ftl.v1beta1.provisioner.ResourceContext desired_resources = 4;
      • getDesiredResourcesOrBuilderList

         abstract List<out ResourceContextOrBuilder> getDesiredResourcesOrBuilderList()
        The resource FTL would like to exist after this provisioning run.
        This includes all new, existing, and changes resources in this change.
        
        repeated .xyz.block.ftl.v1beta1.provisioner.ResourceContext desired_resources = 4;
      • getDesiredResourcesOrBuilder

         abstract ResourceContextOrBuilder getDesiredResourcesOrBuilder(int index)
        The resource FTL would like to exist after this provisioning run.
        This includes all new, existing, and changes resources in this change.
        
        repeated .xyz.block.ftl.v1beta1.provisioner.ResourceContext desired_resources = 4;