Class NetworkVpcEndpoints
- java.lang.Object
-
- com.databricks.sdk.service.provisioning.NetworkVpcEndpoints
-
@Generated public class NetworkVpcEndpoints extends Object
If specified, contains the VPC endpoints used to allow cluster communication from this VPC over [AWS PrivateLink].[AWS PrivateLink]: https://aws.amazon.com/privatelink/
-
-
Constructor Summary
Constructors Constructor Description NetworkVpcEndpoints()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<String>
getDataplaneRelay()
Collection<String>
getRestApi()
int
hashCode()
NetworkVpcEndpoints
setDataplaneRelay(Collection<String> dataplaneRelay)
NetworkVpcEndpoints
setRestApi(Collection<String> restApi)
String
toString()
-
-
-
Method Detail
-
setDataplaneRelay
public NetworkVpcEndpoints setDataplaneRelay(Collection<String> dataplaneRelay)
-
getDataplaneRelay
public Collection<String> getDataplaneRelay()
-
setRestApi
public NetworkVpcEndpoints setRestApi(Collection<String> restApi)
-
getRestApi
public Collection<String> getRestApi()
-
-