Class InstanceGroupManagerStatefulInternalIpArgs


  • public final class InstanceGroupManagerStatefulInternalIpArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • deleteRule

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> deleteRule()
        Returns:
        , A value that prescribes what should happen to the internal ip when the VM instance is deleted. The available options are `NEVER` and `ON_PERMANENT_INSTANCE_DELETION`. `NEVER` - detach the ip when the VM is deleted, but do not delete the ip. `ON_PERMANENT_INSTANCE_DELETION` will delete the internal ip when the VM is permanently deleted from the instance group.
      • interfaceName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> interfaceName()
        Returns:
        , The network interface name of the internal Ip. Possible value: `nic0`