Class ExistingGCPNetworkRequest
java.lang.Object
com.cloudera.cdp.environments.model.ExistingGCPNetworkRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class ExistingGCPNetworkRequest
extends Object
Request object for creating an GCP environment using existing VPC and subnets.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for networkName.Getter for sharedProjectId.Getter for subnetNames.int
hashCode()
void
setNetworkName
(String networkName) Setter for networkName.void
setSharedProjectId
(String sharedProjectId) Setter for sharedProjectId.void
setSubnetNames
(List<String> subnetNames) Setter for subnetNames.toString()
-
Constructor Details
-
ExistingGCPNetworkRequest
public ExistingGCPNetworkRequest()
-
-
Method Details
-
getNetworkName
Getter for networkName. The name of the GCP VPC. -
setNetworkName
Setter for networkName. The name of the GCP VPC. -
getSubnetNames
Getter for subnetNames. One or more subnet names within the VPC. Google VPC's are global, please give subnets from single geographic region only to reduce latency. -
setSubnetNames
Setter for subnetNames. One or more subnet names within the VPC. Google VPC's are global, please give subnets from single geographic region only to reduce latency. -
equals
-
hashCode
public int hashCode() -
toString
-