public sealed class VpcAccessibleServices : IMessage<ServicePerimeterConfig.Types.VpcAccessibleServices>, IEquatable<ServicePerimeterConfig.Types.VpcAccessibleServices>, IDeepCloneable<ServicePerimeterConfig.Types.VpcAccessibleServices>, IBufferMessage, IMessage
Specifies how APIs are allowed to communicate within the Service
Perimeter.
public RepeatedField<string> AllowedServices { get; }
The list of APIs usable within the Service Perimeter. Must be empty
unless 'enable_restriction' is True. You can specify a list of individual
services, as well as include the 'RESTRICTED-SERVICES' value, which
automatically includes all of the services protected by the perimeter.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eVpcAccessibleServices\u003c/code\u003e class, which governs how APIs can interact within a Service Perimeter.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eVpcAccessibleServices\u003c/code\u003e is 2.5.0, with multiple previous versions listed for reference, down to 1.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eVpcAccessibleServices\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eVpcAccessibleServices\u003c/code\u003e includes properties \u003ccode\u003eAllowedServices\u003c/code\u003e, which lists usable APIs, and \u003ccode\u003eEnableRestriction\u003c/code\u003e, a boolean that determines if API calls are restricted.\u003c/p\u003e\n"],["\u003cp\u003eYou can create a \u003ccode\u003eVpcAccessibleServices\u003c/code\u003e instance by using the default constructor, or by copying an instance of the same class using the \u003ccode\u003eServicePerimeterConfig.Types.VpcAccessibleServices\u003c/code\u003e parameter constructor.\u003c/p\u003e\n"]]],[],null,[]]