diff --git a/docs/dyn/migrationcenter_v1alpha1.projects.locations.assets.html b/docs/dyn/migrationcenter_v1alpha1.projects.locations.assets.html index 9f305b58251..f4d78f69f03 100644 --- a/docs/dyn/migrationcenter_v1alpha1.projects.locations.assets.html +++ b/docs/dyn/migrationcenter_v1alpha1.projects.locations.assets.html @@ -88,7 +88,7 @@

Instance Methods

Close httplib2 connections.

delete(name, requestId=None, x__xgafv=None)

-

Deletes an asset. Deprecated: Please use BatchDeleteAssets API instead.

+

Deletes an asset.

get(name, view=None, x__xgafv=None)

Gets the details of an asset.

@@ -100,7 +100,7 @@

Instance Methods

Retrieves the next page of results.

patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None)

-

Updates the parameters of an asset. Deprecated: Please use BatchUpdateAssets API instead.

+

Updates the parameters of an asset.

reportAssetFrames(parent, body=None, source=None, x__xgafv=None)

Reports a set of frames.

@@ -182,7 +182,7 @@

Method Details

{ # A request to delete a list of asset. "allowMissing": True or False, # Optional. When this value is set to `true` the request is a no-op for non-existing assets. See https://google.aip.dev/135#delete-if-existing for additional details. Default value is `false`. - "names": [ # Required. The IDs of the assets to delete. A maximum of 10 assets can be deleted in a batch. format: projects/{project}/locations/{location}/asset/{name}. + "names": [ # Required. The IDs of the assets to delete. A maximum of 1000 assets can be deleted in a batch. format: projects/{project}/locations/{location}/asset/{name}. "A String", ], } @@ -906,7 +906,7 @@

Method Details

delete(name, requestId=None, x__xgafv=None) -
Deletes an asset. Deprecated: Please use BatchDeleteAssets API instead.
+  
Deletes an asset.
 
 Args:
   name: string, Required. Name of the resource. (required)
@@ -919,24 +919,7 @@ 

Method Details

Returns: An object of the form: - { # This resource represents a long-running operation that is the result of a network API call. - "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. - "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation. - "code": 42, # The status code, which should be an enum value of google.rpc.Code. - "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. - { - "a_key": "", # Properties of the object. Contains field @type with type URL. - }, - ], - "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. - }, - "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any. - "a_key": "", # Properties of the object. Contains field @type with type URL. - }, - "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. - "response": { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`. - "a_key": "", # Properties of the object. Contains field @type with type URL. - }, + { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } }
@@ -1680,7 +1663,7 @@

Method Details

patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None) -
Updates the parameters of an asset. Deprecated: Please use BatchUpdateAssets API instead.
+  
Updates the parameters of an asset.
 
 Args:
   name: string, Output only. The full name of the asset. (required)
@@ -2032,23 +2015,338 @@ 

Method Details

Returns: An object of the form: - { # This resource represents a long-running operation that is the result of a network API call. - "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. - "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation. - "code": 42, # The status code, which should be an enum value of google.rpc.Code. - "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. - { - "a_key": "", # Properties of the object. Contains field @type with type URL. + { # An asset represents a resource in your environment. Asset types include virtual machines and databases. + "assignedGroups": [ # Output only. The list of groups that the asset is assigned to. + "A String", + ], + "attributes": { # Generic asset attributes. + "a_key": "A String", + }, + "createTime": "A String", # Output only. The timestamp when the asset was created. + "insightList": { # Message containing insights list. # Output only. The list of insights associated with the asset. + "insights": [ # Output only. Insights of the list. + { # An insight about an asset. + "migrationInsight": { # An insight about potential migrations for an asset. # Output only. An insight about potential migrations for an asset. + "computeEngineTarget": { # Compute engine migration target. # Output only. A Google Compute Engine target. + "shape": { # Compute Engine target shape descriptor. # Description of the suggested shape for the migration target. + "logicalCoreCount": 42, # Number of logical cores. + "machineType": "A String", # Compute Engine machine type. + "memoryMb": 42, # Memory in mebibytes. + "physicalCoreCount": 42, # Number of physical cores. + "series": "A String", # Compute Engine machine series. + }, + }, + "fit": { # Describes the fit level of an asset for migration to a specific target. # Output only. Description of how well the asset this insight is associated with fits the proposed migration. + "fitLevel": "A String", # Fit level. + }, + "gkeTarget": { # GKE migration target. # Output only. A Google Kubernetes Engine target. + }, + "vmwareEngineTarget": { # VMWare engine migration target. # Output only. A VMWare Engine target. + }, + }, }, ], - "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. + "updateTime": "A String", # Output only. Update timestamp. }, - "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any. - "a_key": "", # Properties of the object. Contains field @type with type URL. + "labels": { # Labels as key value pairs. + "a_key": "A String", }, - "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. - "response": { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`. - "a_key": "", # Properties of the object. Contains field @type with type URL. + "name": "A String", # Output only. The full name of the asset. + "performanceData": { # Performance data for an asset. # Output only. Performance data for the asset. + "dailyResourceUsageAggregations": [ # Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. + { # Usage data aggregation for a single day. + "cpu": { # Statistical aggregation of CPU usage. # CPU usage. + "utilizationPercentage": { # Statistical aggregation of samples for a single resource usage. # CPU utilization percentage. + "average": 3.14, # Average usage value. + "median": 3.14, # Median usage value. + "ninteyFifthPercentile": 3.14, # 95th percentile usage value. + "peak": 3.14, # Peak usage value. + }, + }, + "date": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Aggregation date. Day boundaries are at midnight UTC. + "day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant. + "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. + "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. + }, + "disk": { # Statistical aggregation of disk usage. # Disk usage. + "iops": { # Statistical aggregation of samples for a single resource usage. # Disk I/O operations per second. + "average": 3.14, # Average usage value. + "median": 3.14, # Median usage value. + "ninteyFifthPercentile": 3.14, # 95th percentile usage value. + "peak": 3.14, # Peak usage value. + }, + }, + "memory": { # Statistical aggregation of memory usage. # Memory usage. + "utilizationPercentage": { # Statistical aggregation of samples for a single resource usage. # Memory utilization percentage. + "average": 3.14, # Average usage value. + "median": 3.14, # Median usage value. + "ninteyFifthPercentile": 3.14, # 95th percentile usage value. + "peak": 3.14, # Peak usage value. + }, + }, + "network": { # Statistical aggregation of network usage. # Network usage. + "egressBps": { # Statistical aggregation of samples for a single resource usage. # Network egress in B/s. + "average": 3.14, # Average usage value. + "median": 3.14, # Median usage value. + "ninteyFifthPercentile": 3.14, # 95th percentile usage value. + "peak": 3.14, # Peak usage value. + }, + "ingressBps": { # Statistical aggregation of samples for a single resource usage. # Network ingress in B/s. + "average": 3.14, # Average usage value. + "median": 3.14, # Median usage value. + "ninteyFifthPercentile": 3.14, # 95th percentile usage value. + "peak": 3.14, # Peak usage value. + }, + }, + }, + ], + }, + "sources": [ # Output only. The list of sources contributing to the asset. + "A String", + ], + "updateTime": "A String", # Output only. The timestamp when the asset was last updated. + "virtualMachineDetails": { # Details of a VirtualMachine. # Output only. Asset information specific for virtual machines. + "coreCount": 42, # Number of CPU cores in the VirtualMachine. Must be non-negative. + "createTime": "A String", # VM creation timestamp. + "guestOs": { # Information from Guest-level collections. # Guest OS information. + "config": { # Guest OS config information. # OS and app configuration. + "fstab": { # Fstab content. # Mount list (Linux fstab). + "entries": [ # Fstab entries. + { # Single fstab entry. + "file": "A String", # The mount point for the filesystem. + "freq": 42, # Used by dump to determine which filesystems need to be dumped. + "mntops": "A String", # Mount options associated with the filesystem. + "passno": 42, # Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time. + "spec": "A String", # The block special device or remote filesystem to be mounted. + "vfstype": "A String", # The type of the filesystem. + }, + ], + }, + "hosts": { # Hosts content. # Hosts file (/etc/hosts). + "entries": [ # Hosts entries. + { # Single /etc/hosts entry. + "hostNames": [ # List of host names / aliases. + "A String", + ], + "ip": "A String", # IP (raw, IPv4/6 agnostic). + }, + ], + }, + "issue": "A String", # OS issue (typically /etc/issue in Linux). + "nfsExports": { # NFS exports. # NFS exports. + "entries": [ # NFS export entries. + { # NFS export. + "exportDirectory": "A String", # The directory being exported. + "hosts": [ # The hosts or networks to which the export is being shared. + "A String", + ], + }, + ], + }, + "selinux": { # SELinux details. # SELinux details. + "enabled": True or False, # Is SELinux enabled. + "mode": "A String", # SELinux mode enforcing / permissive. + }, + }, + "runtime": { # Guest OS runtime information. # Runtime information. + "domain": "A String", # Domain, e.g. c.stratozone-development.internal. + "installedApps": { # Guest installed application list. # Installed applications information. + "entries": [ # Application entries. + { # Guest installed application information. + "name": "A String", # Installed application name. + "path": "A String", # Source path. + "time": "A String", # Date application was installed. + "vendor": "A String", # Installed application vendor. + "version": "A String", # Installed application version. + }, + ], + }, + "lastUptime": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Date since last booted (last uptime date). + "day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant. + "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. + "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. + }, + "machineName": "A String", # Machine name. + "networkInfo": { # Runtime networking information. # Runtime network information (connections, ports). + "connections": { # Network connection list. # Network connections. + "entries": [ # Network connection entries. + { + "localIpAddress": "A String", # Local IP address. + "localPort": 42, # Local port. + "pid": "A String", # Process ID. + "processName": "A String", # Process or service name. + "protocol": "A String", # Connection protocol (e.g. TCP/UDP). + "remoteIpAddress": "A String", # Remote IP address. + "remotePort": 42, # Remote port. + "state": "A String", # Connection state (e.g. CONNECTED). + }, + ], + }, + "netstat": "A String", # Netstat (raw, OS-agnostic). + "netstatTime": { # Represents civil time (or occasionally physical time). This type can represent a civil time in one of a few possible ways: * When utc_offset is set and time_zone is unset: a civil time on a calendar day with a particular offset from UTC. * When time_zone is set and utc_offset is unset: a civil time on a calendar day in a particular time zone. * When neither time_zone nor utc_offset is set: a civil time on a calendar day in local time. The date is relative to the Proleptic Gregorian Calendar. If year, month, or day are 0, the DateTime is considered not to have a specific year, month, or day respectively. This type may also be used to represent a physical time if all the date and time fields are set and either case of the `time_offset` oneof is set. Consider using `Timestamp` message for physical time instead. If your use case also would like to store the user's timezone, that can be done in another field. This type is more flexible than some applications may want. Make sure to document and validate your application's limitations. # Netstat time collected. + "day": 42, # Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day. + "hours": 42, # Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios like business closing time. + "minutes": 42, # Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0. + "month": 42, # Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month. + "nanos": 42, # Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0. + "seconds": 42, # Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds. + "timeZone": { # Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones). # Time zone. + "id": "A String", # IANA Time Zone Database time zone, e.g. "America/New_York". + "version": "A String", # Optional. IANA Time Zone Database version number, e.g. "2019a". + }, + "utcOffset": "A String", # UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }. + "year": 42, # Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year. + }, + }, + "openFileList": { # Open file list. # Open files information. + "entries": [ # Open file details entries. + { # Open file Information. + "command": "A String", # Opened file command. + "filePath": "A String", # Opened file file path. + "fileType": "A String", # Opened file file type. + "user": "A String", # Opened file user. + }, + ], + }, + "processes": { # List of running guest OS processes. # Running processes. + "processes": [ # Running process entries. + { # Guest OS running process details. + "attributes": { # Process extended attributes. + "a_key": "A String", + }, + "cmdline": "A String", # Process full command line. + "exePath": "A String", # Process binary path. + "pid": "A String", # Process ID. + "user": "A String", # User running the process. + }, + ], + }, + "services": { # List of running guest OS services. # Running background services. + "services": [ # Running service entries. + { # Guest OS running service details. + "cmdline": "A String", # Service command line. + "exePath": "A String", # Service binary path. + "name": "A String", # Service name. + "pid": "A String", # Service pid. + "startMode": "A String", # Service start mode (raw, OS-agnostic). + "state": "A String", # Service state (raw, OS-agnostic). + "status": "A String", # Service status. + }, + ], + }, + }, + }, + "memoryMb": 42, # The amount of memory in the VirtualMachine. Must be non-negative. + "osFamily": "A String", # What family the OS belong to, if known. + "osName": "A String", # The name of the operating system running on the VirtualMachine. + "osVersion": "A String", # The version of the operating system running on the virtual machine. + "platform": { # Information about the platform. # Platform information. + "awsEc2Details": { # AWS EC2 specific details. # AWS EC2 specific details. + "location": "A String", # The location of the machine in the AWS format. + "machineTypeLabel": "A String", # AWS platform's machine type label. + }, + "azureVmDetails": { # Azure VM specific details. # Azure VM specific details. + "location": "A String", # The location of the machine in the Azure format. + "machineTypeLabel": "A String", # Azure platform's machine type label. + "provisioningState": "A String", # Azure platform's provisioning state. + }, + "genericDetails": { # Generic platform details. # Generic platform details. + "location": "A String", # Free text representation of the machine location. The format of this field should not be relied on. Different VMs in the same location may have different string values for this field. + }, + "physicalDetails": { # Platform specific details for Physical Machines. # Physical machines platform details. + "location": "A String", # Free text representation of the machine location. The format of this field should not be relied on. Different machines in the same location may have different string values for this field. + }, + "vmwareDetails": { # VMware specific details. # VMware specific details. + "esxVersion": "A String", # ESX version. + "osid": "A String", # VMware os enum - https://vdc-repo.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html. + "vcenterVersion": "A String", # vCenter version. + }, + }, + "powerState": "A String", # Power state of VM (poweredOn or poweredOff). + "vcenterFolder": "A String", # Folder name in vCenter where asset resides. + "vcenterUrl": "A String", # vCenter URL used in collection. + "vcenterVmId": "A String", # vCenter VM ID. + "vmArchitecture": { # Details of the VM architecture. # VM architecture details (vendor, cpu arch). + "bios": { # Details about the BIOS. # BIOS Details. + "biosManufacturer": "A String", # BIOS manufacturer. + "biosName": "A String", # BIOS name. + "biosReleaseDate": "A String", # BIOS release date. + "biosVersion": "A String", # BIOS version. + "smbiosUuid": "A String", # SMBIOS UUID. + }, + "cpuArchitecture": "A String", # CPU architecture, e.g., "x64-based PC", "x86_64", "i686" etc. + "cpuManufacturer": "A String", # CPU manufacturer, e.g., "Intel", "AMD". + "cpuName": "A String", # CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc. + "cpuSocketCount": 42, # Number of processor sockets allocated to the machine. + "cpuThreadCount": 42, # Number of CPU threads allocated to the machine. + "firmware": "A String", # Firmware (BIOS/efi). + "hyperthreading": "A String", # CPU hyperthreading support. + "vendor": "A String", # Hardware vendor. + }, + "vmDisks": { # Details of VM disks. # VM disk details. + "disks": { # VM disks. # List of disks. + "entries": [ # Disk entries. + { # Single disk entry. + "diskLabel": "A String", # Disk label. + "diskLabelType": "A String", # Disk label type (e.g. BIOS/GPT) + "hwAddress": "A String", # Disk hardware address (e.g. 0:1 for SCSI). + "interfaceType": "A String", # Disks interface type (e.g. SATA/SCSI) + "partitions": { # Disk partition list. # Partition layout. + "entries": [ # Partition entries. + { # Disk Partition details. + "capacityBytes": "A String", # Partition capacity. + "fileSystem": "A String", # Partition file system. + "freeBytes": "A String", # Partition free space. + "mountPoint": "A String", # Mount pount (Linux/Windows) or drive letter (Windows). + "subPartitions": # Object with schema name: DiskPartitionList # Sub-partitions. + "type": "A String", # Partition type (e.g. BIOS boot). + "uuid": "A String", # Partition UUID. + }, + ], + }, + "status": "A String", # Disk status (e.g. online). + "totalCapacityBytes": "A String", # Disk capacity. + "totalFreeBytes": "A String", # Disk free space. + "vmwareConfig": { # VMware disk config details. # VMware disk details. + "backingType": "A String", # VMDK backing type. + "rdmCompatibilityMode": "A String", # RDM compatibility mode. + "shared": True or False, # Is VMDK shared with other VMs. + "vmdkDiskMode": "A String", # VMDK disk mode. + }, + }, + ], + }, + "hddTotalCapacityBytes": "A String", # Disk total Capacity. + "hddTotalFreeBytes": "A String", # Total Disk Free Space. + "lsblkJson": "A String", # Raw lsblk output in json. + }, + "vmName": "A String", # Virtual Machine display name. + "vmNetwork": { # Details of network adapters and settings. # VM network details. + "defaultGw": "A String", # Default gateway address. + "networkAdapters": { # List of network adapters. # List of network adapters. + "networkAdapters": [ # Network adapter descriptions. + { # Details of network adapter. + "adapterType": "A String", # Network adapter type (e.g. VMXNET3). + "addresses": { # List of allocated/assigned network addresses. # NetworkAddressList + "addresses": [ # Network address entries. + { # Details of network address. + "assignment": "A String", # Whether DHCP is used to assign addresses. + "bcast": "A String", # Broadcast address. + "fqdn": "A String", # Fully qualified domain name. + "ipAddress": "A String", # Assigned or configured IP Address. + "subnetMask": "A String", # Subnet mask. + }, + ], + }, + "macAddress": "A String", # MAC address. + }, + ], + }, + "primaryIpAddress": "A String", # IP address of the machine. + "primaryMacAddress": "A String", # MAC address of the machine. This property is used to uniqly identify the machine. + "publicIpAddress": "A String", # Public IP address of the machine. + }, + "vmUuid": "A String", # Virtual Machine unique identifier. }, }
diff --git a/docs/dyn/migrationcenter_v1alpha1.projects.locations.html b/docs/dyn/migrationcenter_v1alpha1.projects.locations.html index c545ecbaa82..524a18f2e1e 100644 --- a/docs/dyn/migrationcenter_v1alpha1.projects.locations.html +++ b/docs/dyn/migrationcenter_v1alpha1.projects.locations.html @@ -147,7 +147,7 @@

Method Details

Returns: An object of the form: - { # A resource that represents Google Cloud Platform location. + { # A resource that represents a Google Cloud location. "displayName": "A String", # The friendly name for this location, typically a nearby city name. For example, "Tokyo". "labels": { # Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} "a_key": "A String", @@ -199,7 +199,7 @@

Method Details

{ # The response message for Locations.ListLocations. "locations": [ # A list of locations that matches the specified filter in the request. - { # A resource that represents Google Cloud Platform location. + { # A resource that represents a Google Cloud location. "displayName": "A String", # The friendly name for this location, typically a nearby city name. For example, "Tokyo". "labels": { # Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} "a_key": "A String", diff --git a/docs/dyn/migrationcenter_v1alpha1.projects.locations.importJobs.importDataFiles.html b/docs/dyn/migrationcenter_v1alpha1.projects.locations.importJobs.importDataFiles.html index 15caf0c4a57..e5171e32704 100644 --- a/docs/dyn/migrationcenter_v1alpha1.projects.locations.importJobs.importDataFiles.html +++ b/docs/dyn/migrationcenter_v1alpha1.projects.locations.importJobs.importDataFiles.html @@ -118,7 +118,6 @@

Method Details

"a_key": "A String", }, "signedUri": "A String", # Output only. Upload URI for the file. - "uri": "A String", # Output only. Upload URI for the file. "uriExpirationTime": "A String", # Output only. Expiration time of the upload URI. }, } @@ -215,7 +214,6 @@

Method Details

"a_key": "A String", }, "signedUri": "A String", # Output only. Upload URI for the file. - "uri": "A String", # Output only. Upload URI for the file. "uriExpirationTime": "A String", # Output only. Expiration time of the upload URI. }, } @@ -252,7 +250,6 @@

Method Details

"a_key": "A String", }, "signedUri": "A String", # Output only. Upload URI for the file. - "uri": "A String", # Output only. Upload URI for the file. "uriExpirationTime": "A String", # Output only. Expiration time of the upload URI. }, }, diff --git a/docs/dyn/migrationcenter_v1alpha1.projects.locations.sources.errorFrames.html b/docs/dyn/migrationcenter_v1alpha1.projects.locations.sources.errorFrames.html new file mode 100644 index 00000000000..d1d174d631a --- /dev/null +++ b/docs/dyn/migrationcenter_v1alpha1.projects.locations.sources.errorFrames.html @@ -0,0 +1,723 @@ + + + +

Migration Center API . projects . locations . sources . errorFrames

+

Instance Methods

+

+ close()

+

Close httplib2 connections.

+

+ get(name, view=None, x__xgafv=None)

+

Gets the details of an error frame.

+

+ list(parent, pageSize=None, pageToken=None, view=None, x__xgafv=None)

+

Lists all error frames in a given source and location.

+

+ list_next()

+

Retrieves the next page of results.

+

Method Details

+
+ close() +
Close httplib2 connections.
+
+ +
+ get(name, view=None, x__xgafv=None) +
Gets the details of an error frame.
+
+Args:
+  name: string, Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame} (required)
+  view: string, Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.
+    Allowed values
+      ERROR_FRAME_VIEW_UNSPECIFIED - Value is unset. The system will fallback to the default value.
+      ERROR_FRAME_VIEW_BASIC - Include basic frame data, but not the full contents.
+      ERROR_FRAME_VIEW_FULL - Include everything.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # Message representing a frame which failed to be processed due to an error.
+  "ingestionTime": "A String", # Output only. Frame ingestion time.
+  "name": "A String", # Output only. The identifier of the ErrorFrame.
+  "originalFrame": { # Contains data reported from an inventory source on an asset. # Output only. The frame that was originally reported.
+    "attributes": { # Generic asset attributes.
+      "a_key": "A String",
+    },
+    "labels": { # Labels as key value pairs.
+      "a_key": "A String",
+    },
+    "performanceSamples": [ # Asset performance data samples.
+      { # Performance data sample.
+        "cpu": { # CPU usage sample. # CPU usage sample.
+          "utilizedPercentage": 3.14, # Percentage of total CPU capacity utilized. Must be in the interval [0, 100]. On most systems can be calculated using 100 - idle percentage.
+        },
+        "disk": { # Disk usage sample. Values are across all disks. # Disk usage sample.
+          "averageIops": 3.14, # Average IOPS sampled over a short window. Must be non-negative.
+        },
+        "memory": { # Memory usage sample. # Memory usage sample.
+          "utilizedPercentage": 3.14, # Percentage of system memory utilized. Must be in the interval [0, 100].
+        },
+        "network": { # Network usage sample. Values are across all network interfaces. # Network usage sample.
+          "averageEgressBps": 3.14, # Average network egress in B/s sampled over a short window. Must be non-negative.
+          "averageIngressBps": 3.14, # Average network ingress in B/s sampled over a short window. Must be non-negative.
+        },
+        "sampleTime": "A String", # Time the sample was collected.
+      },
+    ],
+    "reportTime": "A String", # The time the data was reported.
+    "traceToken": "A String", # Optional. Trace token is optionally provided to assist with debugging and traceability.
+    "virtualMachineDetails": { # Details of a VirtualMachine. # Asset information specific for virtual machines.
+      "coreCount": 42, # Number of CPU cores in the VirtualMachine. Must be non-negative.
+      "createTime": "A String", # VM creation timestamp.
+      "guestOs": { # Information from Guest-level collections. # Guest OS information.
+        "config": { # Guest OS config information. # OS and app configuration.
+          "fstab": { # Fstab content. # Mount list (Linux fstab).
+            "entries": [ # Fstab entries.
+              { # Single fstab entry.
+                "file": "A String", # The mount point for the filesystem.
+                "freq": 42, # Used by dump to determine which filesystems need to be dumped.
+                "mntops": "A String", # Mount options associated with the filesystem.
+                "passno": 42, # Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.
+                "spec": "A String", # The block special device or remote filesystem to be mounted.
+                "vfstype": "A String", # The type of the filesystem.
+              },
+            ],
+          },
+          "hosts": { # Hosts content. # Hosts file (/etc/hosts).
+            "entries": [ # Hosts entries.
+              { # Single /etc/hosts entry.
+                "hostNames": [ # List of host names / aliases.
+                  "A String",
+                ],
+                "ip": "A String", # IP (raw, IPv4/6 agnostic).
+              },
+            ],
+          },
+          "issue": "A String", # OS issue (typically /etc/issue in Linux).
+          "nfsExports": { # NFS exports. # NFS exports.
+            "entries": [ # NFS export entries.
+              { # NFS export.
+                "exportDirectory": "A String", # The directory being exported.
+                "hosts": [ # The hosts or networks to which the export is being shared.
+                  "A String",
+                ],
+              },
+            ],
+          },
+          "selinux": { # SELinux details. # SELinux details.
+            "enabled": True or False, # Is SELinux enabled.
+            "mode": "A String", # SELinux mode enforcing / permissive.
+          },
+        },
+        "runtime": { # Guest OS runtime information. # Runtime information.
+          "domain": "A String", # Domain, e.g. c.stratozone-development.internal.
+          "installedApps": { # Guest installed application list. # Installed applications information.
+            "entries": [ # Application entries.
+              { # Guest installed application information.
+                "name": "A String", # Installed application name.
+                "path": "A String", # Source path.
+                "time": "A String", # Date application was installed.
+                "vendor": "A String", # Installed application vendor.
+                "version": "A String", # Installed application version.
+              },
+            ],
+          },
+          "lastUptime": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Date since last booted (last uptime date).
+            "day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
+            "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+            "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+          },
+          "machineName": "A String", # Machine name.
+          "networkInfo": { # Runtime networking information. # Runtime network information (connections, ports).
+            "connections": { # Network connection list. # Network connections.
+              "entries": [ # Network connection entries.
+                {
+                  "localIpAddress": "A String", # Local IP address.
+                  "localPort": 42, # Local port.
+                  "pid": "A String", # Process ID.
+                  "processName": "A String", # Process or service name.
+                  "protocol": "A String", # Connection protocol (e.g. TCP/UDP).
+                  "remoteIpAddress": "A String", # Remote IP address.
+                  "remotePort": 42, # Remote port.
+                  "state": "A String", # Connection state (e.g. CONNECTED).
+                },
+              ],
+            },
+            "netstat": "A String", # Netstat (raw, OS-agnostic).
+            "netstatTime": { # Represents civil time (or occasionally physical time). This type can represent a civil time in one of a few possible ways: * When utc_offset is set and time_zone is unset: a civil time on a calendar day with a particular offset from UTC. * When time_zone is set and utc_offset is unset: a civil time on a calendar day in a particular time zone. * When neither time_zone nor utc_offset is set: a civil time on a calendar day in local time. The date is relative to the Proleptic Gregorian Calendar. If year, month, or day are 0, the DateTime is considered not to have a specific year, month, or day respectively. This type may also be used to represent a physical time if all the date and time fields are set and either case of the `time_offset` oneof is set. Consider using `Timestamp` message for physical time instead. If your use case also would like to store the user's timezone, that can be done in another field. This type is more flexible than some applications may want. Make sure to document and validate your application's limitations. # Netstat time collected.
+              "day": 42, # Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day.
+              "hours": 42, # Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios like business closing time.
+              "minutes": 42, # Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
+              "month": 42, # Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
+              "nanos": 42, # Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
+              "seconds": 42, # Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds.
+              "timeZone": { # Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones). # Time zone.
+                "id": "A String", # IANA Time Zone Database time zone, e.g. "America/New_York".
+                "version": "A String", # Optional. IANA Time Zone Database version number, e.g. "2019a".
+              },
+              "utcOffset": "A String", # UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }.
+              "year": 42, # Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.
+            },
+          },
+          "openFileList": { # Open file list. # Open files information.
+            "entries": [ # Open file details entries.
+              { # Open file Information.
+                "command": "A String", # Opened file command.
+                "filePath": "A String", # Opened file file path.
+                "fileType": "A String", # Opened file file type.
+                "user": "A String", # Opened file user.
+              },
+            ],
+          },
+          "processes": { # List of running guest OS processes. # Running processes.
+            "processes": [ # Running process entries.
+              { # Guest OS running process details.
+                "attributes": { # Process extended attributes.
+                  "a_key": "A String",
+                },
+                "cmdline": "A String", # Process full command line.
+                "exePath": "A String", # Process binary path.
+                "pid": "A String", # Process ID.
+                "user": "A String", # User running the process.
+              },
+            ],
+          },
+          "services": { # List of running guest OS services. # Running background services.
+            "services": [ # Running service entries.
+              { # Guest OS running service details.
+                "cmdline": "A String", # Service command line.
+                "exePath": "A String", # Service binary path.
+                "name": "A String", # Service name.
+                "pid": "A String", # Service pid.
+                "startMode": "A String", # Service start mode (raw, OS-agnostic).
+                "state": "A String", # Service state (raw, OS-agnostic).
+                "status": "A String", # Service status.
+              },
+            ],
+          },
+        },
+      },
+      "memoryMb": 42, # The amount of memory in the VirtualMachine. Must be non-negative.
+      "osFamily": "A String", # What family the OS belong to, if known.
+      "osName": "A String", # The name of the operating system running on the VirtualMachine.
+      "osVersion": "A String", # The version of the operating system running on the virtual machine.
+      "platform": { # Information about the platform. # Platform information.
+        "awsEc2Details": { # AWS EC2 specific details. # AWS EC2 specific details.
+          "location": "A String", # The location of the machine in the AWS format.
+          "machineTypeLabel": "A String", # AWS platform's machine type label.
+        },
+        "azureVmDetails": { # Azure VM specific details. # Azure VM specific details.
+          "location": "A String", # The location of the machine in the Azure format.
+          "machineTypeLabel": "A String", # Azure platform's machine type label.
+          "provisioningState": "A String", # Azure platform's provisioning state.
+        },
+        "genericDetails": { # Generic platform details. # Generic platform details.
+          "location": "A String", # Free text representation of the machine location. The format of this field should not be relied on. Different VMs in the same location may have different string values for this field.
+        },
+        "physicalDetails": { # Platform specific details for Physical Machines. # Physical machines platform details.
+          "location": "A String", # Free text representation of the machine location. The format of this field should not be relied on. Different machines in the same location may have different string values for this field.
+        },
+        "vmwareDetails": { # VMware specific details. # VMware specific details.
+          "esxVersion": "A String", # ESX version.
+          "osid": "A String", # VMware os enum - https://vdc-repo.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html.
+          "vcenterVersion": "A String", # vCenter version.
+        },
+      },
+      "powerState": "A String", # Power state of VM (poweredOn or poweredOff).
+      "vcenterFolder": "A String", # Folder name in vCenter where asset resides.
+      "vcenterUrl": "A String", # vCenter URL used in collection.
+      "vcenterVmId": "A String", # vCenter VM ID.
+      "vmArchitecture": { # Details of the VM architecture. # VM architecture details (vendor, cpu arch).
+        "bios": { # Details about the BIOS. # BIOS Details.
+          "biosManufacturer": "A String", # BIOS manufacturer.
+          "biosName": "A String", # BIOS name.
+          "biosReleaseDate": "A String", # BIOS release date.
+          "biosVersion": "A String", # BIOS version.
+          "smbiosUuid": "A String", # SMBIOS UUID.
+        },
+        "cpuArchitecture": "A String", # CPU architecture, e.g., "x64-based PC", "x86_64", "i686" etc.
+        "cpuManufacturer": "A String", # CPU manufacturer, e.g., "Intel", "AMD".
+        "cpuName": "A String", # CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
+        "cpuSocketCount": 42, # Number of processor sockets allocated to the machine.
+        "cpuThreadCount": 42, # Number of CPU threads allocated to the machine.
+        "firmware": "A String", # Firmware (BIOS/efi).
+        "hyperthreading": "A String", # CPU hyperthreading support.
+        "vendor": "A String", # Hardware vendor.
+      },
+      "vmDisks": { # Details of VM disks. # VM disk details.
+        "disks": { # VM disks. # List of disks.
+          "entries": [ # Disk entries.
+            { # Single disk entry.
+              "diskLabel": "A String", # Disk label.
+              "diskLabelType": "A String", # Disk label type (e.g. BIOS/GPT)
+              "hwAddress": "A String", # Disk hardware address (e.g. 0:1 for SCSI).
+              "interfaceType": "A String", # Disks interface type (e.g. SATA/SCSI)
+              "partitions": { # Disk partition list. # Partition layout.
+                "entries": [ # Partition entries.
+                  { # Disk Partition details.
+                    "capacityBytes": "A String", # Partition capacity.
+                    "fileSystem": "A String", # Partition file system.
+                    "freeBytes": "A String", # Partition free space.
+                    "mountPoint": "A String", # Mount pount (Linux/Windows) or drive letter (Windows).
+                    "subPartitions": # Object with schema name: DiskPartitionList # Sub-partitions.
+                    "type": "A String", # Partition type (e.g. BIOS boot).
+                    "uuid": "A String", # Partition UUID.
+                  },
+                ],
+              },
+              "status": "A String", # Disk status (e.g. online).
+              "totalCapacityBytes": "A String", # Disk capacity.
+              "totalFreeBytes": "A String", # Disk free space.
+              "vmwareConfig": { # VMware disk config details. # VMware disk details.
+                "backingType": "A String", # VMDK backing type.
+                "rdmCompatibilityMode": "A String", # RDM compatibility mode.
+                "shared": True or False, # Is VMDK shared with other VMs.
+                "vmdkDiskMode": "A String", # VMDK disk mode.
+              },
+            },
+          ],
+        },
+        "hddTotalCapacityBytes": "A String", # Disk total Capacity.
+        "hddTotalFreeBytes": "A String", # Total Disk Free Space.
+        "lsblkJson": "A String", # Raw lsblk output in json.
+      },
+      "vmName": "A String", # Virtual Machine display name.
+      "vmNetwork": { # Details of network adapters and settings. # VM network details.
+        "defaultGw": "A String", # Default gateway address.
+        "networkAdapters": { # List of network adapters. # List of network adapters.
+          "networkAdapters": [ # Network adapter descriptions.
+            { # Details of network adapter.
+              "adapterType": "A String", # Network adapter type (e.g. VMXNET3).
+              "addresses": { # List of allocated/assigned network addresses. # NetworkAddressList
+                "addresses": [ # Network address entries.
+                  { # Details of network address.
+                    "assignment": "A String", # Whether DHCP is used to assign addresses.
+                    "bcast": "A String", # Broadcast address.
+                    "fqdn": "A String", # Fully qualified domain name.
+                    "ipAddress": "A String", # Assigned or configured IP Address.
+                    "subnetMask": "A String", # Subnet mask.
+                  },
+                ],
+              },
+              "macAddress": "A String", # MAC address.
+            },
+          ],
+        },
+        "primaryIpAddress": "A String", # IP address of the machine.
+        "primaryMacAddress": "A String", # MAC address of the machine. This property is used to uniqly identify the machine.
+        "publicIpAddress": "A String", # Public IP address of the machine.
+      },
+      "vmUuid": "A String", # Virtual Machine unique identifier.
+    },
+  },
+  "violations": [ # Output only. All the violations that were detected for the frame.
+    { # A resource that contains a single violation of a reported `AssetFrame` resource.
+      "field": "A String", # The field of the original frame where the violation occurred.
+      "violation": "A String", # A message describing the violation.
+    },
+  ],
+}
+
+ +
+ list(parent, pageSize=None, pageToken=None, view=None, x__xgafv=None) +
Lists all error frames in a given source and location.
+
+Args:
+  parent: string, Required. Parent value (the source) for `ListErrorFramesRequest`. (required)
+  pageSize: integer, Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
+  pageToken: string, A token identifying a page of results the server should return.
+  view: string, Optional. An optional view mode to control the level of details of each error frame. The default is a BASIC frame view.
+    Allowed values
+      ERROR_FRAME_VIEW_UNSPECIFIED - Value is unset. The system will fallback to the default value.
+      ERROR_FRAME_VIEW_BASIC - Include basic frame data, but not the full contents.
+      ERROR_FRAME_VIEW_FULL - Include everything.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # A response for listing error frames.
+  "errorFrames": [ # The list of error frames.
+    { # Message representing a frame which failed to be processed due to an error.
+      "ingestionTime": "A String", # Output only. Frame ingestion time.
+      "name": "A String", # Output only. The identifier of the ErrorFrame.
+      "originalFrame": { # Contains data reported from an inventory source on an asset. # Output only. The frame that was originally reported.
+        "attributes": { # Generic asset attributes.
+          "a_key": "A String",
+        },
+        "labels": { # Labels as key value pairs.
+          "a_key": "A String",
+        },
+        "performanceSamples": [ # Asset performance data samples.
+          { # Performance data sample.
+            "cpu": { # CPU usage sample. # CPU usage sample.
+              "utilizedPercentage": 3.14, # Percentage of total CPU capacity utilized. Must be in the interval [0, 100]. On most systems can be calculated using 100 - idle percentage.
+            },
+            "disk": { # Disk usage sample. Values are across all disks. # Disk usage sample.
+              "averageIops": 3.14, # Average IOPS sampled over a short window. Must be non-negative.
+            },
+            "memory": { # Memory usage sample. # Memory usage sample.
+              "utilizedPercentage": 3.14, # Percentage of system memory utilized. Must be in the interval [0, 100].
+            },
+            "network": { # Network usage sample. Values are across all network interfaces. # Network usage sample.
+              "averageEgressBps": 3.14, # Average network egress in B/s sampled over a short window. Must be non-negative.
+              "averageIngressBps": 3.14, # Average network ingress in B/s sampled over a short window. Must be non-negative.
+            },
+            "sampleTime": "A String", # Time the sample was collected.
+          },
+        ],
+        "reportTime": "A String", # The time the data was reported.
+        "traceToken": "A String", # Optional. Trace token is optionally provided to assist with debugging and traceability.
+        "virtualMachineDetails": { # Details of a VirtualMachine. # Asset information specific for virtual machines.
+          "coreCount": 42, # Number of CPU cores in the VirtualMachine. Must be non-negative.
+          "createTime": "A String", # VM creation timestamp.
+          "guestOs": { # Information from Guest-level collections. # Guest OS information.
+            "config": { # Guest OS config information. # OS and app configuration.
+              "fstab": { # Fstab content. # Mount list (Linux fstab).
+                "entries": [ # Fstab entries.
+                  { # Single fstab entry.
+                    "file": "A String", # The mount point for the filesystem.
+                    "freq": 42, # Used by dump to determine which filesystems need to be dumped.
+                    "mntops": "A String", # Mount options associated with the filesystem.
+                    "passno": 42, # Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.
+                    "spec": "A String", # The block special device or remote filesystem to be mounted.
+                    "vfstype": "A String", # The type of the filesystem.
+                  },
+                ],
+              },
+              "hosts": { # Hosts content. # Hosts file (/etc/hosts).
+                "entries": [ # Hosts entries.
+                  { # Single /etc/hosts entry.
+                    "hostNames": [ # List of host names / aliases.
+                      "A String",
+                    ],
+                    "ip": "A String", # IP (raw, IPv4/6 agnostic).
+                  },
+                ],
+              },
+              "issue": "A String", # OS issue (typically /etc/issue in Linux).
+              "nfsExports": { # NFS exports. # NFS exports.
+                "entries": [ # NFS export entries.
+                  { # NFS export.
+                    "exportDirectory": "A String", # The directory being exported.
+                    "hosts": [ # The hosts or networks to which the export is being shared.
+                      "A String",
+                    ],
+                  },
+                ],
+              },
+              "selinux": { # SELinux details. # SELinux details.
+                "enabled": True or False, # Is SELinux enabled.
+                "mode": "A String", # SELinux mode enforcing / permissive.
+              },
+            },
+            "runtime": { # Guest OS runtime information. # Runtime information.
+              "domain": "A String", # Domain, e.g. c.stratozone-development.internal.
+              "installedApps": { # Guest installed application list. # Installed applications information.
+                "entries": [ # Application entries.
+                  { # Guest installed application information.
+                    "name": "A String", # Installed application name.
+                    "path": "A String", # Source path.
+                    "time": "A String", # Date application was installed.
+                    "vendor": "A String", # Installed application vendor.
+                    "version": "A String", # Installed application version.
+                  },
+                ],
+              },
+              "lastUptime": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Date since last booted (last uptime date).
+                "day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
+                "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+                "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+              },
+              "machineName": "A String", # Machine name.
+              "networkInfo": { # Runtime networking information. # Runtime network information (connections, ports).
+                "connections": { # Network connection list. # Network connections.
+                  "entries": [ # Network connection entries.
+                    {
+                      "localIpAddress": "A String", # Local IP address.
+                      "localPort": 42, # Local port.
+                      "pid": "A String", # Process ID.
+                      "processName": "A String", # Process or service name.
+                      "protocol": "A String", # Connection protocol (e.g. TCP/UDP).
+                      "remoteIpAddress": "A String", # Remote IP address.
+                      "remotePort": 42, # Remote port.
+                      "state": "A String", # Connection state (e.g. CONNECTED).
+                    },
+                  ],
+                },
+                "netstat": "A String", # Netstat (raw, OS-agnostic).
+                "netstatTime": { # Represents civil time (or occasionally physical time). This type can represent a civil time in one of a few possible ways: * When utc_offset is set and time_zone is unset: a civil time on a calendar day with a particular offset from UTC. * When time_zone is set and utc_offset is unset: a civil time on a calendar day in a particular time zone. * When neither time_zone nor utc_offset is set: a civil time on a calendar day in local time. The date is relative to the Proleptic Gregorian Calendar. If year, month, or day are 0, the DateTime is considered not to have a specific year, month, or day respectively. This type may also be used to represent a physical time if all the date and time fields are set and either case of the `time_offset` oneof is set. Consider using `Timestamp` message for physical time instead. If your use case also would like to store the user's timezone, that can be done in another field. This type is more flexible than some applications may want. Make sure to document and validate your application's limitations. # Netstat time collected.
+                  "day": 42, # Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day.
+                  "hours": 42, # Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios like business closing time.
+                  "minutes": 42, # Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
+                  "month": 42, # Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
+                  "nanos": 42, # Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
+                  "seconds": 42, # Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds.
+                  "timeZone": { # Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones). # Time zone.
+                    "id": "A String", # IANA Time Zone Database time zone, e.g. "America/New_York".
+                    "version": "A String", # Optional. IANA Time Zone Database version number, e.g. "2019a".
+                  },
+                  "utcOffset": "A String", # UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }.
+                  "year": 42, # Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.
+                },
+              },
+              "openFileList": { # Open file list. # Open files information.
+                "entries": [ # Open file details entries.
+                  { # Open file Information.
+                    "command": "A String", # Opened file command.
+                    "filePath": "A String", # Opened file file path.
+                    "fileType": "A String", # Opened file file type.
+                    "user": "A String", # Opened file user.
+                  },
+                ],
+              },
+              "processes": { # List of running guest OS processes. # Running processes.
+                "processes": [ # Running process entries.
+                  { # Guest OS running process details.
+                    "attributes": { # Process extended attributes.
+                      "a_key": "A String",
+                    },
+                    "cmdline": "A String", # Process full command line.
+                    "exePath": "A String", # Process binary path.
+                    "pid": "A String", # Process ID.
+                    "user": "A String", # User running the process.
+                  },
+                ],
+              },
+              "services": { # List of running guest OS services. # Running background services.
+                "services": [ # Running service entries.
+                  { # Guest OS running service details.
+                    "cmdline": "A String", # Service command line.
+                    "exePath": "A String", # Service binary path.
+                    "name": "A String", # Service name.
+                    "pid": "A String", # Service pid.
+                    "startMode": "A String", # Service start mode (raw, OS-agnostic).
+                    "state": "A String", # Service state (raw, OS-agnostic).
+                    "status": "A String", # Service status.
+                  },
+                ],
+              },
+            },
+          },
+          "memoryMb": 42, # The amount of memory in the VirtualMachine. Must be non-negative.
+          "osFamily": "A String", # What family the OS belong to, if known.
+          "osName": "A String", # The name of the operating system running on the VirtualMachine.
+          "osVersion": "A String", # The version of the operating system running on the virtual machine.
+          "platform": { # Information about the platform. # Platform information.
+            "awsEc2Details": { # AWS EC2 specific details. # AWS EC2 specific details.
+              "location": "A String", # The location of the machine in the AWS format.
+              "machineTypeLabel": "A String", # AWS platform's machine type label.
+            },
+            "azureVmDetails": { # Azure VM specific details. # Azure VM specific details.
+              "location": "A String", # The location of the machine in the Azure format.
+              "machineTypeLabel": "A String", # Azure platform's machine type label.
+              "provisioningState": "A String", # Azure platform's provisioning state.
+            },
+            "genericDetails": { # Generic platform details. # Generic platform details.
+              "location": "A String", # Free text representation of the machine location. The format of this field should not be relied on. Different VMs in the same location may have different string values for this field.
+            },
+            "physicalDetails": { # Platform specific details for Physical Machines. # Physical machines platform details.
+              "location": "A String", # Free text representation of the machine location. The format of this field should not be relied on. Different machines in the same location may have different string values for this field.
+            },
+            "vmwareDetails": { # VMware specific details. # VMware specific details.
+              "esxVersion": "A String", # ESX version.
+              "osid": "A String", # VMware os enum - https://vdc-repo.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html.
+              "vcenterVersion": "A String", # vCenter version.
+            },
+          },
+          "powerState": "A String", # Power state of VM (poweredOn or poweredOff).
+          "vcenterFolder": "A String", # Folder name in vCenter where asset resides.
+          "vcenterUrl": "A String", # vCenter URL used in collection.
+          "vcenterVmId": "A String", # vCenter VM ID.
+          "vmArchitecture": { # Details of the VM architecture. # VM architecture details (vendor, cpu arch).
+            "bios": { # Details about the BIOS. # BIOS Details.
+              "biosManufacturer": "A String", # BIOS manufacturer.
+              "biosName": "A String", # BIOS name.
+              "biosReleaseDate": "A String", # BIOS release date.
+              "biosVersion": "A String", # BIOS version.
+              "smbiosUuid": "A String", # SMBIOS UUID.
+            },
+            "cpuArchitecture": "A String", # CPU architecture, e.g., "x64-based PC", "x86_64", "i686" etc.
+            "cpuManufacturer": "A String", # CPU manufacturer, e.g., "Intel", "AMD".
+            "cpuName": "A String", # CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
+            "cpuSocketCount": 42, # Number of processor sockets allocated to the machine.
+            "cpuThreadCount": 42, # Number of CPU threads allocated to the machine.
+            "firmware": "A String", # Firmware (BIOS/efi).
+            "hyperthreading": "A String", # CPU hyperthreading support.
+            "vendor": "A String", # Hardware vendor.
+          },
+          "vmDisks": { # Details of VM disks. # VM disk details.
+            "disks": { # VM disks. # List of disks.
+              "entries": [ # Disk entries.
+                { # Single disk entry.
+                  "diskLabel": "A String", # Disk label.
+                  "diskLabelType": "A String", # Disk label type (e.g. BIOS/GPT)
+                  "hwAddress": "A String", # Disk hardware address (e.g. 0:1 for SCSI).
+                  "interfaceType": "A String", # Disks interface type (e.g. SATA/SCSI)
+                  "partitions": { # Disk partition list. # Partition layout.
+                    "entries": [ # Partition entries.
+                      { # Disk Partition details.
+                        "capacityBytes": "A String", # Partition capacity.
+                        "fileSystem": "A String", # Partition file system.
+                        "freeBytes": "A String", # Partition free space.
+                        "mountPoint": "A String", # Mount pount (Linux/Windows) or drive letter (Windows).
+                        "subPartitions": # Object with schema name: DiskPartitionList # Sub-partitions.
+                        "type": "A String", # Partition type (e.g. BIOS boot).
+                        "uuid": "A String", # Partition UUID.
+                      },
+                    ],
+                  },
+                  "status": "A String", # Disk status (e.g. online).
+                  "totalCapacityBytes": "A String", # Disk capacity.
+                  "totalFreeBytes": "A String", # Disk free space.
+                  "vmwareConfig": { # VMware disk config details. # VMware disk details.
+                    "backingType": "A String", # VMDK backing type.
+                    "rdmCompatibilityMode": "A String", # RDM compatibility mode.
+                    "shared": True or False, # Is VMDK shared with other VMs.
+                    "vmdkDiskMode": "A String", # VMDK disk mode.
+                  },
+                },
+              ],
+            },
+            "hddTotalCapacityBytes": "A String", # Disk total Capacity.
+            "hddTotalFreeBytes": "A String", # Total Disk Free Space.
+            "lsblkJson": "A String", # Raw lsblk output in json.
+          },
+          "vmName": "A String", # Virtual Machine display name.
+          "vmNetwork": { # Details of network adapters and settings. # VM network details.
+            "defaultGw": "A String", # Default gateway address.
+            "networkAdapters": { # List of network adapters. # List of network adapters.
+              "networkAdapters": [ # Network adapter descriptions.
+                { # Details of network adapter.
+                  "adapterType": "A String", # Network adapter type (e.g. VMXNET3).
+                  "addresses": { # List of allocated/assigned network addresses. # NetworkAddressList
+                    "addresses": [ # Network address entries.
+                      { # Details of network address.
+                        "assignment": "A String", # Whether DHCP is used to assign addresses.
+                        "bcast": "A String", # Broadcast address.
+                        "fqdn": "A String", # Fully qualified domain name.
+                        "ipAddress": "A String", # Assigned or configured IP Address.
+                        "subnetMask": "A String", # Subnet mask.
+                      },
+                    ],
+                  },
+                  "macAddress": "A String", # MAC address.
+                },
+              ],
+            },
+            "primaryIpAddress": "A String", # IP address of the machine.
+            "primaryMacAddress": "A String", # MAC address of the machine. This property is used to uniqly identify the machine.
+            "publicIpAddress": "A String", # Public IP address of the machine.
+          },
+          "vmUuid": "A String", # Virtual Machine unique identifier.
+        },
+      },
+      "violations": [ # Output only. All the violations that were detected for the frame.
+        { # A resource that contains a single violation of a reported `AssetFrame` resource.
+          "field": "A String", # The field of the original frame where the violation occurred.
+          "violation": "A String", # A message describing the violation.
+        },
+      ],
+    },
+  ],
+  "nextPageToken": "A String", # A token identifying a page of results the server should return.
+  "unreachable": [ # Locations that could not be reached.
+    "A String",
+  ],
+}
+
+ +
+ list_next() +
Retrieves the next page of results.
+
+        Args:
+          previous_request: The request for the previous page. (required)
+          previous_response: The response from the request for the previous page. (required)
+
+        Returns:
+          A request object that you can call 'execute()' on to request the next
+          page. Returns None if there are no more items in the collection.
+        
+
+ + \ No newline at end of file diff --git a/docs/dyn/migrationcenter_v1alpha1.projects.locations.sources.html b/docs/dyn/migrationcenter_v1alpha1.projects.locations.sources.html index 1504f67c52a..b203d5234b9 100644 --- a/docs/dyn/migrationcenter_v1alpha1.projects.locations.sources.html +++ b/docs/dyn/migrationcenter_v1alpha1.projects.locations.sources.html @@ -74,6 +74,11 @@

