Class InstancePolicyAllowedNetworkPolicyDataAttributes

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class InstancePolicyAllowedNetworkPolicyDataAttributes
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Attributes of an `allowedNetwork` instance policy. Must be provided if the `enabled` field is `true`. Cannot be provided if the `enabled` field is `false`.
    • Method Detail

      • allowedNetwork

        public String allowedNetwork()
        Gets the allowedNetwork. If set to `public-and-private`, Key Protect allows the instance to be accessible through public and private endpoints. If set to `private-only`, Key Protect restricts the instance to only be accessible through a private endpoint.
        Returns:
        the allowedNetwork