Class GetInstancePoliciesOneOfGetInstancePolicyAllowedNetworkResourcesItemPolicyDataAttributes
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.GetInstancePoliciesOneOfGetInstancePolicyAllowedNetworkResourcesItemPolicyDataAttributes
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetInstancePoliciesOneOfGetInstancePolicyAllowedNetworkResourcesItemPolicyDataAttributes extends com.ibm.cloud.sdk.core.service.model.GenericModel
Data associated with the policy type `allowed_network`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GetInstancePoliciesOneOfGetInstancePolicyAllowedNetworkResourcesItemPolicyDataAttributes.AllowedNetwork
If set to `public-and-private`, Key Protect allows the instance to be accessible through public and private endpoints.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAllowedNetwork()
Gets the allowedNetwork.
-
-
-
Method Detail
-
getAllowedNetwork
public String getAllowedNetwork()
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
-
-