Migration Center API . projects . locations . sources

Instance Methods

+

+ errorFrames() +

+

Returns the errorFrames Resource.

+

close()

Close httplib2 connections.

@@ -114,10 +119,12 @@

Method Details

"createTime": "A String", # Output only. The timestamp when the source was created. "description": "A String", # Free-text description. "displayName": "A String", # User-friendly display name. + "errorFrameCount": 42, # Output only. The number of frames that were reported by the source and contained errors. "isManaged": True or False, # If `true`, the source is managed by other service(s). "name": "A String", # Output only. The full name of the source. "pendingFrameCount": 42, # Output only. Number of frames that are still being processed. "priority": 42, # The information confidence of the source. The higher the value, the higher the confidence. + "state": "A String", # Output only. The state of the source. "type": "A String", # Data source type. "updateTime": "A String", # Output only. The timestamp when the source was last updated. } @@ -207,10 +214,12 @@

Method Details

"createTime": "A String", # Output only. The timestamp when the source was created. "description": "A String", # Free-text description. "displayName": "A String", # User-friendly display name. + "errorFrameCount": 42, # Output only. The number of frames that were reported by the source and contained errors. "isManaged": True or False, # If `true`, the source is managed by other service(s). "name": "A String", # Output only. The full name of the source. "pendingFrameCount": 42, # Output only. Number of frames that are still being processed. "priority": 42, # The information confidence of the source. The higher the value, the higher the confidence. + "state": "A String", # Output only. The state of the source. "type": "A String", # Data source type. "updateTime": "A String", # Output only. The timestamp when the source was last updated. } @@ -241,10 +250,12 @@

