Class ManagedIntegrationRuntimeTypeProperties


  • public final class ManagedIntegrationRuntimeTypeProperties
    extends Object
    Managed integration runtime type properties.
    • Constructor Detail

      • ManagedIntegrationRuntimeTypeProperties

        public ManagedIntegrationRuntimeTypeProperties()
    • Method Detail

      • computeProperties

        public IntegrationRuntimeComputeProperties computeProperties()
        Get the computeProperties property: The compute resource for managed integration runtime.
        Returns:
        the computeProperties value.
      • withComputeProperties

        public ManagedIntegrationRuntimeTypeProperties withComputeProperties​(IntegrationRuntimeComputeProperties computeProperties)
        Set the computeProperties property: The compute resource for managed integration runtime.
        Parameters:
        computeProperties - the computeProperties value to set.
        Returns:
        the ManagedIntegrationRuntimeTypeProperties object itself.
      • ssisProperties

        public IntegrationRuntimeSsisProperties ssisProperties()
        Get the ssisProperties property: SSIS properties for managed integration runtime.
        Returns:
        the ssisProperties value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.