Class ConnectionMonitorEndpointScopeResponse
- java.lang.Object
-
- com.pulumi.azurenative.network.outputs.ConnectionMonitorEndpointScopeResponse
-
public final class ConnectionMonitorEndpointScopeResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectionMonitorEndpointScopeResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectionMonitorEndpointScopeResponse.Builder
builder()
static ConnectionMonitorEndpointScopeResponse.Builder
builder(ConnectionMonitorEndpointScopeResponse defaults)
java.util.List<ConnectionMonitorEndpointScopeItemResponse>
exclude()
java.util.List<ConnectionMonitorEndpointScopeItemResponse>
include()
-
-
-
Method Detail
-
exclude
public java.util.List<ConnectionMonitorEndpointScopeItemResponse> exclude()
- Returns:
- List of items which needs to be excluded from the endpoint scope.
-
include
public java.util.List<ConnectionMonitorEndpointScopeItemResponse> include()
- Returns:
- List of items which needs to be included to the endpoint scope.
-
builder
public static ConnectionMonitorEndpointScopeResponse.Builder builder()
-
builder
public static ConnectionMonitorEndpointScopeResponse.Builder builder(ConnectionMonitorEndpointScopeResponse defaults)
-
-