Method Details

"createTime": "A String", # Output only. The timestamp when the source was created. "description": "A String", # Free-text description. "displayName": "A String", # User-friendly display name. + "errorFrameCount": 42, # Output only. The number of frames that were reported by the source and contained errors. "isManaged": True or False, # If `true`, the source is managed by other service(s). "name": "A String", # Output only. The full name of the source. "pendingFrameCount": 42, # Output only. Number of frames that are still being processed. "priority": 42, # The information confidence of the source. The higher the value, the higher the confidence. + "state": "A String", # Output only. The state of the source. "type": "A String", # Data source type. "updateTime": "A String", # Output only. The timestamp when the source was last updated. }, @@ -282,10 +293,12 @@

Method Details

"createTime": "A String", # Output only. The timestamp when the source was created. "description": "A String", # Free-text description. "displayName": "A String", # User-friendly display name. + "errorFrameCount": 42, # Output only. The number of frames that were reported by the source and contained errors. "isManaged": True or False, # If `true`, the source is managed by other service(s). "name": "A String", # Output only. The full name of the source. "pendingFrameCount": 42, # Output only. Number of frames that are still being processed. "priority": 42, # The information confidence of the source. The higher the value, the higher the confidence. + "state": "A String", # Output only. The state of the source. "type": "A String", # Data source type. "updateTime": "A String", # Output only. The timestamp when the source was last updated. } diff --git a/googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json b/googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json index a60b6a1bf4f..0832da11c21 100644 --- a/googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json +++ b/googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json @@ -328,7 +328,7 @@ ] }, "delete": { - "description": "Deletes an asset. Deprecated: Please use BatchDeleteAssets API instead.", + "description": "Deletes an asset.", "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/assets/{assetsId}", "httpMethod": "DELETE", "id": "migrationcenter.projects.locations.assets.delete", @@ -351,7 +351,7 @@ }, "path": "v1alpha1/{+name}", "response": { - "$ref": "Operation" + "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" @@ -463,7 +463,7 @@ ] }, "patch": { - "description": "Updates the parameters of an asset. Deprecated: Please use BatchUpdateAssets API instead.", + "description": "Updates the parameters of an asset.", "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/assets/{assetsId}", "httpMethod": "PATCH", "id": "migrationcenter.projects.locations.assets.patch", @@ -495,7 +495,7 @@ "$ref": "Asset" }, "response": { - "$ref": "Operation" + "$ref": "Asset" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" @@ -1998,6 +1998,103 @@ "https://www.googleapis.com/auth/cloud-platform" ] } + }, + "resources": { + "errorFrames": { + "methods": { + "get": { + "description": "Gets the details of an error frame.", + "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/sources/{sourcesId}/errorFrames/{errorFramesId}", + "httpMethod": "GET", + "id": "migrationcenter.projects.locations.sources.errorFrames.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/sources/[^/]+/errorFrames/[^/]+$", + "required": true, + "type": "string" + }, + "view": { + "description": "Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.", + "enum": [ + "ERROR_FRAME_VIEW_UNSPECIFIED", + "ERROR_FRAME_VIEW_BASIC", + "ERROR_FRAME_VIEW_FULL" + ], + "enumDescriptions": [ + "Value is unset. The system will fallback to the default value.", + "Include basic frame data, but not the full contents.", + "Include everything." + ], + "location": "query", + "type": "string" + } + }, + "path": "v1alpha1/{+name}", + "response": { + "$ref": "ErrorFrame" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists all error frames in a given source and location.", + "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/sources/{sourcesId}/errorFrames", + "httpMethod": "GET", + "id": "migrationcenter.projects.locations.sources.errorFrames.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A token identifying a page of results the server should return.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. Parent value (the source) for `ListErrorFramesRequest`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/sources/[^/]+$", + "required": true, + "type": "string" + }, + "view": { + "description": "Optional. An optional view mode to control the level of details of each error frame. The default is a BASIC frame view.", + "enum": [ + "ERROR_FRAME_VIEW_UNSPECIFIED", + "ERROR_FRAME_VIEW_BASIC", + "ERROR_FRAME_VIEW_FULL" + ], + "enumDescriptions": [ + "Value is unset. The system will fallback to the default value.", + "Include basic frame data, but not the full contents.", + "Include everything." + ], + "location": "query", + "type": "string" + } + }, + "path": "v1alpha1/{+parent}/errorFrames", + "response": { + "$ref": "ListErrorFramesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } } } } @@ -2005,7 +2102,7 @@ } } }, - "revision": "20230404", + "revision": "20230505", "rootUrl": "https://migrationcenter.googleapis.com/", "schemas": { "AddAssetsToGroupRequest": { @@ -2394,7 +2491,7 @@ "type": "boolean" }, "names": { - "description": "Required. The IDs of the assets to delete. A maximum of 10 assets can be deleted in a batch. format: projects/{project}/locations/{location}/asset/{name}.", + "description": "Required. The IDs of the assets to delete. A maximum of 1000 assets can be deleted in a batch. format: projects/{project}/locations/{location}/asset/{name}.", "items": { "type": "string" }, @@ -2861,6 +2958,37 @@ "properties": {}, "type": "object" }, + "ErrorFrame": { + "description": "Message representing a frame which failed to be processed due to an error.", + "id": "ErrorFrame", + "properties": { + "ingestionTime": { + "description": "Output only. Frame ingestion time.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "name": { + "description": "Output only. The identifier of the ErrorFrame.", + "readOnly": true, + "type": "string" + }, + "originalFrame": { + "$ref": "AssetFrame", + "description": "Output only. The frame that was originally reported.", + "readOnly": true + }, + "violations": { + "description": "Output only. All the violations that were detected for the frame.", + "items": { + "$ref": "FrameViolationEntry" + }, + "readOnly": true, + "type": "array" + } + }, + "type": "object" + }, "ExecutionReport": { "description": "A resource that reports result of the import job execution.", "id": "ExecutionReport", @@ -2941,6 +3069,21 @@ }, "type": "object" }, + "FrameViolationEntry": { + "description": "A resource that contains a single violation of a reported `AssetFrame` resource.", + "id": "FrameViolationEntry", + "properties": { + "field": { + "description": "The field of the original frame where the violation occurred.", + "type": "string" + }, + "violation": { + "description": "A message describing the violation.", + "type": "string" + } + }, + "type": "object" + }, "Frames": { "description": "Collection of frame data.", "id": "Frames", @@ -3544,6 +3687,31 @@ }, "type": "object" }, + "ListErrorFramesResponse": { + "description": "A response for listing error frames.", + "id": "ListErrorFramesResponse", + "properties": { + "errorFrames": { + "description": "The list of error frames.", + "items": { + "$ref": "ErrorFrame" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token identifying a page of results the server should return.", + "type": "string" + }, + "unreachable": { + "description": "Locations that could not be reached.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "ListGroupsResponse": { "description": "A response for listing groups.", "id": "ListGroupsResponse", @@ -3756,7 +3924,7 @@ "type": "object" }, "Location": { - "description": "A resource that represents Google Cloud Platform location.", + "description": "A resource that represents a Google Cloud location.", "id": "Location", "properties": { "displayName": { @@ -4943,6 +5111,12 @@ "description": "User-friendly display name.", "type": "string" }, + "errorFrameCount": { + "description": "Output only. The number of frames that were reported by the source and contained errors.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, "isManaged": { "description": "If `true`, the source is managed by other service(s).", "type": "boolean" @@ -4963,6 +5137,23 @@ "format": "int32", "type": "integer" }, + "state": { + "description": "Output only. The state of the source.", + "enum": [ + "STATE_UNSPECIFIED", + "ACTIVE", + "DELETING", + "INVALID" + ], + "enumDescriptions": [ + "Unspecified.", + "The source is active and ready to be used.", + "In the process of being deleted.", + "Source is in an invalid state. Asset frames reported to it will be ignored." + ], + "readOnly": true, + "type": "string" + }, "type": { "description": "Data source type.", "enum": [ @@ -5069,11 +5260,6 @@ "readOnly": true, "type": "string" }, - "uri": { - "description": "Output only. Upload URI for the file.", - "readOnly": true, - "type": "string" - }, "uriExpirationTime": { "description": "Output only. Expiration time of the upload URI.", "format": "google-datetime",