Class InstancePolicyAllowedNetworkPolicyData
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.InstancePolicyAllowedNetworkPolicyData
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstancePolicyAllowedNetworkPolicyData extends com.ibm.cloud.sdk.core.service.model.GenericModel
User defined metadata that is associated with the `allowedNetwork` instance policy type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InstancePolicyAllowedNetworkPolicyData.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstancePolicyAllowedNetworkPolicyDataAttributes
attributes()
Gets the attributes.Boolean
enabled()
Gets the enabled.InstancePolicyAllowedNetworkPolicyData.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public InstancePolicyAllowedNetworkPolicyData.Builder newBuilder()
New builder.- Returns:
- a InstancePolicyAllowedNetworkPolicyData builder
-
enabled
public Boolean enabled()
Gets the enabled. If set to `true`, Key Protect enables the specified policy for your service instance. If set to `false`, Key Protect disables the specified policy for your service instance, and the policy will no longer affect Key Protect actions. **Note:** If a policy with attributes is disabled, all attributes are reset and are not retained.- Returns:
- the enabled
-
attributes
public InstancePolicyAllowedNetworkPolicyDataAttributes attributes()
Gets the attributes. Attributes of an `allowedNetwork` instance policy. Must be provided if the `enabled` field is `true`. Cannot be provided if the `enabled` field is `false`.- Returns:
- the attributes
-
-