Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
NetworkProfile |
NetworkProfile.clone() |
NetworkProfile |
NetworkProfile.set(String fieldName,
Object value) |
NetworkProfile |
NetworkProfile.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
NetworkProfile |
NetworkProfile.setDescription(String description)
[Output Only] An optional description of this resource.
|
NetworkProfile |
NetworkProfile.setFeatures(NetworkProfileNetworkFeatures features)
[Output Only] Features supported by the network.
|
NetworkProfile |
NetworkProfile.setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
NetworkProfile |
NetworkProfile.setKind(String kind)
[Output Only] Type of the resource.
|
NetworkProfile |
NetworkProfile.setLocation(NetworkProfileLocation location)
[Output Only] Location to which the network is restricted.
|
NetworkProfile |
NetworkProfile.setName(String name)
[Output Only] Name of the resource.
|
NetworkProfile |
NetworkProfile.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
NetworkProfile |
NetworkProfile.setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource with the resource id.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkProfile> |
NetworkProfilesListResponse.getItems()
A list of NetworkProfile resources.
|
Modifier and Type | Method and Description |
---|---|
NetworkProfilesListResponse |
NetworkProfilesListResponse.setItems(List<NetworkProfile> items)
A list of NetworkProfile resources.
|
Copyright © 2011–2025 Google. All rights reserved.