Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.Projects.EnableXpnResource |
Compute.Projects.enableXpnResource(java.lang.String project,
ProjectsEnableXpnResourceRequest content)
Enable XPN resource (a.k.a service project or service folder in the future) for a host project,
so that subnetworks in the host project can be used by instances in the service project or
folder.
|
Constructor and Description |
---|
Compute.Projects.EnableXpnResource(java.lang.String project,
ProjectsEnableXpnResourceRequest content)
Enable XPN resource (a.k.a service project or service folder in the future) for a host project,
so that subnetworks in the host project can be used by instances in the service project or
folder.
|
Modifier and Type | Method and Description |
---|---|
ProjectsEnableXpnResourceRequest |
ProjectsEnableXpnResourceRequest.clone() |
ProjectsEnableXpnResourceRequest |
ProjectsEnableXpnResourceRequest.set(java.lang.String fieldName,
java.lang.Object value) |
ProjectsEnableXpnResourceRequest |
ProjectsEnableXpnResourceRequest.setXpnResource(XpnResourceId xpnResource)
XPN resource ID.
|