Class GetTrafficMirrorServiceArgs.Builder

    • Method Detail

      • enable

        public GetTrafficMirrorServiceArgs.Builder enable​(@Nullable
                                                          com.pulumi.core.Output<java.lang.String> enable)
        Parameters:
        enable - Setting the value to `On` to enable the service. If has been enabled, return the result. Default value: `Off`. Valid values: `On` and `Off`. > **NOTE:** Setting `enable = "On"` to open the VPC Traffic Mirror service that means you have read and agreed the [VPC Traffic Mirror Terms of Service](https://help.aliyun.com/zh/vpc/support/vpc-terms-of-service). The service can not closed once it is opened.
        Returns:
        builder
      • enable

        public GetTrafficMirrorServiceArgs.Builder enable​(java.lang.String enable)
        Parameters:
        enable - Setting the value to `On` to enable the service. If has been enabled, return the result. Default value: `Off`. Valid values: `On` and `Off`. > **NOTE:** Setting `enable = "On"` to open the VPC Traffic Mirror service that means you have read and agreed the [VPC Traffic Mirror Terms of Service](https://help.aliyun.com/zh/vpc/support/vpc-terms-of-service). The service can not closed once it is opened.
        Returns:
        builder