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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `VpcAccessibleServices` is 2.5.0, with versions ranging down to 1.2.0, each providing specific configurations for service perimeters."],["`VpcAccessibleServices` is a sealed class that specifies how APIs are allowed to communicate within a Service Perimeter, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, a default one, and one that takes another `ServicePerimeterConfig.Types.VpcAccessibleServices` object as a parameter for copying its properties."],["The `AllowedServices` property, of type `RepeatedField\u003cstring\u003e`, defines the list of APIs permitted within the Service Perimeter, but it is only relevant if `EnableRestriction` is set to true."],["The `EnableRestriction` property, a boolean value, controls whether API calls are restricted to the `AllowedServices` list within the Service Perimeter."]]],[]]